jQuery(document).ready(function() {
	// Initialize Fancybox
    $("a.fancybox").fancybox({
        //'titleFormat'		: formatTitle
    });	
});