<!-- 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 	= "no"		// 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="5" border="0" class="sidebartext"><tr><td>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Box Title Here<br></legend>');
document.write('<br><center>');
document.write('<BIG>See Our Specials!!</BIG><br>');
document.write('<span class="red">Click for details</span>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<br><img src="picts/logo_microsoftPartner.gif" width="150" height="68" alt="Microsoft Partner"><br><br><br>');
document.write('<img src="picts/dell-partner_sm.gif" width="118" height="150" alt="Dell Partner"><br><br><br>');
document.write('<img src="picts/ciscopartner.gif" width="94" height="103" alt="Cisco Select/Certified Partner"><br><br><br>');
document.write('<img src="picts/cpanel-logo.png" width="140" height="65" alt="cpanel logo"><br>');
document.write('<a href="https://cpanel1.actionnetworks.com:2083/"><span class="red">Visit our cpanel</span></a><br><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('Lincoln County<br></legend>');

document.write('&#8226;&nbsp; <a href="http://www.lincolncountytoday.com/"><BIG>News</BIG></a><br>');
document.write('&#8226;&nbsp; <a href="http://www.newportnewstimes.com/v2_top_classifieds.php?heading=1"><BIG>Classifieds</BIG></a><br>');
document.write('&#8226;&nbsp; <a href="http://www.americantowns.com/or/newport"><BIG>Newport Community</BIG></a><br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END SIDEBAR AREA PARAGRAPH 2










document.write('</td></tr></table>');


// -- END -->
