function seaFuncTypecust(activeKey,activeurl,activeurl2,no,no1,no2,no3,no4,no5,no6,blogid)
{
	if (activeKey == "URL") {
	   activeKey = 'index.php?fn='+activeurl+'';
	   if (activeurl2 != "") {
		   activeKey = activeKey+'&fn1='+activeurl2+'';
	   }
	   if (no != "") {
		   activeKey = activeKey+'&no='+no+'';
	   }
	   if (no1 != "") {
		   activeKey = activeKey+'&no1='+no1+'';
	   }
	   if (no2 != "") {
		   activeKey = activeKey+'&no2='+no2+'';
	   }
	   if (no3 != "") {
		   activeKey = activeKey+'&no3='+no3+'';
	   }
	   if (no4 != "") {
		   activeKey = activeKey+'&no4='+no4+'';
	   }
	   if (no5 != "") {
		   activeKey = activeKey+'&no5='+no5+'';
	   }
	   if (no6 != "") {
		   activeKey = activeKey+'&no6='+no6+'';
	   }
	   if (blogid != "") {
		   activeKey = activeKey+'&blogid='+blogid+'';
	   }
	   window.location.href= activeKey;
	}
    if (activeKey == "LOGA") {
	   document.loginform.no4.value='A';
	   document.loginform.submit();
	}
	if (activeKey == "LOGB") {
	   document.loginform.no4.value='B';
	   document.loginform.submit();
	}
}

function DoInstantMessage(person,screen){

try{

if(confirm("您要在您的聯絡人清單加入 "+screen)==true)MsgrObj.AddContact(0,person);

if(confirm("您要傳送立即訊息給 "+screen)==true)MsgrObj.InstantMessage(person);

}catch(e){

alert("在開啟MSN Messenger 時發生錯誤! 請確認您有安裝 MSN Messenger 並且已經登入。nnError Code: "+e.number);

}

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
