function writeHeader()

{
document.write('<BODY bgcolor="white" onLoad="windowReference.resizeBy(width=600, height=800)">')
document.write('<table width="600">')
document.write('<TR>')
document.write('<td valign="top" bgcolor="#FFFFFF">')
document.write('<img height="100" width="600" src="images/head_index.jpg">')
document.write('</td>')
document.write('</TR>')
document.write('<tr><td>')
document.write('<left><font color="#808080">' + dayName[now.getDay()] + ' ' + monName[now.getMonth()] + ' ' + now.getDate() + ', ' + now.getFullYear() + ' ' + '</left>')
document.write('</td></tr>')
document.write('<tr><td>')
document.write('<HR noshade size=2>')
document.write('</td></tr>')
document.write('</table>')
} 

dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monName = new Array ("Jan.", "Feb.", "Mar.", "Apr.", "May", "June", "July", "Aug.", "Sept.", "Oct.", "Nov.", "Dec.")

now = new Date































 








































