$(document).ready(function() {         
       
    //Execute the slideShow, set 4 seconds for each images   
    slideShow(5000);       
    $("a.fancybox").fancybox();
  
});  