// JavaScript Document
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('</div>'); 
document.write('<div class="footerbg"><div class="t1320 w" style="padding-top:18px">．<a href="http://4c.pchome.com.tw/">廣告刊登</a> '); 
document.write('．<a href="http://event.pchome.com.tw/profile/authorized/">授權服務</a> ．<a href="http://event.pchome.com.tw/profile/copyright.html">隱私權聲明</a>．<a href="http://www.cpc.gov.tw/">消費者保護</a> ．<a href="http://member.pchome.com.tw/child.html">兒童網路安全</a> ．<a href="http://event.pchome.com.tw/ipo/">關於PChome</a> ．<a href="http://www.portal20.com.tw/job_01_06.html">徵人</a><br>網路家庭版權所有、轉載必究 Copyright &copy; PChome Online'); 
document.write('</div></div>'); 



    
    
  
  
    

