var focus_width=770;//图片框的宽度
var focus_height=250;//图片框的高度
var text_height=0;//文字的高度
var swf_height = focus_height+text_height; //flash的高度
var pics='ad/sfc01.jpg|ad/sfc02.jpg|ad/sfc03.jpg|ad/sfc04.jpg|ad/sfc05.jpg|ad/sfc06.jpg';

var links='/pages/index/entitle/midAutumn|/pages/index/entitle/auexp|/pages/index/entitle/wwam|/pages/index/entitle/sgam|/pages/index/entitle/cnap|/news/view-news/id/388';

var texts='中秋贺词|中澳快递|外围小包|新加坡小包|中国邮政大包|拒绝假货';
var flash='<object data="ad/indexAd.swf"type=\'application/x-shockwave-flash\' width=\''+ focus_width +'\' height=\''+ swf_height +'\'><param name=\'allowscriptAccess\' value=\'sameDomain\'><param name=\'movie\' value="ad/indexAd.swf"><param name=\'quality\' value=\'high\'><param name=\'bgcolor\' value=\'#F0F0F0\'><param name=\'menu\' value=\'false\'><param name=wmode value=\'opaque\'><param name=\'FlashVars\' value=\'pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'\'></object>';
document.getElementById("indexad").innerHTML = flash;
