﻿<!-- 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 showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




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

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="images/RRLogoGreen.gif" border="0" width="150" height="150" class="borders"><br><br>');
}

// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="images/RoswellLogo.jpg" border="0" width="150" class="borders"><br><br>');
}


// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">News:</span></legend>');
document.write('<span class="reggreen">Support the Rapids</span><br>Support the Rapids by purchasing your swim-related gear at SwimOutlet.<a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">End-Of-Season Party<br>Monday, July 20th<br>5:30 PM<br>Roswell Area Pool</span><br>We will celebrate the 2009 season with an end-of-year party at the pool. See you there! <a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">2009 GRPA Results</span><br>Results for the 2009 GRPA Meet are now posted.<a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">ASA League Championships</span><br>Results for the Saturday Divisional Championship and the Sunday Finals are now posted.<a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">Rapids Win!<br>Roswell - 411<br>Pennbrooke - 377</span><br>Meet results are  posted in the families section. <a href="/news.htm">More info...</a><br><br> ');

//document.write('<span class="reggreen">Missing Swimmers for Wildwood Spring Away Meet</span><br>Please let Coach Maddie know ASAP if your swimmers will miss, arrive late, or leave early for our Away Meet this week. <a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">ASA League Division Championship<br>Saturday, June 27th<br>Rapids Arrival - 8:45 AM<br>Meet Begins - 9:00 AM<br>Georgia Tech Natatorium</span><br>Directions to the Georgia Tech swimming facility can be found on our schedule page. The Psych Sheet and Indvidual entries are now posted in the familes section.<a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">Roswell State GRPA Team Practice Begins <br>Tuesday, June 30th, at 8:00 AM<br>Roswell Area Pool</span><br>Swimmers who qualified for the Roswell GRPA team will begin practice next Tuesday.<a href="news.htm">More info...</a><br><br> ');
//document.write('<span class="reggreen">Rapids at Wildwood Springs<br>Thursday, June 25th<br>Rapids Arrival - 4:30 PM<br>Meet Begins - 5:30 PM</span><br>Our last regular-season meet is this Thursday. Preliminary line-ups are now posted in the familes section.<a href="news.htm">More info...</a><br><br> ');



document.write('<a href="news.htm">More...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Roswell Area Pool:</span></legend>');

document.write('10495 Woodstock Road, Roswell, GA 30075 <br> 770-641-3768<br>');
document.write('<a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=10495+Woodstock+Road,+Roswell,+GA+30075&sll=34.031634,-84.344282&sspn=0.011897,0.018775&ie=UTF8&ll=34.036089,-84.36779&spn=0.047584,0.075102&z=14&iwloc=addr">Directions</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');


// document.write('<a href="about.htm">Edit This Sample Link</a><br>');
document.write('<a href="http://www.roswellgov.com/index.aspx?nid=104" target="_blank">Roswell Recreation &amp; Parks</a><br>');

document.write('<a href="http://www.atlantaswimming.com/NASAHome.asp" target="_blank">Atlanta Swim Association</a><br>');

document.write('<a href="http://www.weather.com/weather/local/USGA0491?from=search_city" target="_blank">Current Weather for Roswell</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="../picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="../about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







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