// JavaScript Document
<!--
			//可编辑内容开始（可放置特版中）
			var pic_width=360; //图片宽度
			var pic_height=245; //图片高度
			var button_pos=4; //按扭位置 1左 2右 3上 4下
			var stop_time=3000; //图片停留时间(1000为1秒钟)
			var show_text=1; //是否显示文字标签 1显示 0不显示
			var txtcolor="424242"; //文字色
			var bgcolor="DDDDDD"; //背景色
			
			//可编辑内容结束
			var swf_height=show_text==1?pic_height+20:pic_height;
			
			var pics="", mylinks="", texts="";
			
pics='http://www.cmcma.org.cn/jiaoben/tu/wen.jpg|http://www.cmcma.org.cn/jiaoben/tu/guanlishi.jpg|http://www.cmcma.org.cn/jiaoben/tu/xinyong.jpg|http://www.cmcma.org.cn/jiaoben/tu/jiandin.jpg|http://www.cmcma.org.cn/jiaoben/tu/chenxin.jpg|http://www.cmcma.org.cn/jiaoben/tu/xybj.jpg'
	 		mylinks='http://news.xinhuanet.com/video/2011-10/19/c_122177227.htm|http://www.ccmpc.org.cn/news/page/700.html|http://www.cmcma.org.cn/html/201109-19/20110919091525.htm|http://www.ccmpc.org.cn/news/page/699.html|http://www.cmcma.org.cn/html/201010-27/20101027113448.htm|http://www.cmcma.org.cn/html/201111-18/20111118185611.htm'
	 		texts='国务院总理温家宝部署制订社会信用体系建设规划|首批高级信用管理师颁证现场集体合影|首届信用北京论坛暨第三届北京企业诚信论坛在京成功召开|中国首期信用管理师国家职业试验性鉴定考试|人大常委会副委员长司马义艾买提出席第二届中国诚信企业家大会|信用北京行--走进通州'

	
	
			var sohuFlash2 = new sohuFlash("http://www.cmcma.org.cn/jiaoben/wtoflash.swf", "30", 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("30");
			//-->
