jQuery(document).ready(function() { jQuery('.slide').cycle(); /*jQuery('.video').fancybox();*/ jQuery('.video').click(function() { jQuery.fancybox({ 'padding' : 0, 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'title' : this.title, 'width' : 665, 'height' : 400, 'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'), 'type' : 'swf', 'swf' : { 'wmode' : 'transparent', 'allowfullscreen' : 'true' } }); return false; }); jQuery('a[rel~="external"]').click(function(){window.open(jQuery(this).attr('href'));return false;}); }); /* jQuery('.video2').fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, 'speedOut' : 200, 'overlayShow' : false }); */