$(document).ready(function(){
	// artforms default room selector. The values need to match the order set in artforms and the names set in the links and are set in artforms in the javascript field
	anch=parent.document.URL.split("#")[1];
	if (rooms_id!="")
	{
		/*
		$("#select_rooms input[@name='"+rooms_id+"']").each(function(){
			if (rooms[$(this).attr('value')]==anch) $(this).attr('checked','checked');
		});
		*/	
	}
});
