function flash(pics,links,texts){
	this.pics=pics;
	this.links=links;
	this.texts=texts;
	this.play=function(){
		var flash_width=170;
		var pic_height=130;
		var text_height=20;
		var text_width=160;
		var flash_height = pic_height+text_height
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="'+ flash_width +'"height="'+ flash_height +'">');
		document.write('<param name="quality" value="high"> <param name="wmode" value="transparent"> ');
		document.write('<param name="allowScriptAccess" value="sameDomain"><param name="SRC" value="/images/flash.swf">');
		document.write('<param name="menu" value="false">');
		document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+flash_width+'&borderheight='+pic_height+'&textheight='+text_height+'">');
		document.write('<embed src="./images/flash.swf" wmode="transparent"  quality="high" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+flash_width+'&borderheight='+pic_height+'&textheight='+text_height+'&textwidth='+text_width+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ flash_width +'" height="'+ flash_height+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">');		
		document.write('</object>');
	}
}


var pic='/zt/cglw/tpxw/images/2008/09/27/8226BD02B7807FA32EF70C070C97F3AA.jpg|/zt/cglw/tpxw/images/2008/09/27/8226BD02B7807FA32EF70C070C97F3AA.jpg';

var link='/zt/cglw/tpxw/09/37817.shtml|/zt/cglw/tpxw/09/37665.shtml'

var text='全国对外劳务合作语音咨询电话系统开通运行|全国对外劳务合作语音咨询电话系统开通运行'

var theflash=new flash(pic,link,text);
theflash.play();
