<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="index.cfm?ww=contact"><font color="black">Contact Us</font></a><br></legend>');

document.write('<li>Call us 24/7<li>No answering service<li>Answered promptly<p><font size="3" color="black">207.883.6020<br>888.546.6765</font>');

document.write('</fieldset>');
document.write('<br><br>');

}

//<br><font size="2" color="black">888.546.6765</font>

// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

//   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="index.cfm?ww=privatejet"><img src="picts/jet.gif" /border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');
//}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="black">2010 Weddings</font><br></legend>');

document.write('Weddings start booking up pretty quickly in the spring.<p>Weddings are our specialty.  <a href="index.cfm?ww=weddings">Click here</a> to see why!<p>Have you reserved Maine\'s only <font color="red"><u>20-passenger</u></font> limo yet?');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



               // START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="black">Corporate Travel</font><br></legend>');

document.write('Some of the biggest companies in Maine use Lilley\'s Limousine for corporate transportation....<p>and for good reason.<p><img src="/images/pdf_icon.gif">&nbsp;<a href="corp.pdf" target="new">Printable corporate travel brochure.</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



document.write('</td></tr></table>');


// -- END -->