<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "yes"		// SHOW GALLERY LINKS
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "150"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');




// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<br><TABLE align="center" cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/logo-green.gif" border="0"><br>');
document.write('</td></tr></table><br>');
}





// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield">');

document.write('<legend class="sidebartitle">Check Out Our Blog</legend>');

document.write('<p>Discover all that\'s new at WNF\&GA.</p>');

document.write('<br>');

document.write('<a href="/blog" class="sidelink"><strong>Take me there!</strong></a>');

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

document.write('<br>');
}

// END FIRST NOTES AREA





// IMAGE AREA MOVED FROM HERE TO THE TOP








//  End -->