function insertjwflash(target,pic,flv,width,height,auto){ var temp=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; $(target).append(temp); } function fancyjw(target,width,height,auto) { var flvtdiv=$("#flv"); if(flvtdiv.size()<=0) { $("body").append("
"); flvtdiv=$("#flv"); } flvtdiv.css("width",width).css("height",height).css("float","left"); $(target).click(function(){ insertjwflash("#flv","",$(this).attr("title"),width,height,auto); }) $(target).fancybox({ onclosed:function(){ flvtdiv.empty(); } }) } $(function(){ fancyjw(".flv",600,480,true); })