		<!--//
		var username = getCookie('US_Name');
		if (username) {
			username = username.replace('+', ' ');
		}
		var userpass = getCookie('US_Password');
		if (username && userpass) {
			document.write('		<td>Hello '+username+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>');
			document.write('		<td><img src="/images/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" href="https://secure.autosport.com/subs/account.php" style="color: White;">Edit your account</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>');
			document.write('		<td><img src="/images/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" style="color: White;" href="http://www.autosport.com/subs/login.php?action=logout">Log out</a></font> </td>');
		} else {
			document.write('		<td><img src="http://images.autosport.com/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" href="http://www.autosport.com/subs/login.php" style="color: White;">Buy a subscription</a>&nbsp;&nbsp;</td>');
			document.write('		<td><a href="http://www.autosport.com/subs/login.php"><img src="http://images.autosport.com/subsflag.gif" alt="" width="22" height="10" border="0"></a></td>');
			document.write('		<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>');
			document.write('		<td><img src="/images/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" style="color: White;" href="http://www.autosport.com/subs/login.php">Log in</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font> </td>');
			document.write('		<td><img src="/images/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" style="color: White;" href="http://www.autosport.com/subs/password.php" onclick="window.open(this.href,\'password\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,scrollbars=no,resizable=no,copyhistory=no,width=200,height=200\'); return false;">Login reminder</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font> </td>');
			document.write('		<td><img src="/images/arr_white.gif" alt="" width="6" height="12" border="0"></td>');
			document.write('		<td><a class="navbar" style="color: White;" href="http://www.autosport.com/subs/magazine.html" onclick="window.open(this.href,\'magazine\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,scrollbars=no,resizable=no,copyhistory=no,width=280,height=325\'); return false;">Magazine users</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font> </td>');
		}
		//-->
