<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "006738"	// HEADER BACKGROUND COLOR
var stripcolor		= "c4b49b"	// HEADER MENU STRIPE COLOR
var flashheight		= "110"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "600"		// WIDTH OF THE FLASH (IN PIXELS)
var date 		= "yes" 	// SHOW DATE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td width="125">');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="125"><br>');
document.write('<td align="left" valign="top">');
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="500" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#'+color+'> <EMBED src="logo.swf" quality=high wmode=transparent bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" VALIGN="top" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');

document.write('</td><td><a href="autopromo.pdf"><img src="autopromo.jpg" height="120"></a>&nbsp;&nbsp;</td>');
document.write('</td><td width="6"></td>');
document.write('<td width="6"><a href="http://eloans.mortgagemaximum.com/default.asp?siteId=C3CDDDA1-4C1D-4297-B11C-DC9E453AC0A3"><img src="OPENTHEDOOR.jpg" height="120" width="158"></a>&nbsp;');

document.write('');

document.write('');


document.write('&nbsp;<br>');
document.write('</td></tr><tr><td bgcolor="#'+stripcolor+'" colspan="5" height="20" align="right">');
document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td><br>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK


document.write('</td><td>');
document.write('<a href="contact.htm" class="menuhorz">Contact</a>');



document.write('</td><td>');
document.write('<a href="index.html" class="menuhorz">Home</a>');



document.write('</td></tr></table>');
document.write('</td><td width="10" bgcolor="#'+stripcolor+'">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');






// START DATE SCRIPT

// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
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\"><br>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}



//  End -->
