/********************************* nav.js for EA.com code by Byron Tredwell (byron(AT)blastradius.com) *********************************/ /******************************* FUNCTIONS FOR GLOBAL INIT ******************************/ initArray[initArray.length] = initSubNav; /******************************* ******************************/ /******************************* TITLE NAV ******************************/ function initSubNav() { if(top.location.href.indexOf("index") >= 0 || top.location.href.indexOf("home") >= 0 || top.location.href.charAt(top.location.href.length-1) == "/" ) { if(isLoggedIn && isPlayingOnline[4]){ toggleTitleSubNav(getElm("tnlink_1")); }else{ toggleTitleSubNav(getElm("tnlink_0")); } } }