// JavaScript Document
var SiteURL = "http://www.limofo.com";

document.write("<img src='"+SiteURL+"/images/callnow.gif' alt='call now'>");
document.write("<DIV class='wrapper'><!-- begin of wrapper -->");


document.write("<DIV class='header'><!-- begin of header -->");
document.write("<H1>limofo Limousine Company is a family-owned business. Our reputation proves that we are reliable experts that will take the details of driving completely off of your mind.</H1>");
document.write("</DIV><!-- end of header -->");


document.write("<DIV class='menu'><!-- begin of menu -->");
document.write("<UL>");
document.write("<LI><A href='"+SiteURL+"'>home</A></LI>");
document.write("<LI><A href='"+SiteURL+"/aboutus'>about us</A></LI>");
document.write("<LI><A href='"+SiteURL+"/fleet'>fleet</A></LI>");
document.write("<LI><A href='"+SiteURL+"'>reservations</A></LI>");
document.write("<LI><A href='"+SiteURL+"/services'>services</A></LI>");
document.write("<LI><A href='"+SiteURL+"/links'>links</A></LI>");
document.write("<LI><A href='"+SiteURL+"'>contact us</A></LI>");
document.write("</UL>");
document.write("</DIV><!-- end of menu -->");

