<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="150"><tr><td colspan="2">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="750">');
document.write('<a href="default.htm"><img src="http://www.myfloridasales.com/picts/main3.jpg" border="0"></a><br>');
document.write('</td><td background="http://www.myfloridasales.com/picts/bg-header.jpg">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');

document.write('</td></tr><tr><td valign=middle height="20" align="right" background="http://www.myfloridasales.com/picts/background-menu-horz.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK


//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="default.htm" class="menu">Home</a><br>');
document.write('</td><td width="15">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



// START DATE SCRIPT - DELETE ALL THE FOLLOWING LINES TO REMOVE


document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sun","Mon","Tues","Wed","Thurs","Fri","Sat")
var monthname=new Array("Jan","Feb","Mar","April","May","June","July","Aug","Sept","Oct","Nov","Dec")
document.write("<span class=\"headermenu\"><nobr>" + 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 -->