var baseURL = "";
if(typeof(vendorHeader)!="undefined"){
baseURL = "http://www.startribune.com";
}

if(GetCookie('vendor_reg') && GetCookie('vendor_reg').split('|').length < 10) {
	var cke = GetCookie('vendor_reg');
	cke = cke+'|';
	createCookie("vendor_reg",cke,300,"startribune.com")
}

if(typeof instrumentation == 'undefined'){
	instrumentationFirst = "";
	instrumentationNotFirst = "";
}else{
	instrumentationFirst = "?" + instrumentation;
	instrumentationNotFirst = "&" + instrumentation;
}

if (GetCookie('startribune_user_auth')) {
document.write('<td class=\"regCell\">&nbsp;<b>Welcome,<\/b> <b style=\"font-weight:normal\">');
document.write(GetCookie('startribune_user_auth').replace(/\|.*/,"").replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;'));
document.write('</b> <span class=\'pipe\'>|<\/span> <a href=\'http://www.startribune.com/membercenter' + instrumentationFirst + '\'>Member Center<\/a></td><td class=\"regCell\"><a href=\''  + baseURL + '/s?action=doLogout' + instrumentationNotFirst + '\' onclick=\'deleteLoginCookies();\'><img src=\"http://stmedia.startribune.com/designimages/space.gif\" alt=\"logout\" width=\"17\" height=\"31\" class=\"logoutButton\"><\/a><\/td>');
	//check for the subscriptions cookie
	if(readCookie("usersubs") == null){
		//roll the dice
		if(Math.random() < 0.25){
			//Update user reg cookies
			setLoginCookies(true);
		}
	}
}
else {
  if(GetCookie('sd_pass')){
document.write('<td class=\"regCell\"><img class="regSpacer" src=\"http://stmedia.startribune.com/designimages/space.gif\" alt=\"\" width=\"2\" height=\"31\"><a href=\"'  + baseURL + '/s?action=reg' + instrumentationNotFirst + '\"><b>Log in<\/b></a><b style=\"font-weight:normal;margin-right:2px\"><span class=\"pipe\">|<\/span><a href=\"'  + baseURL + '/s?action=reg' + instrumentationNotFirst + '\">Register</a><\/b><a href=\"http://oas.startribune.com/RealMedia/ads/click_nx.ads/www.startribune.com/7daypass@Front1\" TARGET=\"_top\"><img SRC=\"http://oas.startribune.com/RealMedia/ads/adstream_nx.ads/www.startribune.com/7daypass@Front1\" border=\"0\" alt=\"\"></a><\/td>');
  }
  else{
document.write('<td class=\"regCell\"><img class="regSpacer" src=\"http://stmedia.startribune.com/designimages/space.gif\" alt=\"\" width=\"2\" height=\"31\"><b>Welcome<\/b><span class=\'pipe\'>|<\/span><a href=\''  + baseURL + '/s?action=reg' + instrumentationNotFirst + '\'>Log in<\/a><span class=\'pipe\'>|<\/span><a href=\'http://www.startribune.com/membercenter' + instrumentationFirst + '\'>Member Center<\/a>&nbsp;<\/td>');
  }
}

