$(document).ready(function(){$(".video-box").find(".video").on("click",function(n){n.preventDefault();$.fancybox({padding:6,autoScale:!1,transitionIn:"none",transitionOut:"none",title:this.title,width:640,height:385,href:this.href.replace(new RegExp("watch\\?v=","i"),"v/"),type:"iframe"})})})