<!--

var ScrollMsg = "Preview of our May 9th, 2010 Auction to be posted soon!"
var StaticMsg = "Order catalog No 3502 today!"
	
	document.write("<tr><td colspan='2'>");
	
if (ScrollMsg != "")
{
	document.write("<blink><marquee><font size=6 color='#FF0000'>");	
	document.write(ScrollMsg);
	document.write("</font></marquee></blink>");
};

if (StaticMsg !="")
{
	document.write("<font size=6 color='#FF0000'><center>");	
	document.write(StaticMsg);
	document.write("</center></font>");
};
document.write("</td></tr>");
//-->
