
function fancyLoaded()
 {
   if (curPageType =='PhotoGallerySection'){
   $.get(
         $('#fancy_img').attr('src')+'?stat=true',
         {
          type: "stat-request"
         },
         null
        );
   }
   
   return true;
 }


 function StartUp() {


// $("a[@class='fancybox']").fancybox(
// {
// 'overlayShow' : true,
// 'hideOnContentClick' : true
// });

//$("a[@class='fancybox']").lightbox();

	 //$(".iePNG").pngFix();
     //$("img[@src$=.png]").pngFix();
 }
 

$(document).ready(function(){StartUp();});

function fancyActivation()
{}