
















//define the callback method.
function callBack(){
	//alert("callback run!");
	window.location.reload(); 
}

function login01(){

	
	
	document.write('<a href="http://www.bokee.net/usermodule/choosePath.do?action=preRegist" target="_blank">Sign Up</a> - <a href="http://www.bokee.net/usermodule/choosePath.do?action=login">Login</a> - <a href="http://www.bokee.net/info/guild.jsp" target="_blank">Help</a>');
	

	
}  


function login02(){

	
	
	document.write('<a href="http://www.bokee.net" target="_blank">Bokee Home</a> - <a href="http://www.bokee.net/usermodule/choosePath.do?action=preRegist" target="_blank">Sign Up</a> - <a href="#" onmouseover="checkLogin(callBack);">Login</a> - <a href="http://www.bokee.net/info/guild.jsp" target="_blank">Help</a> - <a href="http://puwei.bokee.net" target="_blank" title="Chinese Version">中文版</a>');
	

	
}  