var text = "";
text += '<div align=center>';
text += '    <table width=760 cellpadding=0 cellspacing=0>';
text += '    <tr><td height=1 bgcolor="#FF0000">';
text += '    </td></tr>';
text += '    </table>';
text += '    <table border=0 cellpadding=4 cellspacing=0 width="760" bgcolor=ffffcc>';
text += '    <tr align=center height=26>';
text += '    <td><a href="../index.html" class=top>首页 <BR> <small> Home </small> </a></td>';
text += '    <td><a href="http://www.chinhome.com" class=top target=_blank> 新移民之家<small><BR>NewImmigrant </small> </a></td>';
text += '    <td><a href="http://www.healthchinese.ca/" class=top> 各类医疗保险<small><BR>Health Insurance</small></a></td>';
text += '    <td><a href="http://www.wealthchinese.ca/" class=top> 家庭理财<small><BR>Finance </small> </a></td>';
text += '    <td><a href="../bbs/" class=top> 论坛<small><BR>Forum </small></a></td>';
text += '    <td><a href="http://www.hotb2a.com/ads/" target="_blank" class=top> 分类广告<small><BR>Classified </small></a></td>';
text += '    <td><a href="http://www.hotb2a.com/directory/" target="_blank" class=top> 华商名录<small><BR>Directory</small></a></td>';
text += '    <td><a href="../toronto/" class=top>多伦多市<small><BR>Toronto</small></a></td>';
text += '    <td><a href="../re/" class=top>房地产<small><BR>RealEstate </small></a></td>';
text += '    </tr>';
text += '    </table>';
text += '    <table width=760 cellpadding=0 cellspacing=0>';
text += '    <tr><td height=1 bgcolor="#FFCC00"> </td></tr>';
text += '    <tr><td height=5> </td></tr>';
text += '    </table>';
text += '    </div>';
document.write(text);
