
theCount = getCookieNoWrite("Count")
theRound = getCookieNoWrite("Round")

if (theCount != null)
{
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=121>");
	document.write("<tr><td style=padding-bottom:2px;><img src=http://pics1.truition.com/images/p2/wl/steiner_staging/img/rt_recently.gif width=104 height=15 border=0 /></td></tr><tr><td bgcolor=#ced4e0 width=121 align=center><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=1></td></tr>");
	
	document.write("<tr><td class=recent_pad>");
	getCookie("item1");
	document.write("</td></tr><tr><td bgcolor=#ced4e0 width=121 align=center><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=1></td></tr>");

	if (theCount >= "2" || theRound=="2")
	{
		document.write("<tr><td class=recent_pad>");
		getCookie("item2");
		document.write("</td></tr><tr><td bgcolor=#ced4e0 width=121 align=center><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=1></td></tr>");
	}
	
	if (theCount >= "3" || theRound=="2")
	{
		document.write("<tr><td class=recent_pad>");
		getCookie("item3");
		document.write("</td></tr><tr><td bgcolor=#ced4e0 width=121 align=center><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=1></td></tr>");
	}
	
	if (theCount >= "4" || theRound=="2")
	{
		document.write("<tr><td class=recent_pad>");
		getCookie("item4");
		document.write("</td></tr><tr><td bgcolor=#ced4e0 width=121 align=center><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=1></td></tr>");
	}
	
	document.write("</table>");
}
else
{
	document.write("<table border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr><td><a href=http://www.steinersports.com/outlet-store/><img src=http://pics1.truition.com/images/p2/wl/steiner2010/img/home/SteinerBINtopright.jpg width=121 height=645 border=0 /></a></td></tr></table>");
document.write("<table border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td><a href=http://auction.steinersports.com/cgi-bin/ncommerce3/ExecMacro/feature.d2w/report?wl=55076099&sort=closingsoon><img src=http://pics1.truition.com/images/p2/wl/steiner2010/img/home/BESTBRONXjk.jpg width=121 height=645 border=0 /></a></td></tr></table>");
}
