

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] = "March";
month[3] = "April";
month[4] = "May";
month[5] = "June";
month[6] = "July";
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=150><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=200 ALIGN=CENTER><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Order toll free: 1-888-853-9292</STRONG></TD>');
document.write('<TD WIDTH=200 ALIGN=CENTER><A HREF=http://www.arts-letters.com/classic/refclass.asp><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Click Here to Tell a Friend</STRONG></A></TD>');
document.write('<TD NOWRAP ALIGN=RIGHT><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>Search For:&nbsp;</STRONG></FONT></TD>');
document.write('<TD WIDTH=185><SCRIPT LANGUAGE="JAVASCRIPT" src="../java/7searchmain0.js"></SCRIPT>');
document.write('<FORM NAME="searchmain" METHOD="get">');
document.write('<INPUT TYPE="TEXT" NAME="keywords" SIZE="16" CLASS="navFormDroplist">&nbsp;');
document.write('<input type="hidden" name="engine" value="arts&letters">');
document.write('&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="#A5ADCE" HEIGHT=20 WIDTH=754>&nbsp;</TD></TR></TABLE>');



