<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "190"		// 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('Contact Us<br></legend>');

document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1














// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Shop Online<br></legend>');

document.write('<b><a target="_blank" href="http://doitbest.com//Automotive.dib?memberid=4053&associate=true">Automotive</a><br><a target="_blank" href="http://doitbest.com//Building+Materials.dib?memberid=4053&associate=true">Building Materials</a><br><a target="_blank" href="http://doitbest.com//Cleaning+Supplies.dib?memberid=4053&associate=true">Cleaning Supplies</a><br><a target="_blank" href="http://doitbest.com//Doors+and+Windows.dib?memberid=4053&associate=true">Doors & Windows</a><br><a target="_blank" href="http://doitbest.com//Electrical.dib?memberid=4053&associate=true">Electrical</a><br><a target="_blank" href="http://doitbest.com//Farm+and+Ranch.dib?memberid=4053&associate=true">Farm & Ranch</a><br><a target="_blank" href="http://doitbest.com//Hand+Tools.dib?memberid=4053&associate=true">Hand Tools</a><br><a target="_blank" href="http://doitbest.com//Hardware.dib?memberid=4053&associate=true">Hardware</a><br><a target="_blank" href="http://doitbest.com//Heating+and+Cooling.dib?memberid=4053&associate=true">Heating & Cooling</a><br><a target="_blank" href="http://doitbest.com//Home+Accents.dib?memberid=4053&associate=true">Home Accents</a><br><a target="_blank" href="http://doitbest.com//Kitchen+and+Bath.dib?memberid=4053&associate=true">Kitchen & Bath</a><br><a target="_blank" href="http://doitbest.com//Lawn+and+Garden.dib?memberid=4053&associate=true">Lawn & Garden</a><br><a target="_blank" href="http://doitbest.com//Lighting+and+Fans.dib?memberid=4053&associate=true">Lighting & Fans</a><br><a target="_blank" href="http://doitbest.com//Office+Supplies.dib?memberid=4053&associate=true">Office Supplies</a><br><a target="_blank" href="http://doitbest.com//Outdoor+Recreation.dib?memberid=4053&associate=true">Outdoor Recreation</a><br><a target="_blank" href="http://doitbest.com//Paint+and+Supplies.dib?memberid=4053&associate=true">Paint Supplies</a><br><a target="_blank" href="http://doitbest.com//Pet+Supplies.dib?memberid=4053&associate=true">Pet Supplies</a><br><a target="_blank" href="http://doitbest.com//Plumbing.dib?memberid=4053&associate=true">Plumbing</a><br><a target="_blank" href="http://doitbest.com//Power+Tools.dib?memberid=4053&associate=true">Power Tools</a><br><a target="_blank" href="http://doitbest.com//Safety.dib?memberid=4053&associate=true">Safety</a><br><a target="_blank" href="http://doitbest.com//Storage+and+Organizing.dib?memberid=4053&associate=true">Storage & Organizing</a><br><a target="_blank" href="http://doitbest.com//Wall+Coverings.dib?memberid=4053&associate=true">Wall Coverings</a><br><a target="_blank" href="http://doitbest.com//Work+Clothing.dib?memberid=4053&associate=true">Work Clothing</a><br></b>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="sidebar-right.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




document.write('</td></tr></table>');


// -- END -->
