<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES



document.write('<br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="index.htm"><img src="picts/sidebar-2.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<br>');


   if (notes1 == "yes") {


document.write('<fieldset><legend>');

document.write('RAINOUT INFO<br></legend>');

document.write('(503) 629-6395<BR>Updated at about 3:00 PM on weekdays, and 8 am on weekends. <a href="http://www.thprd.com/facilities/thr_fieldstatus.cfm">THPRD Rainout info</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// 1ST NOTES AREA

  
   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('NEWS!!!<br></legend>');

document.write('Spring Registration IS OPEN <a href="registration.htm"><br>Registration Page...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Coming Events<br></legend>');

document.write('Tryouts are on Feb 13 and Feb 20 at Aloha HS <BR><a href="eval.htm">Training Page</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// SIDEBAR IMAGES //

document.write('<fieldset><legend>');

document.write('Sponsors<br></legend>');

document.write('Click to see the sponsor details<br><a href="sponsors.htm"><img src="picts/wcll.gif" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
// Sidebar 2 //






// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->