var merch = document.form_wl.merchant_rn.value;
var isEmpty;
var greeting='';

//Chicago White Sox Stage Place Holder
if (merch == "33188234"){
greeting='<table width="400" height="480" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" valign="middle"><img src="http://pics1.edeal.com/images/p2/wl/auct_mlb/chicago_whiteSox/placelogo.gif"><br><font style="font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 12px;">Thank you for visiting<br><font style="font-size:16px;"><b>Chicago White Sox Auctions,</b></font><br>We do not have any listings currently open, <br>but will resume our auctions next Spring.<br>Please visit <a href="http://auction.mlb.com">auction.mlb.com</a><br>to view the auctions which are open at this time.<br><br><font style="font-size:10px;"><b>Chicago White Sox Charities thanks you for your continued support.<br>The On-line Auction will return in March 2005, with the first group of<br>auction items running March 7-20</b></font></font></td></tr></table>';
}

//Chicago White Sox Place Holder
if (merch == "33288044"){
greeting='<table width="400" height="480" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" valign="middle"><img src="http://pics1.edeal.com/images/p2/wl/auct_mlb/chicago_whiteSox/placelogo.gif"><br><font style="font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 12px;">Thank you for visiting<br><font style="font-size:16px;"><b>Chicago White Sox Auctions,</b></font><br>We do not have any listings currently open, <br>but will resume our auctions next Spring.<br>Please visit <a href="http://auction.mlb.com">auction.mlb.com</a><br>to view the auctions which are open at this time.<br><br><font style="font-size:10px;"><b>Chicago White Sox Charities thanks you for your continued support.<br>The On-line Auction will return in March 2005, with the first group of<br>auction items running March 7-20</b></font></font></td></tr></table>';
}

//Padres Place Holder
/*
if (merch == "33287369"){
greeting='<table width="400" height="480" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" valign="middle"><img src="http://pics1.edeal.com/images/p2/wl/auct_mlb/sandiego/padre_ph.gif"></td></tr></table>';

		document.write('<div style="visibility:visible;background-color:white;width:430;height:490;position:absolute;top:93px;left:160px;border:1px #cccccc solid;">');
		document.write(greeting);
		document.write('</div>');

}
*/