<!-- 
var focus_width=596
var focus_height=309
var text_height=21 
var swf_height = focus_height+text_height 
var ImgSrc = new Array();//图片地址
ImgSrc[0] = "http://www.senditosa.com/image/ad1.jpg"
ImgSrc[1] = "http://www.senditosa.com/image/ad2.jpg"
ImgSrc[2] = "http://www.senditosa.com/image/ad3.jpg"
ImgSrc[3] = "http://www.senditosa.com/image/ad4.jpg"
ImgSrc[4] = "http://www.senditosa.com/image/ad5.jpg"
ImgSrc[5] = "http://www.senditosa.com/image/ad6.jpg"
var ImgSrc1 = new Array();//图片地址
for (var i=0;i<ImgSrc.length;i++){
  ImgSrc1[i]=new Image();
  ImgSrc1[i].src=ImgSrc[i];}//预加载图片

var pics=ImgSrc1[0].src+'|'+ImgSrc1[1].src+'|'+ImgSrc1[2].src+'|'+ImgSrc1[3].src+'|'+ImgSrc1[4].src+'|'+ImgSrc1[5].src;

var links='http://www.senditosa.com/def.html|http://www.senditosa.com/def.html|http://www.senditosa.com/def.html|http://www.senditosa.com/def.html|http://www.senditosa.com/def.html|http://www.senditosa.com/def.html' 
var 
texts='献给热爱生活的人！|食圣地美味，饮淘沙精品|香闻世界、笑品人生、心灵驿站、商务会所|圣地淘沙法式铁板烧|寄情圣地淘沙，品味真我人生|细心品味，圣地淘沙的生活十分有滋有味' 
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">'); 
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="image/focus.swf"> <param name="quality" value="high"><param name="bgcolor" value="#cc0909">'); 
document.write('<param name="menu" value="false"><param name=wmode value="opaque">'); 
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">'); 
document.write('<embed src="image/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#cc0909" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 

//--> 