<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3ND 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="0" 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('Facebook<br></legend>');

document.write('Oregon I.T. Professionals is on Facebook. you can click the icon below to follow us on Facebook. <center><a href="http://www.facebook.com/oregonitprofessionals"><img border="0" src="untitled.png" width="42" height="43"></a></center>If you would like to advertise your business on Facebook or add a Facebook link on your website please contact Oregon I.T. Professionals');

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://office.microsoft.com/en-us/products/?CTT=97" target="_blank"><img src="picts/officesm.jpg" border="0" class="borders"></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('News Letters <br></legend>');

document.write('There are a number of valid and worthy marketing strategies and features a well-rounded website should take advantage of, including link building, article submission, and more. <br> <center><a href="http://www.oregonitprofessionals.com/tes/newsletter.htm"><img border="0" src="newsle1.jpg" width="100" height="110"></a></center>But one of the best strategies a website owner can use is developing a newsletter available right on their site. <br><a href="http://www.oregonitprofessionals.com/news.htm"><br><center>click here for our <br>News Letter</center></br></a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Remote Support <br></legend>');

document.write('Oregon I.T. Professionals are committed to providing the highest quality of network services, consulting services, business resources, and information technology to its clients. Remote services are billed at $30.00 per 15 min.<br><a href="http://www.oregonitprofessionals.com/SC_VNC.exe"><br><center>click here for <br>Remote Support</center></br></a>128 Bit RC4 Encryption for your security If you would like Remote Service Please call<br><br><center> Oregon I.T. Professionals 541-598-6267</center></br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3







document.write('</td></tr></table>');


// -- END -->
