<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write(' Vehicles for Sale:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="index.html">Fulton Inventory</a><br>');
document.write('<a href="about.htm">About Us</a><br>');
document.write('<a href="contact7.html">Contact us</a><br>');
document.write('<a href="directions1.html">Directions</a><br>');
document.write('<a href="Links.htm">Links</a><br>');



document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('SPECIALS:');

document.write('<br></span><span class="sidebartext">');

document.write(' <span class="hilite"></span>. <a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write(' Warranty Policies:');

document.write('<br></span><span class="sidebartext">');

document.write('<br>');
document.write('Our retail vehicles advertised on our web-page are backed by a warranty program<br>');
document.write('For vehicles in which the manufacturers warranty is not available we make available a Heritage Warranty, an outstanding warranty program for pre-owned vehicles. <br>');
 
document.write('<b>- Breakdowns never seem to happen when its convenient for you! -</b><br>');
document.write('<b>Protect yourself from huge repair bills by ordering our Premium Extended Warranty for your car, truck, SUV, minivan, or van.<br>');
 document.write('Coverage is available for nearly all vehicles made after 1994 with fewer than 150,000 miles.</b><br>');
document.write('Our Premium Extended Warranty Provides All of These Bonuses</b><br>');
document.write('      24-Hour Roadside Assistance</b><br>');
    document.write('  Car Rental Benefit</b><br>');
    document.write(' Trip Interruption Benefit</b><br>');
    document.write('  Extended Towing Benefits</b><br>');

document.write('<b>- John Messere -</b><br>');


document.write('<br>');
document.write('I love it, You have a great warranty program!!!<br>');
document.write('<b>- Martha Tamblin -</b><br>');


document.write('<br>');
document.write('Everything was explained thoroughly on your warranty and I had no problems with the site.<br>');
document.write('<b>- M . Degree  -</b><br>');


document.write('<br>');
document.write('Easy to administer warranties and very quick response times.<br>');
document.write('<b>- Jim Shoe -</b><br>');



document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->

