var thedate = new Date();
var themonth = thedate.getMonth() + 1;
var theday = thedate.getDate();
var theyear = thedate.getFullYear();


function monthName(monthNum) {
	if (monthNum == 1) { return "January";}
	if (monthNum == 2) { return "February";}

	if (monthNum == 3) { return "March";}
	if (monthNum == 4) { return "April";}
	if (monthNum == 5) { return "May";}
	if (monthNum == 6) { return "June";}
	if (monthNum == 7) { return "July";}
	if (monthNum == 8) { return "August";}
	if (monthNum == 9) { return "September";}
	if (monthNum == 10) { return "October";}
	if (monthNum == 11) { return "November";}
	if (monthNum == 12) { return "December";}
	return "";
}

var datestring = themonth + "/" +theday+ "/" + theyear;

var tempstr = "";

tempstr += '\n	<FORM action="http://www.uo.com/cgi-bin/search.pl" method="POST" name="search">';
tempstr += '\n	<input type="Hidden" name="section" value="0">';
tempstr += '\n	<input type="Hidden" name="which" value="2">	';
tempstr += '\n<table width="100%" border="0" cellspacing="0" cellpadding="0">';
tempstr += '\n<tr>';
tempstr += '\n<td width="75" bgcolor="#000000"><a href="http://www.uo.com"><img src="http://support.uo.com/images/logo.gif" width=75 height=108 border=0 alt="Ultima Online"></a></td>';
tempstr += '\n<td width="20" valign="top"><img src="http://support.uo.com/images/topleft_c.jpg" border=0 alt="" width="20" height="142"></td>';
tempstr += '\n<td width="100%" valign="top" background="http://support.uo.com/images/paper2.jpg">';

tempstr += '\n<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">';
tempstr += '\n<tr>';
tempstr += '\n<td align="center" background="http://support.uo.com/images/toptile.jpg"><img src="http://support.uo.com/images/blank.gif" width=10 height=30 border=0 alt=""><br>';

tempstr += '\n<img src="http://support.uo.com/images/welomeuo1.gif" width=180 height=53 border=0 alt=""></td>';
tempstr += '\n<td align="center" colspan="4" background="http://support.uo.com/images/toptile.jpg">';
tempstr += '\n<font face="arial" size="-1"><a href="http://ad.doubleclick.net/jump/origin.eaco/origin;sz=468x60;tile=1;ord=2143204772872226?"><img src="http://support.uo.com/images/blank.gif" width=10 height=10 border=0 alt=""><br>';
tempstr += '\n<img src="http://ad.doubleclick.net/ad/origin.eaco/origin;sz=468x60;tile=1;ord=2143204772872226?" border="0" height="60" width="468"></a></font></td>';
tempstr += '\n</tr>';
tempstr += '\n<tr>';
tempstr += '\n<td align="center">';
tempstr += '\n<div align="center"><img src="http://support.uo.com/images/welomeuo2.gif" width=180 height=16 border=0 alt=""></div>';
tempstr += '\n</td>';
tempstr += '\n<td align="left"></td>';
tempstr += '\n<td align="right"></td>';
tempstr += '\n<td align="left"><img src="http://support.uo.com/images/blank.gif" width=40 height=5 border=0 alt=""><img src="http://www.uo.com/images/search.gif" width=75 height=14 border=0 alt=""></td>';
tempstr += '\n<td align="right"><img src="http://support.uo.com/images/logintext.gif" width=148 height=14 border=0 alt=""></td>';
tempstr += '\n</tr>';
tempstr += '\n<tr>';
tempstr += '\n<td bgcolor="#9f3215" align="center" background="http://support.uo.com/images/blank.gif"><img src="http://www.uo.com/images/h_home.gif" width=140 height=25 border=0 alt=""></td>';
tempstr += '\n<td bgcolor="#9f3215" align="left" background="http://support.uo.com/images/blank.gif"><img src="http://support.uo.com/images/blank.gif" width=10 height=10 border=0 alt=""><font color="white" size="-1"><i>'+datestring+'</i></font></td>';
tempstr += '\n<td bgcolor="#9f3215" align="right" background="http://support.uo.com/images/blank.gif"><a href="JavaScript:document.search.submit();"><img src="http://www.uo.com/images/b_go.gif" width=41 height=12 border=0 alt=""></a></td>';
tempstr += '\n<td bgcolor="#9f3215" align="left" background="http://support.uo.com/images/blank.gif"><img src="http://support.uo.com/images/blank.gif" width=6 height=10 border=0 alt=""><input type="text" name="words" size=20 maxlength=80></td>';
tempstr += '\n<td bgcolor="#9f3215" align="right" background="http://support.uo.com/images/blank.gif"><a href="http://my.uo.com/cgi-bin/myuo.pl"><img src="http://support.uo.com/images/login2.gif" width=148 height=25 border=0 alt="MyUO"></a></td>';
tempstr += '\n</tr>';
tempstr += '\n</table>';
tempstr += '\n</td>';
tempstr += '\n<td width="10" valign="top"><img src="http://support.uo.com/images/topright_c.jpg" width=10 height=142 border=0 alt=""></td>';
tempstr += '\n</tr></form>';
tempstr += '\n</table>';


document.write(tempstr);
