

var color	= "FFFFFF"
var linecolor	= "007F7E"
var lineheight  = "23"		
var headerH	= "125"		
var headerIW	= "750"




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td bgcolor="#'+linecolor+'" height="'+lineheight+'" background="picts/background-menu-horz.gif">');
document.write('</td></tr></table>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headerH+'" bgcolor="#'+color+'"><tr><td colspan="2">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="750">');
document.write('<a href="index.html"><img src="picts/main.jpg" HEIGHT="'+headerH+'" WIDTH="'+headerIW+'" border="0"></a><br>');
document.write('</td><td background="picts/main-background.jpg">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');

document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" height="25" align="right" background="picts/background-menu-horz.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');






document.write('<a href="contact.htm" class="menu">Contact</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');



document.write('<a href="index.html" class="menu">Home</a><br>');
document.write('</td><td width="15">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');






document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');



