function noright(){
if(self == top) top.location.href = "http://seednet.webs-tv.net/";
}

function MyExit(){
w2 = window.open('/member/Status2.asp?acting=Logout&go=yes','vLogoutW','top=0,left=2000,toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=1,height=1');
 }
function aband (evt) {
	var IKey = window.event.keyCode;
	switch (IKey) {
		case 27:
			if (canfull == 1) {
				alert("按錯鍵了嗎?")
				top.location="http://seednet.webs-tv.net/"
			}
			break;
		case 93:
				alert("按錯鍵了嗎?")
				top.location="http://seednet.webs-tv.net/"
			break;
		case 17:
				alert("按錯鍵了嗎?")
				top.location="http://seednet.webs-tv.net/"
			break;
		default:
			break;
	}
	return true;
}
