<!-- 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 == "no") {

document.write('<fieldset><legend>');

document.write('Notes Area<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







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>Learn more about services for<br><span class="red">(Click a button)</span>:<br>');
document.write('<a href="high-school-students.html"><img src="picts/audience-students.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="teachers.html"><img src="picts/audience-teachers.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="medical-students.html"><img src="picts/audience-medical-students.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="medical-professionals.html"><img src="picts/audience-medical-professionals.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="community-outreach.html"><img src="picts/audience-community.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<center><fieldset><legend>');

document.write('Follow us on:<br></legend>');

document.write('<a href="http://www.facebook.com/home.php#!/pages/Oregon-Pacific-AHEC/144867645559822"><img src="picts/facebook.gif" border="0"></a> &nbsp;&nbsp; <a href="http://twitter.com/"><img src="picts/twitter.gif" border="0"></a><br>');

document.write('</fieldset></center>');
document.write('<br><br>');

document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=www.opahec.org&amp;layout=standard&amp;show_faces=true&amp;width=170&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:170px; height:80px;" allowTransparency="true"></iframe><br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2








document.write('</td></tr></table>');


// -- END -->
