<!-- 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('Our Products:');

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">Home</a><br>');
document.write('<a href="air_ride_kits.html">Air Ride Kits</a><br>');
document.write('<a href="5thwheel.html">5th Wheel</a><br>');
document.write('<a href="gooseneckball.html">Goose Neck Ball And Mounts</a><br>');
document.write('<a href="brakecontroller.html">Brake Controllers</a><br>');
document.write('<a href="ballmounts.html">Ball Mounts</a><br>');
document.write('<a href="installation.htm">Installed Finished Products</a><br>');

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




// START TOPIC 2








// START TOPIC 3



document.write('<br>');

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

document.write('Our Customers Say:');

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

document.write('I was impressed with the mounting system - Very Heavy Duty - Extreme!!<br>');
document.write('<b>- Roger Hunt -</b><br>');

document.write('<br>');
document.write('I pulled my 35 foot (10,000 LB) fifth-wheel trailer 270 miles yesterday. Incredible ride! I’m so accustomed to the before and after slack in both my tongue pull and gooseneck trailers I believe I cringe every time I take off or brake. Your hitch completely eliminates that sensation and the inevitable bounce from pulling on and off the highway is negligible. Thanks for a great product.<br>');
document.write('<b>- Vance Traylor -</b><br>');


document.write('<br>');
document.write('I drove from Waterbury, CT and was pleased that you were ready to start the job upon my arrival. This is also my 2nd 5th wheel purchase from here. Thanks<br>');
document.write('<b>- Clive Clark Transport -</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 -->
