<!-- 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 0 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	= "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 0 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Vacation Rentals<br></legend>');
document.write('<br><center>');
document.write('<BIG><a href="http://www.dolphinrealtynewport.com/vacation_rentals.html#specials">See Vacation Rental Specials!!</a></BIG><br>');
document.write('<span class="red">Click for details</span><br><br>');
document.write('<BIG><a href="http://www.dolphinrealtynewport.com/vr/newport.htm">View complete list of vacation rentals</a></BIG><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('Welcome NOAA<br></legend>');
document.write('<br><center>');
document.write('<a href="pdfs/noaa.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 press release</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://forecast.weather.gov/MapClick.php?CityName=Newport&state=OR&site=PQR&textField1=44.6369&textField2=-124.052&e=1"><BIG>NOAA Weather.gov<br>for Newport</BIG></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('Lincoln County<br></legend>');

document.write('&#8226;&nbsp; <a href="http://www.lincolncountytoday.com/"><BIG>News Lincoln County</BIG></a><br>');
document.write('&#8226;&nbsp; <a href="http://www.newportnewstimes.com/v2_main_page.php"><BIG>Newport News Times</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('&#8226;&nbsp; <a href="things.html"><BIG><span class="red">NEW!</span> Central Oregon Coast Videos</BIG></a><br>&nbsp;&nbsp; - <a target="_blank" href="http://youtu.be/RGlsLZ1HJnA">Newport</a><br>&nbsp;&nbsp; - <a target="_blank" href="http://youtu.be/4aIYiNg1UAE">Lighthouses</a><br>&nbsp;&nbsp; - <a target="_blank" href="http://youtu.be/TbSEYzsId1I">Toledo</a><br><br>');
document.write('<a target="other" href="pdfs/Fresh_Fish_Dates.pdf"><BIG>2011 Fresh Fish Dates:<br>What\'s Fresh &amp; When?</BIG></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Follow us on:<br></legend>');

document.write('<a href="http://www.facebook.com/pages/Newport-OR/Dolphin-Real-EstateLLC/153875286405?ref=ts"><img src="picts/facebook.gif" border="0"></a> &nbsp;&nbsp; <a href="http://twitter.com/DolphinNewport"><img src="picts/twitter.gif" border="0"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3








document.write('</td></tr></table>');


// -- END -->
