   $j(function() {    
     $j(".viewflv").click(function() {
       $j.fancybox({
         'autoscale' : false,
         'transitionIn' : 'none',
         'transitionOut': 'none',
				 'overlayOpacity' : 0.8,
         'overlayColor'   : '#000',         
         'padding' : 0,
         'title'  : this.title,
         'width'  : 600,
         'height' : 450,
         'type'    : 'swf',
         'href'    : this.href,
         'swf'   : { 'wmode':'transparent', 'allowfullscreen':'true' }
       });
      
       return false;
     });
   });
