function writebottom(){

var str;

str='<table width="100%" border="0" cellpadding="0" cellspacing="0" background="../../images/bottom_1.gif">'+

 '<tr>'+

'<td colspan="2">'+

'<img src="../../images/spacer.gif" width="992" height="1" />'+

'</td>'+

'</tr>'+

'<tr>'+

   ' <td width="1%"><img src="../../images/spacer.gif" width="1" height="59" /></td>'+

    '<td width="99%" align="left" valign="bottom">'+

'<table width="890" border="0" cellspacing="0" cellpadding="0">'+

'        <tr> '+

'          <td width="1%" height="28" class="Title">&nbsp;</td>'+

'          <td width="53%" valign="bottom" class="Title">The9 Limited</td>'+

'          <td width="46%" valign="bottom"><a href="../../index.htm" class="txtWide">Home</a> '+

'            | <a href="../../map.htm" class="txtWide">Site Map</a> | <a class="txtWide">Terms '+

'            and Conditions</a> | <a href="#" class="txtWide" onmouseover="document.all[\'divcontact\'].style.visibility=\'visible\';"  onmouseout="document.all[\'divcontact\'].style.visibility=\'hidden\';">Contact The9</a> '+

'            | <a href="http://www.the9.com/" target="_blank" class="txtWide">Chinese</a> </td>'+

'        </tr>'+

'        <tr>'+

'          <td height="21" class="Title">&nbsp;</td>'+

'          <td class="Title">&nbsp;</td>'+

'          <td  align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">'+

'              <tr>'+

'                <td width="51%"><img src="../../images/spacer.gif" width="235" height="1" /></td>'+

'                <td width="20%"  onmouseover="document.all[\'divcontact\'].style.visibility=\'visible\';"  onmouseout="document.all[\'divcontact\'].style.visibility=\'hidden\';"><div id="divcontact"   style="position:absolute; left:583px; width:369px; height:33px; z-index:1;visibility:hidden"><a href="../../IR/BD.htm" class="txtWide">Contact '+

'                    BD</a> | <a href="../../IR/sub_11.htm" class="txtWide">Contact IR</a> | <a href="http://hr.the9.com/" target="_blank" class="txtWide">Job '+

'                    Opportunities ( in Chinese )</a></div></td>'+

'                <td width="29%"><img src="../../images/spacer.gif" width="130" height="1" /></td>'+

'              </tr>'+

'            </table>'+

'          </td>'+

'        </tr>'+

'      </table>'+

'    </td>'+

'  </tr>'+

'</table>';

document.write(str);

}



function writetopsub(){

var str;



str='<table width="100%" border="0" cellpadding="0" cellspacing="0"  background="../../images/top_3.gif">'+



'  <tr >'+

'    <td width="1%"><img src="../../images/top_1_sub.gif" width="221" height="97" /></td>'+

'    <td width="99%"><img src="../../images/top_2.gif" width="771" height="97" /></td>'+

'  </tr>'+

'</table>';

document.write(str);

}