
if(document.getElementById('top_ad')) document.getElementById('top_ad').innerHTML = '<img src="http://images.27399.com//images/16088/top.jpg?r=69" />';

if(document.getElementById('bottom_ad')) document.getElementById('bottom_ad').innerHTML = '<img src="http://images.27399.com//images/16088/bottom.gif?r=69" />';

var focus_width = 520;	// 图片宽度
var focus_height= 190;	// 图片高度
var text_height = 0;	// 显示的文字高度
var swf_height = focus_height + text_height;
var imag=new Array(); 
var link=new Array(); 
var text=new Array();
imag[1]='http://images.27399.com//images/16088/l1.jpg';
link[1]=escape('http://xy2.163.com/');
text[1]='';
imag[2]='http://images.27399.com//images/16088/l2.jpg';
link[2]=escape('http://www.tiancity.com/homepage/');
text[2]='';
imag[3]='http://images.27399.com//images/16088/l3.jpg';
link[3]=escape('http://speed.qq.com/');
text[3]='';
imag[4]='http://images.27399.com//images/16088/l4.jpg';
link[4]=escape('http://world2.wanmei.com/');
text[4]='';
imag[5]='http://images.27399.com//images/16088/l5.jpg';
link[5]=escape('http://wd.gyyx.cn/index_wd.aspx');
text[5]='';
imag[6]='http://images.27399.com//images/16088/l6.jpg';
link[6]=escape('http://zt.ztgame.com/');
text[6]='';

var pics='', links='', texts=''; 
for(var i=1; i<imag.length; i++){
	pics=pics+('|'+imag[i]); 
	links=links+('|'+link[i]); 
	texts=texts+('|'+text[i]); 
} 
pics=pics.substring(1); 
links=links.substring(1); 
texts=texts.substring(1);

var flashHtml = '';

flashHtml += ('<object width="' + focus_width + '" height="' + swf_height + '" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">');
flashHtml += ('<param value="sameDomain" name="allowScriptAccess">');
flashHtml += ('<param value="http://images.27399.com//images/focus.swf" name="movie">');
flashHtml += ('<param value="high" name="quality">');
flashHtml += ('<param value="#ffffff" name="bgcolor">');
flashHtml += ('<param value="false" name="menu">');
flashHtml += ('<param value="opaque" name="wmode">');
flashHtml += ('<param value="pics=' + pics + '&amp;links=' + links + '&amp;texts=' + texts + '&amp;borderwidth=' + focus_width + '&amp;borderheight=' + focus_height + '&amp;textheight=0" name="FlashVars">');
flashHtml += ('<embed width="' + focus_width + '" height="' + swf_height + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" quality="high" bgcolor="#ffffff" menu="false" ');
flashHtml += ('flashvars="pics=' + pics + '&amp;links=' + links + '&amp;texts=' + texts + '&amp;borderwidth=' + focus_width + '&amp;borderheight=' + focus_height + '&amp;textheight=0" wmode="opaque" src="http://images.27399.com//images/focus.swf"></object>');
if(document.getElementById('flash_ad')) document.getElementById('flash_ad').innerHTML = flashHtml;

