
theCount = getCookieNoWrite("Count")
theRound = getCookieNoWrite("Round")

if (theCount != null)
{
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=167><tr><td><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=26></td></tr>");
	document.write("<tr><td align=center><img src=http://pics1.truition.com/images/p2/wl/auct_mlb/2008/img/rt_recently.gif width=167 height=23 border=0 /></td></tr>");
	
	document.write("<tr><td class=recent_pad>");
	getCookie("item1");
	document.write("</td></tr><tr><td bgcolor=#ced4e0 width=167 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=167 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=167 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=167 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 width=100%><tr><td><img src=http://pics1.truition.com/images/p2/wl/blank.gif width=1 height=16></td></tr>");
	document.write("<tr><td align=center><a href=http://alumni.auction.mlb.com/cgi-bin/ncommerce3/Search?merchant_rn=33189224&GO_SEARCH=YES&status=O&sort_order=priced&textsearch=buehrle&Submit.x=30&Submit.y=7><img src=http://pics1.truition.com/images/p2/wl/auct_mlb/2008/img/right/HP_tower_160.jpg width=160 height=472 border=0 /></a></td></tr></table>");
}