function LeftImageStatus(){
	
	// For any edits, only change what's in the quotes. Do not delete the quotes!
	
	// If you're not logged in
	if 	(subStatus == ("none")){	//Do not change anything here
		document.write('<a onClick="javascript:urchinTracker(\'/subscribe/top-left-nav/join-today\');" href="http://net.gamespyid.com/linktrack/redirect.aspx?i=9398&t=http%3a%2f%2fwww.fileplanet.com%2fsubscribe%2fsubscribe.shtml">');	//This is the link
		document.write('<img src="/_img/spacer.gif" width="155" height="39" border="0" alt="" />');	//This is the text
		document.write("</a>");
		}

	// If you're a Founders Club member
	if	(subStatus == ("FoundersClub")){	//Do not change anything here
		document.write('<div id="left_upsell">');
		document.write('<a href="http://net.gamespyid.com/linktrack/redirect.aspx?i=10697&t=http%3a%2f%2fwww.fileplanet.com%2fsubscribe%2ffp_upgrade.shtml">');	//This is the link
		document.write('<img src="/_img/spacer.gif" width="155" height="39" border="0" alt="" />');	//This is the text
		document.write("</a>");
		document.write("</div>");
		}

	// If you're subscribed, FilePlanet upsell
	if	((subStatus) == ("subscriber")){	//Do not change anything here
		document.write('<a href="http://net.gamespyid.com/linktrack/redirect.aspx?i=10697&t=http%3a%2f%2fwww.fileplanet.com%2fsubscribe%2ffp_upgrade.shtml">');	//This is the link
		document.write('<img src="/_img/sidebar/member_upgrade.gif" width="155" height="39" border="0" alt="" />');	//This is the text
		document.write("</a>");
	}

	// If you're logged in, but not subscribed to anything
	if	(subStatus == ("registered")){	//Do not change anything here
		document.write('<a onClick="javascript:urchinTracker(\'/subscribe/top-left-nav/join-today\');" href="http://net.gamespyid.com/linktrack/redirect.aspx?i=9398&t=http%3a%2f%2fwww.fileplanet.com%2fsubscribe%2fsubscribe.shtml">');	//This is the link
		document.write('<img src="/_img/spacer.gif" width="155" height="39" border="0" alt="" />');	//This is the text
		document.write("</a>");
	}
}
LeftImageStatus();