if (top.location != self.location){top.location.href="/";}

function SetImgAutoSize() { 
var img=document.all.img1;//获取图片
var MaxWidth=600;//设置图片宽度界限
var MaxHeight=600;//设置图片高度界限
var HeightWidth=img.offsetHeight/img.offsetWidth;//设置高宽比
var WidthHeight=img.offsetWidth/img.offsetHeight;//设置宽高比
if(img.readyState!="complete")return false;//确保图片完全加载 
if(img.offsetWidth>MaxWidth){img.width=MaxWidth;img.height=MaxWidth*HeightWidth;}
if(img.offsetHeight>MaxHeight){img.height=MaxHeight;img.width=MaxHeight*WidthHeight;}
} 

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="960" height="120">');
document.write('<param name="movie" value="/template/images/swf/1.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="/template/images/swf/1.swf" quality="high" wmode="transparent" menu="false" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="960" height="120"></embed>');
document.write('</object>');
