<!-- 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 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// 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="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('<center>');
document.write('<a href="barracuda.htm"><img src="picts/barracuda_logo.gif" border="0" width="150"></a><br>');
document.write('</center>');
document.write('</legend>');

document.write('The Barracuda Spam & Virus Firewall is an integrated hardware and software solution designed to protect your email server from spam, virus, spoofing, phishing and spyware attacks. It leverages 12 comprehensive defense layers to provide industry-leading defense capabilities for any email server within large corporate or small business environments. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://Network-Solutions.7eer.net/c/19238/11287/555"><img src="http://cdn.impactradius.com/display-ad/11287" border="0" alt="Register A Domain Name with Network Solutions®! "/></a><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('<center>');
document.write('<a href="index.html"><img src="picts/WhatsUpGold.png" border="0" width="150"></a><br>');
document.write('</center>');
document.write('</legend>');
document.write('Network and Server Management Software - We help network administrators manage their devices, systems, event logs, traffic and configurations across their networks. <a href="contact.htm">Contact us...</a><br>');
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="http://Network-Solutions.7eer.net/c/19238/11294/555"><img src="http://cdn.impactradius.com/display-ad/11294" border="0" alt="Network Solutions®"/></a><br>');
document.write('</center>');
document.write('<br><br>');
}






document.write('</td></tr></table>');


// -- END -->
