var imgheight
var imgleft

document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=500:imgheight=175
window.screen.width>800 ? imgleft=8:imgleft=8
function myload()
{
if (navigator.appName == "Netscape")
{
document.myleft.pageY=pageYOffset+window.innerHeight-imgheight;
document.myleft.pageX=imgleft;
leftmove();
}
else
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myleft.style.left=imgleft;
leftmove();
}
}
function leftmove()
 {
 if(document.ns)
 {
 document.myleft.top=pageYOffset+window.innerHeight-imgheight
 document.myleft.left=imgleft;
 setTimeout("leftmove();",80)
 }
 else
 {
 myleft.style.top=document.body.scrollTop;
 myleft.style.left=imgleft;
 setTimeout("leftmove();",80)
 }
 }

function MM_reloadPage(init) 
{  
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)

if (navigator.appName == "Netscape")
{
document.write("<layer id=myleft top=30 width=90 height=30>");
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='1' bgcolor='#FF9900'><tr>");
document.write("<td height='20' bgcolor='#FFFFFF'><font color='#FF0000'><strong>喜讯</strong></font></td></tr><tr>");
document.write("<td height='20' bgcolor='#FFFFFF'><a href='http://www.gzto.com/hotel.asp?id=1623'><font color='#FF0000'><strong>广交会期间唯一一家三星级不涨价酒店</strong></font></a></td></tr><tr>");
document.write("<td height='20' bgcolor='#FFFFFF'>广丰酒店：标准大床<font color='#FF0000'><strong>238元</strong></font></td></tr><tr>");
document.write("<td height='20' bgcolor='#FFFFFF'>广丰酒店：标准双床<font color='#FF0000'><strong>298元</strong></font></td></tr></table>");
document.write("</layer>");
myload()}
else
{
document.write("<div id=myleft style='position: absolute;width:100px;top: 30;left:5;visibility: visible;z-index: 1'>");
document.write("<table width='100' height='100' border='0' cellpadding='0' cellspacing='0'  ><tr>");
document.write("<td>&nbsp;</td></tr></table>");
document.write("<table width='100%' border='0' cellpadding='3' cellspacing='1' bgcolor='#D1D1D1'  ><tr>");
document.write("<td colspan='2' bgcolor='#FFFFFF'><div align='left'><font color='#FF0000'><b>五星级酒店周末(周五-日)大特价</b></font></div></td></tr><tr>");
document.write("<td bgcolor='#FFFFFF'><a href='http://gzto.com/hotel.asp?id=1247' target='_blank'>中国大酒店</a></td>");
document.write("<td bgcolor='#FFFFFF'>590元</td></tr>");
document.write("<tr><td bgcolor='#FFFFFF'><a href='http://gzto.com/hotel.asp?id=1312' target='_blank'>白天鹅宾馆</a></td>");
document.write("<td bgcolor='#FFFFFF'>590元</td></tr>");
document.write("<tr><td colspan='2' bgcolor='#FFFFFF'>提前预订并付款,可用信用卡支付　预订电话：020-86006808</td></tr></table>");

document.write("<div style='margin-top:10px;' >");
document.write("<a href='http://gzto.com/c1.html' ><img src='pic/zll.jpg' style='border:0px;' ></a>");
document.write("</div>");

document.write("</div>");
myload()
}