document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#ffffff"><tr><td align="left">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="750" HEIGHT="50" id="logo">');
document.write('<PARAM NAME="movie" VALUE="logo.swf">');
document.write('<PARAM NAME="quality" VALUE="high"> <PARAM NAME="bgcolor" VALUE="#ffffff">');
document.write('<EMBED src="logo.swf" quality="high" bgcolor="#ffffff" WIDTH="750" HEIGHT="50" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
document.write('</td></tr></table>');
document.write('<div id="date-location" style="right: 10px; position: absolute; top: 52px" class="printhide">');
var dt = 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=\"date-font\"><nobr>" + weekday[dt.getDay()] + " ");
document.write(monthname[dt.getMonth()] + " ");
document.write(dt.getDate() + ". ");
document.write(dt.getFullYear());
document.write("</nobr><br></span>");
document.write('</div>');
