<!-- Begin SIDEBAR LEFT

var your_domain		="KeepersMFG.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "no"	  		// SHOW NEWSLETTER FORM


// NUDGE DOWN SPACER
document.write('<img src="img/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Product Offerings:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<br>');
document.write('<a href="index.html">Featured Products</a><br>');
document.write('<a href="product1.htm">U-A-KEEPER Rod Holders</a><br>');
document.write('<a href="product5.htm">Offshore Trolling Model</a><br>');
document.write('<a href="gallery2.htm">Rod Holder Accessories</a><br>');
document.write('<a href="gallery3.htm">Bait Boxes</a><br>');
document.write('<a href="product3.htm">Cricket Ticket</a><br>');
document.write('<a href="product2.htm">The Handyman</a><br>');
document.write('<a href="contact.htm">Distributor/Retail Inquiries</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('<br>');

document.write('<span class="hilite">NO SHIPPING CHARGES</span> on any order when you make pick-up arrangements with your order! <br><br>And, for a limited time <span class="hilite">FREE SHIPPING</span> with any order over $200...<a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="img/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');


// 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('<br>');
document.write('It did the best job of keeping my minnows fresh and alive... <br>');
document.write('<b>- J.C. Ward, Fisherman</b><br>');

document.write('<br>');
document.write('The U A KEEEPER Rod Holder is simply the most effective rod holding system I have ever fished with! <br>');
document.write('<b>- Jim Hoey, TV Fishing Program Host</b><br>');

document.write('<br>');
document.write('I have tried almost every pole holder on the market, and none will do what this will do... <br>');
document.write('<b>- Joe Williams, Fisherman</b><br>');

document.write('<br>');
document.write('<a href="testimonials.htm">[Read More Testimonials]</a> <br>');
document.write('<br>');




document.write('</span>');







// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Subscribe to our newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form method="POST" action="znewsletter_mailform.php" style="margin: 0px">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value="your@email.com" onFocus="clearText(this)" class="newsform"><br>');
document.write('</td><td align="left">');
document.write('<INPUT TYPE="image" SRC="img/search-off.gif" border="0" onmouseover="this.src=\'img/search-on.gif\'" onmouseout="this.src=\'img/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('Note: KeepersMFG.com protects your privacy and security. We do not share your information with anyone. <br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA










// 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_us.htm"><img src="img/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
