

now = new Date();
day = new Object();
month = new Object();
day[0] = "Sun";
day[1] = "Mon";
day[2] = "Tue";
day[3] = "Wed";
day[4] = "Thu";
day[5] = "Fri";
day[6] = "Sat";
month[0] = "Jan.";
month[1] = "Feb.";
month[2] = "Mar.";
month[3] = "Apr.";
month[4] = "May";
month[5] = "Jun.";
month[6] = "Jul.";
month[7] = "Aug.";
month[8] = "Sept.";
month[9] = "Oct.";
month[10] = "Nov.";
month[11] = "Dec.";
year = now.getYear();
if (year < 1000) year += 1900;

document.write('<A NAME=^></A>');
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=755><TR><TD><IMG SRC="graphics/hands3.gif"  WIDTH="373" HEIGHT="48" BORDER="0"></TD><TD><IMG SRC="graphics/easy3.gif" WIDTH="293" HEIGHT="27"  BORDER="0"></TD></TR></TABLE>');
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=755><TR><TD HEIGHT=1 BGCOLOR=#999999 WIDTH=754><IMG SRC="graphics/bump.gif" WIDTH=1 HEIGHT=1 BORDER=0 ></TD>');
document.write('<TD WIDTH=1 ROWSPAN=3 BGCOLOR=#999999><IMG SRC="graphics/bump.gif" WIDTH=1 HEIGHT=1 BORDER=0 ></TD></TR>');
document.write('<TR><TD BGCOLOR=#CCCCCC><IMG SRC="graphics/bump.gif" WIDTH=1 HEIGHT=3 BORDER=0 ></TD></TR>');
document.write('<TR><TD HEIGHT=1 BGCOLOR=#CCCCCC><IMG SRC="graphics/bump.gif" WIDTH=1 HEIGHT=1 BORDER=0 ></TD></TR></TABLE>');
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=755><TR><TD BGCOLOR=#666666>');
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>');
document.write('<TR HEIGHT=29><TD WIDTH=125><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>&nbsp;');
document.write(day[now.getDay()] + ", " + month[now.getMonth()] + " " + now.getDate() + ", " + year);
document.write('</STRONG></FONT></TD>');
document.write('<TD WIDTH=155><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Toll Free:1-888-853-9292</STRONG></FONT></TD><TD WIDTH=120 ALIGN=CENTER><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>&nbsp;&nbsp;<A HREF=http://www.arts-letters.com/ref.asp><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Click to Tell a Friend</STRONG></A></STRONG></TD>');
document.write('<TD WIDTH=85 ALIGN=RIGHT><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Search For:&nbsp;</STRONG></FONT></TD>');
document.write('<TD WIDTH=280><script language="JavaScript" src="java/searchmain.js"></script>');
document.write('<FORM NAME="searchmain" METHOD="get">');
document.write('<INPUT TYPE="TEXT" NAME="keywords" SIZE="14" CLASS="navFormDroplist">&nbsp;');
document.write('<SELECT NAME="engine" CLASS="navFormDroplist">');
document.write('<OPTION VALUE="arts&letters" SELECTED>Arts & Letters');
document.write('<OPTION VALUE="about">About.com ');
document.write('<OPTION VALUE="altavista">Alta Vista ');
document.write('<OPTION VALUE="aolnetfind">AOL Netfind');
document.write('<OPTION VALUE="google">Google');
document.write('<OPTION VALUE="hotbot">Hot Bot ');
document.write('<OPTION VALUE="looksmart">Look Smart');
document.write('<OPTION VALUE="lycos">Lycos');
document.write('<OPTION VALUE="msn">MSN');
document.write('<OPTION VALUE="yahoo">Yahoo</OPTION></SELECT>&nbsp;<INPUT TYPE=BUTTON VALUE=GO onclick=getit() CLASS="navDroplist2"></TD></TR></FORM></TABLE></TD></TR></TABLE>');
document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=755><TR><TD BGCOLOR="#6699CC" HEIGHT=20 WIDTH=754>&nbsp;</TD></TR></TABLE>');









