
    imgUrl1="http://localhost:9898/wwwroot/images/hc1.jpg";
    imgtext1="专辑发布"
    imgLink1=escape("http://localhost:9898/wwwroot/news/happy.html");
    //imgLink1="";
    
    imgUrl2="http://localhost:9898/wwwroot/images/nqjq.jpg";
    imgtext2="扭曲机器乐队做客《手写音乐》"
    imgLink2=escape("http://localhost:9898/wwwroot/news/%e6%89%ad%e6%9b%b2%e6%9c%ba%e5%99%a8%e6%9d%a5%e8%a2%ad.html");
    //imgLink2="";
    
  
    imgUrl3="http://localhost:9898/wwwroot/images/hg.jpg";
    imgtext3="嘉宾做客"
    imgLink3=escape("http://localhost:9898/wwwroot/news/%e2%80%9c%e6%88%91%e5%9c%a8%e8%8d%89%e5%8e%9f%e4%b8%8a-%e4%bf%a1%e5%8f%b7%e4%b8%8d%e5%a4%aa%e5%a5%bd%e2%80%9d.html");
    //imgLink3="";
    
     var focus_width=920
     var focus_height=319
     var text_height=0
     var swf_height = focus_height+text_height
     
     var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3
     var links=imgLink1+"|"+imgLink2+"|"+imgLink3
     var texts=imgtext1+"|"+imgtext2+"|"+imgtext3
     var flashCode = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/hotdeploy/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">';
     flashCode = flashCode + '<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://localhost:9898/wwwroot/wp-content/themes/o/js/focus2.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">';
     flashCode = flashCode + '<param name="menu" value="false"><param name=wmode value="opaque">';
     flashCode = flashCode + '<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">';
     flashCode = flashCode + '<embed src="http://localhost:9898/wwwroot/wp-content/themes/o/js/focus2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ focus_width +'" height="'+ swf_height +'" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'"></embed>';
     flashCode = flashCode + '</object>';
     document.write(flashCode)
