$(document).ready(function(){

	if ($().fancybox) {	
		$("div.gallery a").fancybox();	
	}
	
	$('form[name=surGallery] select').attr("onChange","location.href='http://www.cosmeticsurgeon.co.uk/answers/?page_id='+surGallery.page_id.options[selectedIndex].value+'&submit=view'")
	
	$('div.gallery dt a').attr('rel','group1');	
	$('div.gallery').show();
	
	//onChange="location.href='http://www.cosmeticsurgeon.co.uk/answers/?page_id='+surGallery.page_id.options[selectedIndex].value+'&submit=view'"
	
	
});