﻿		<!--
		//可编辑内容开始（可放置特版中）
		var pic_width=525; //图片宽度
		var pic_height=100; //图片高度
		var button_pos=3; //按扭位置 1左 2右 3上 4下
		var stop_time=10000; //图片停留时间(1000为1秒钟)
		var show_text=0; //是否显示文字标签 1显示 0不显示
		var txtcolor="ffffff"; //文字色
		var bgcolor="858E89"; //背景色
		
		//可编辑内容结束
		var swf_height=show_text==1?pic_height+20:pic_height;				
		var pics="", mylinks="", texts="";
pics='http://www.chinava.org/ada/080419_525_qian.jpg|http://www.chinava.org/ada/070728_525_sls.jpg|http://www.chinava.org/ada/070728_525_hjjl.jpg|http://www.chinava.org/ada/070728_525_rw.jpg|http://www.chinava.org/ada/070812_525_un812.jpg';
mylinks='http://www.chinava.org/bbs/index.php|http://www.chinava.org/bbs/register.php|http://www.beijing2008.cn|http://GO.2008.163.com|http://www.chinava.org/chinava/zt/070812_un'
		texts='中1|国2|义3|工4|联5|合6|会7|欢8';
		
		var sohuFlash2 = new sohuFlash("http://sports.sohu.com/upload/2008sohucom20061106flash002/aoyun_foucs.swf","topflash", pic_width, swf_height, "6");
		sohuFlash2.addParam("quality", "high");
		sohuFlash2.addParam("wmode", "opaque");
		sohuFlash2.addVariable("pics",pics);
		sohuFlash2.addVariable("links",mylinks);
		sohuFlash2.addVariable("texts",texts);
		sohuFlash2.addVariable("pic_width",pic_width);
		sohuFlash2.addVariable("pic_height",pic_height);
		sohuFlash2.addVariable("show_text",show_text);
		sohuFlash2.addVariable("txtcolor",txtcolor);
		sohuFlash2.addVariable("bgcolor",bgcolor);
		sohuFlash2.addVariable("button_pos",button_pos);
		sohuFlash2.addVariable("stop_time",stop_time);
		sohuFlash2.write("topflash");
		//-->