$(document).ready(function(){ 
     
    $("a.grouped_elements").fancybox({
		'titleShow'	:	'true'
		
	});
    

         
     //PNG FIX for IE6
    if($.browser.msie && $.browser.version.substr(0,1) == 6 ){
        DD_belatedPNG.fix('h1#logo a, #header .information a.appoitment, .phones img')
    }
    


});
