﻿var Pmove = new Array(
new Array('image/lb.jpg','http://www.cctv7.com.cn/2008/4-11/133846.shtml','主持人：李冰'),
new Array('image/ggn.jpg','http://www.cctv7.com.cn/2008/4-11/11726.shtml','主持人：顾国宁'),
'');

	var focus_width=220;
	var focus_height=330;
	var text_height=25;
	var swf_height = focus_height+text_height;
	
	var Pl = '';
	var pics = '';
	var links = '';
	var texts = '';
	var s = '';
	
	Pl = Pmove.length;
	Xl = Pl-1;
	for(i=0;i<Xl;i++)
	{
		var s = Pmove[i];
		if(i==(Xl-1)){pics += s[0];links += s[1];texts += s[2];}
		else{pics += s[0]+'|';links += s[1]+'|';texts += s[2]+'|';}
	}
	
	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="http://www.cctv7.com.cn/ygdd/pix.swf"><param name="quality" value="high"><param name="bgcolor" value="FEFCF8">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	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="http://www.cctv7.com.cn/ygdd/pix.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#DADADA" 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>');