<!-- 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		= "no"		// 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		= "yes"		// SHOW THE 3RD PARAGRAPH
var links		= "no"		// 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="picts/ullogo.jpg" border="0" width="150" height="100"><br><br>');
}




// START FIRST TEXT AREA
   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Stay Informed:</legend>');

document.write('<center>Enter your email address to subscribe to our newsletter and event notifications<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;"><img src="http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif" alt="Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail List icon" border="0"><input type="text" name="ea"><input type="submit" name="go" value="GO" class="submit"  style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px;"><input type="hidden" name="m" value="1102470513674"><input type="hidden" name="p" value="oi"></form></center>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END FIRST TEXT AREA





// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<img src="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Follow Us:</legend>');

document.write('<center><a href="http://twitter.com/gscul"><img src="picts/twitter.jpg" border="0" width="25" height="25" alt="twitter" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/pages/The-Greater-Stark-County-Urban-League/151489133482"><img src="picts/facebook.jpg" border="0" width="25" height="25" alt="facebook" /></a>&nbsp;&nbsp;<a href="http://myurbanleague.org/blog"><img src="picts/wordpress.jpg" border="0" width="25" height="25" alt="blog" />&nbsp;&nbsp;<a href="http://youtube.com/user/gscul"><img src="picts/Youtube.png" border="0" width="25" height="25" alt="YouTube" /></a></center>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA


// START THIRD TEXT AREA

   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Our Mission...</legend>');

document.write('The Mission of the Greater Stark County Urban League is to enable African American and other minorities to reach full economic, social and health parity to enrich their lives and the lives at their families. ');

document.write('<a href="why.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END THIRD TEXT AREA




// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('More Links:</legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</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>');
}





document.write('</td></tr></table>');
//  End -->