<!-- Begin SIDEBAR RIGHT

// NUDGE DOWN SPACER

document.write('<img src="images/spacer.gif" height="10" width="10"><br>');

// LOGIN

document.write('<br>');
document.write('<form name="UserLogin" method="post" class="logintext" action="">');
document.write('<span class="sidebartitle">');
document.write('Member Login:</span>');
document.write('Username<br>');
document.write('<input type="text" name="username" size="40" maxlength="40" class="loginform"><br>');
document.write('Password<br>');
document.write('<input type="password" name="password" size="40" maxlength="40" class="loginform"><br>');
document.write('<input type="submit" name="Submit" value="Login" class="submitbutton"><a href="register.asp"> Register Here</a></form>');

// STUDENTS & ALUMS

document.write('<span class="sidebartitle">');
document.write('Students & Alums:');
document.write('</span>');
document.write('<span class="sidebartext">');
document.write('<span class="sidebarsubtitle">SRS Students !</span><br>');
document.write('Interested in Joining the SRTC?<br>');
document.write('<a href="contact.asp">Contact Us</a> Today!<br>');
document.write('<hr noshade color="#770022" width="120">');
document.write('<span class="sidebarsubtitle">SRTC Alumni !</span><br>');
document.write('We Would Love to Hear from You!<br><a href="contact.asp">Write and Tell Us</a> What You are Doing!<br>');
document.write('</span>');

// SPONSORS

document.write('<br>');
document.write('<span class="sidebartitle">');
document.write('Summer Program:');
document.write('</span>');
document.write('<br><a href="/eden.asp"><img src="images/EdenPhotos.gif" border="0"></a><br>')
document.write('<br><a href="/advertise.asp"><img src="images/EdenBanner.gif" border="0"></a><br>')
//  End -->
