function formHandler(){ var URL = document.form.site.options[document.form.site.selectedIndex].value; document.location=URL; } function confirmLogOut() { var message = "Logout from EA Games?"; if (confirm(message)) { if (navigator.appName == "Netscape") { location.href = "/webcore/logout.jsp?site=eaco&redr=http://www.eagames.com/official/lordoftherings/returnoftheking/home.jsp?page=home&skin=aragorn"; } else { self.location.replace("/webcore/logout.jsp?site=eaco&redr=http://www.eagames.com/official/lordoftherings/returnoftheking/home.jsp?page=home&skin=aragorn"); } } }; function getSecureLink(url) { secureurl = "https://"+document.domain+url; location.href = secureurl; return; } function goHome() { if ((document.domain.indexOf("aol") != -1) && !(document.domain.indexOf("aolcom") != -1) ){ location.href = "aol://1722:games"; }else{ homelink = "http://"+document.domain+"/home/home.jsp"; alert(homelink); location.href = homelink; } return; } function currentFont(pageurl){ here = document.URL; if (here.indexOf(pageurl) != -1){ document.write("") }else{ document.write("") } return; } function gotopage(url){ location.href=url; } function rainmanurl(){ if ("EA"=="AOL" ){ document.write("") }else{ document.write("") } }