//首页幻灯片开始

var focus_width=300
var focus_height=230
var text_height=20
var swf_height = focus_height+text_height
var pics='http://www.nxgy.gov.cn/uploadfile/201009/5_1283931776.05.jpg|http://www.nxgy.gov.cn/uploadfile/201009/5_1283850795.66.jpg|http://www.nxgy.gov.cn/uploadfile/201009/5_1283850342.97.jpg|http://www.nxgy.gov.cn/uploadfile/201009/5_1283848331.3.jpg|http://www.nxgy.gov.cn/uploadfile/201009/5_1283756472.17.jpg'
var links='http://www.nxgy.gov.cn/article/201009/3547.html|http://www.nxgy.gov.cn/article/201009/3525.html|http://www.nxgy.gov.cn/article/201009/3524.html|http://www.nxgy.gov.cn/article/201009/3513.html|http://www.nxgy.gov.cn/article/201009/3494.html'
var texts='市领导开斋节前夕慰问穆斯林群众|我市2010级大学生、中学生新生...|刘小河白尚成慰问教育工作者|袁河村胡萝卜发展以市场为导向和规...|“营养早餐工程”正式实施'
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="pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque"><param name=wmode value="transparent">');
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="pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" 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>');

    //首页幻灯片结束