

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 ALIGN=CENTER BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=770><TR><TD BGCOLOR=#ffffff><IMG SRC="../graphics/hands3.gif"  WIDTH="373" HEIGHT="48" BORDER="0"></TD><TD BGCOLOR=#ffffff><IMG SRC="../graphics/easy3.gif" WIDTH="293" HEIGHT="27"  BORDER="0"></TD></TR></TABLE>');

document.write('<TABLE BORDER=0 ALIGN=CENTER CELLSPACING=0 CELLPADDING=0 WIDTH=770><TR><TD HEIGHT=1 BGCOLOR=#999999 WIDTH=770><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=#999999><IMG SRC="../graphics/bump.gif" WIDTH=1 HEIGHT=1 BORDER=0 ></TD></TR></TABLE>');

document.write('<TABLE ALIGN=CENTER BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=770><TR><TD BGCOLOR=#666666>');

document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>');

document.write('<TR HEIGHT=29><TD WIDTH=300><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order toll free: 1-888-853-9292</STRONG></FONT></TD>');

document.write('<TD WIDTH=200 ALIGN=CENTER></TD>');

document.write('<TD WIDTH=200 ALIGN=CENTER> </TD>');

document.write('<TD NOWRAP ALIGN=RIGHT>&nbsp;');


document.write(' </TD>');

document.write('<TD WIDTH=300 ALIGN=RIGHT><FONT COLOR=#CCCCCC FACE=VERDANA,ARIAL,HELVETICA SIZE=-2><STRONG>');

document.write(day[now.getDay()] + ", " + month[now.getMonth()] + " " + now.getDate() + ", " + year);

document.write('&nbsp;&nbsp;&nbsp;</STRONG></font>&nbsp;');

document.write('&nbsp;</TD></TR></FORM></TABLE></TD></TR></TABLE>');





