// JavaScript Document     
$(document).ready(function() {        
   
   $("a.wrapper").fancybox();  
   
});    

