<!-- 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_0 	= "yes"		// SHOW THE FIRST PARAGRAPH
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	= "5"		// 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 0 EDIT THIS AREA

   if (paragraph_0 == "no") {

document.write('<fieldset><legend>');

document.write('<span class="dkgreen"><B>GCAP Seminar</B></span><br></legend>');
document.write('<br><center>');
document.write('<B><span class="dkblue">Selling to the Government</span></B><br><small>Government Contract Assistance Program (GCAP) Seminar<br>Best Western Agate Beach Inn, Newport</small><br><span class="red">October 25</span><br>8:30am - 3:30pm<br>Cost: $15<br><a href="pdfs/GCAP Seminar Registration Form 072610-1.pdf">Register today!</a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 0


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<span class="dkgreen"><B>Welcome NOAA</B></span><br></legend>');
document.write('<br><center>');
document.write('<a href="pdfs/NR_NOAA_economic_impact_analysis.pdf"><img src="picts/noaa_logo_sm.gif" border="0" width="120" height="120" alt="NOAA"></a><br>');
document.write('<span class="red">Click for economic impact analysis</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('<a href="http://www.wunderground.com/US/OR/Newport.html?bannertypeclick=miniWeather2"><img src="http://weathersticker.wunderground.com/weathersticker/miniWeather2_cond/language/www/US/OR/Newport.gif" alt="Click for Newport, Oregon Forecast" border="0" height="50" width="150" /></a><br>');
document.write('<span class="red">Click for forecast</span>');
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('<span class="dkgreen"><B>Long Range Plan</B></span><br></legend>');

document.write('<center><a href="pdfs/2010-11_plan.pdf">Executive Summary</a> of the Lincoln County Economic Development Strategies: Long Range Plan 2010-2011</center>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.toolsforbusiness.info/success-in-oregon/index.cfm?cx=lincolnco"><img src="picts/tools_for_business_logo_sm.jpg" alt="Tools for Business" border="0" height="158" width="108" /></a><br>');
document.write('<span class="red">Click for tools</span>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

document.write('</td></tr></table>');


// -- END -->
