regParam = "&regAction=login";
logoutLink = "";
document.writeln('<div id="loginBox">');
if (checkRegistration()) {
	uName = getUserName();
	regParam = "";
	logoutLink = " | <a href=\"http://club.ign.com/b/logout?cb=" + random + "\" onclick=\"trackclick(\'LoginBox_logout-click.ign.com\')\" rel=\"nofollow\">Log Out</a>";
 	document.writeln('<b>Welcome <a href="http://club.ign.com" onclick=\"trackclick(\'LoginBox_name-click.ign.com\')\" rel=\"nofollow\">'+uName+'</a></b>');	
    document.writeln("<img src=\"http://login.ign.com/cookieupdate.aspx?ohrs=1\" width=\"1\" height=\"1\" /><br />");
} else {  // have to do this so the user won't get redirected back to teaser page after logging in as an insider....
	var window_loc = "" + window.location;
	if (window_loc.indexOf("/teasers/")>-1) {
		window_loc = js_replace(window_loc,".html","p1.html");
		window_loc = js_replace(window_loc,"/teasers/","/articles/");
    }
	window_loc = js_replace(window_loc,"/teaser.html","/index.html");
 	document.writeln('<b><a href="http://club.ign.com/b/login?dest='+ urlEncode(window_loc) +'" class="login" onclick="trackclick(\'LoginBox_login-click.ign.com\')" rel="nofollow">Log In</a></b> | <b><a href="http://club.ign.com/b/login?dest='+ urlEncode(window_loc) +'" class="login" onclick="trackclick(\'LoginBox_register-click.ign.com\')" rel="nofollow">Register</a></b><br />');
}
collectionTotal = getCollectionTotal();
document.writeln('<a href="https://login.ign.com/index.aspx" onclick="trackclick(\'LoginBox_myaccount-click.ign.com\')" rel="nofollow">My Account</a> | <a href="http://club.ign.com/b/list/custom?&lid=100063" onclick="trackclick(\'LoginBox_myalerts-click.ign.com\')" rel="nofollow">My Alerts</a>'+logoutLink+'<br/> ');
if (checkRegistration()) {
	document.writeln('<a href="http://blogs.ign.com/'+uName+'" onclick="trackclick(\'LoginBox_myblog-click.ign.com\')" rel="nofollow"><b>My Blog</b></a> | ');
} else {
	document.writeln('<a href="http://blogs.ign.com/" onclick="trackclick(\'LoginBox_myblog-click.ign.com\')" rel="nofollow"><b>My Blog</b></a> | ');
}
document.writeln('<a href="http://club.ign.com/b/list/custom?lid=100022" onclick="trackclick(\'LoginBox_mywishlist-click.ign.com\')" rel="nofollow">My Wishlist</a> | <a href="http://club.ign.com/b/list/custom?lid=100018" onclick="trackclick(\'LoginBox_mycollection-click.ign.com\')" rel="nofollow">My Collection</a>');
document.writeln('</div>');

