function setHomePage(x) 
{
	if (navigator.appName == "Netscape") 
  	{
    		var newWindow = window.open('http://www.pchome.com.tw/todo_profile/netscape.html', 'n4', 'directories=no,location=no,menubar=no,toolbar=no,scrollbars=yes,height=520,width=550');
  	}
  	else 
  	{  // Microsoft Internet Explorer
    		if ((navigator.appVersion.indexOf("MSIE 5") != -1)||(navigator.appVersion.indexOf("MSIE 6") != -1)) 
    		{
      			x.style.behavior = "url(#default#homepage)";
      			x.setHomePage('http://www.pchome.com.tw/');
      			//alert ("有安裝廣告視窗攔截軟體者，請關閉此功能，才能參加活動喔！");
    		}
    		else var newWindow = window.open('http://www.pchome.com.tw/todo_profile/ie.html', 'ie4', 'directories=no,location=no,menubar=no,toolbar=no,scrollbars=yes,height=520,width=550');
  	}
    	//
    	//var newWindow1 = window.open('http://campaign.pchome.com.tw/2004/newpchome', 'newpchome', 'directories=no,location=no,toolbar=no,scrollbars=YES,height=520,width=800');

}
document.write('<font style="font-size:12px">');
document.write('．<a name="makeHome" href="javascript:setHomePage(this.makeHome);" onMouseOver="window.status=\'將您的首頁設定成 http://www.pchome.com.tw/  \'; return true;" onMouseOut="window.status=\'\'; return true;">設<span style="font-family:arial">PChome為首頁</span></a>');
document.write('．<a href="http://event.pchome.com.tw/profile/ad/ad.html">刊登廣告</a>');
document.write('．<a href="http://event.pchome.com.tw/profile/authorized/">授權服務</a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/copyright.html">隱私權聲明</a>  ');
document.write('．<a href="http://www.cpc.gov.tw" target="_blank">消費者保護</a> ');
document.write('．<a href="http://adresult.pchome.com.tw/counter.php?sid=11047">兒童網路安全</a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/about/">關於<span style="font-family:arial">PChome</span></a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/jobs.htm">徵才</a> <br> ');
document.write(' <font style="font-size:12px;font-family: Arial, 新細明體; color:494949; ">網路家庭版權所有、轉載必究 <font face="arial"> Copyright&copy; ');
document.write(' PChome Online</font></font></p></font> ');


