﻿var domainList="localhost|www.gstoo.com|www.78sz.com|www.gstoo.net|www.gstoo.com.cn|www.gstoo.net.cn";
var host = window.location.host.toLowerCase(); 
if(domainList.indexOf(host)<0){
host="www.gstoo.com";  //////////www.gstoo.com
}


document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"  style="margin-top:5px">');
  document.write('<tr>');
    document.write('<td width="300"><img src="http://'+host+'/Images/rx_logo.gif" alt="" width="297" height="70" /></td>');
    document.write('<td style="border:#FFBC7B solid 1px"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
      document.write('<tr>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Bg.html" ><img src="http://'+host+'/Images/2007_top1.gif" alt="" width="71" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Cy.html" ><img src="http://'+host+'/Images/2007_top2.gif" alt="" width="70" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Yl.html" ><img src="http://'+host+'/Images/2007_top3.gif" alt="" width="72" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Cx.html" ><img src="http://'+host+'/Images/2007_top4.gif" alt="" width="66" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Gw.html" ><img src="http://'+host+'/Images/2007_top5.gif" alt="" width="78" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/TakeOut/" ><img src="http://'+host+'/Images/2007_top6.gif" alt="" width="67" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://www.nihaosz.com/" ><img src="http://'+host+'/Images/2007_top7.gif" alt="" width="62" height="41" /></a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Love/" ><img src="http://'+host+'/Images/2007_top8.gif" alt="" width="62" height="41" /></a></td>');
      document.write('</tr>');
    document.write('</table>');

	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color:#FFDFBE; height:25px">');
      document.write('<tr>');
        document.write('<td align="center"><a href="http://'+host+'/">首页</a></td>');
       document.write('<td align="center"><a href="http://'+host+'/News/">资讯</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/ClassAd/">分类</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Cookbook/">学做菜</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Chef/">厨师</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Eprint/">优惠券</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Party/">FB活动</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/photoAlbum/">相册</a></td>');
        document.write('<td align="center"><a href="http://bbs.gstoo.com" target="_blank">论坛</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/Company/Vip.html">优惠商家</a></td>');
        document.write('<td align="center"><a href="http://'+host+'/VipCard/">姑苏通VIP卡</a></td>');
      document.write('</tr>');
    document.write('</table>');
	document.write('</td>');
  document.write('</tr>');
document.write('</table>');
