<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// 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 == "yes") {

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

document.write('USGA Handicaps<br></legend>');
document.write('<center>');
document.write('<br>or other recognized handicaps, issued by a regional or state handicap organization and following USGA guidelines will be required from all net participants. If you are unfamiliar with the handicap system or how to get a handicap, please review <a href="http://www.usga.org/playing/handicaps/handicaps.html">this material</a> and speak with your local PGA Professional. <br><br>');

document.write('<a href="http://usga.org"><img src="images/usgalogo.jpg"></a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

  if (paragraph_2 == "yes") {

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

document.write('$125,000 Pro Event<br></legend>');

document.write('Make sure you get your share! <br><br><img src="images/payday150.gif"></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('$500 Skins Game<br></legend>');

document.write('We try to have fun at our Club Pro National Finals! <br><br><img src="images/500sm.jpg"></a> <br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




// SMALL PICTURE AREA

  if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/gv125logo.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Nearest to the Pin<br></legend>');

document.write('2 Holes each day at our Club Pro National Finals are designated for $1,000 in Free Play Chips at our Host Hotel.<br><br><img src="images/tichips150.jpg"> </a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4







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


// -- END -->