
jQuery(document).ready( function () {  
	$('a[href$=flv][rel^=lightbox]').fancybox().click(
	  function(e){e.preventDefault();
	});
});



