function first_page() {

browser = (navigator.appName == "Netscape");
browser4 =(navigator.appName == "Microsoft Internet Explorer");
if (browser4){
document.write('<form name="#" action="">');
document.write('<font size="2" color="#0066CC">');
document.write('<a style="text-decoration:none;color:#0066CC" href="http://www.shesay.com/agreement.html">‧加入會員');
document.write('</a><br>');
document.write('<a style="text-decoration:none;color:#0066CC" href="http://www.shesay.com/help/help.html">‧服務中心');
document.write('</a></font><br>');
document.write('<select name="#" size="1" onChange=\"location.href=this.options[selectedIndex].value\">');
document.write('<option value="#">快速連結</option>');
document.write('<option value="http://www.shesay.com/">回首頁</option>');
document.write('<option value="http://man.shesay.com/fms.big5/">養男人</option>');
document.write('<option value="http://www.shesay.com/act/u2/online.html">免費撥接</option>');
document.write('<option value="http://www.shesay.com/dcs/index.html">討論區</option>');
document.write('<option value="http://chatroom.shesay.com/">聊天室</option>');
document.write('<option value="http://www.shesay.com/act/sojuice/">敗家聖地</option>');
document.write('<option value="http://www.shesay.com/newcard/star.php3">電子賀卡</option>');
document.write('<option value="http://www.shesay.com/ten/agi/TenAgishowTopic.php">愛情議色館</option>');
document.write('<option value="http://www.shesay.com/ten/hos/TenHosshowAllHelp.php">愛情醫學院</option>');
document.write('<option value="http://www.shesay.com/vgns/mems/VgnsMemsIndex.php">心魔復仇館</option>');
document.write('<option value="http://www.shesay.com/mms/MmsMmsShowMydesk.php">個人化桌面</option>');
document.write('<option value="http://www.shesay.com/mms/MmsMmsCommtouch.php">個人信箱</option>');
document.write('</select>');
document.write('</form>');
}  
if (browser){
document.write('<form name="#" action="">');
document.write('<table border="0"><tr><td class="font">');
document.write('‧<a href="#" onClick="this.style.behavior=\'url(\#default\#homepage)\',this.setHomepage(\'http://www.shesay.com/\');"><font size="2" color="#0066CC">設為首頁</font></a><br>');
document.write('‧<a href="http://www.shesay.com/agreement.html"><font size="2" color="#0066CC">加入會員</font></a><br>');
document.write('‧<a href="http://www.shesay.com/help/help.html"><font size="2" color="#0066CC">服務中心</font></a><br>');
document.write('</td></tr><tr><td>');
document.write('<select name="#" size="1" onChange="location.href=this.options[selectedIndex].value">');
document.write('<option value="#">快速連結</option>');
document.write('<option value="http://www.shesay.com/">回首頁</option>');
document.write('<option value="http://man.shesay.com/fms.big5/">養男人</option>');
document.write('<option value="http://www.shesay.com/act/u2/online.html">免費撥接</option>');
document.write('<option value="http://www.shesay.com/dcs/index.html">討論區</option>');
document.write('<option value="http://chatroom.shesay.com/">聊天室</option>');
document.write('<option value="http://www.shesay.com/">敗家聖地</option>');
document.write('<option value="http://www.shesay.com/newcard/star.php3">電子賀卡</option>');
document.write('<option value="http://www.shesay.com/ten/agi/TenAgishowTopic.php">愛情議色館</option>');
document.write('<option value="http://www.shesay.com/ten/hos/TenHosshowAllHelp.php">愛情醫學院</option>');
document.write('<option value="http://www.shesay.com/vgns/mems/VgnsMemsIndex.php">心魔復仇館</option>');
document.write('<option value="http://www.shesay.com/mms/MmsMmsShowMydesk.php">個人化桌面</option>');
document.write('<option value="http://www.shesay.com/mms/MmsMmsCommtouch.php">個人信箱</option>');
document.write('</select>');
document.write('</td></tr></table>');
document.write('</form>');
}                                
}                     

