<!-- Begin POP-UP SIZES AND OPTIONS CODE

// 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 TEXT PARAGRAPH
var boxwidth	= "150"			// WIDTH OF THE TEXT BOX
var boxheight	= "220"			// HEIGHT OF THE TEXT BOX
var showimage	= "yes"			// SHOW A SMALL SIDEBAR IMAGE
var linked	= "news/feature1.htm"	// SIDEBAR IMAGE LINK
var sidewidth	= "161"			// WIDTH OF THE LEFT SIDEBAR
var pageheight	= "10"			// ADJUST OVERALL PAGE HEIGHT
var nudge	= "10"			// NUDGE SIDEBAR DOWN


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

document.write('<div id="sidebar" class="menu-layer">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="images/spacer.gif" height="'+nudge+'" width="5"><br>');

// START SIDEBAR TEXT - EDIT THIS AREA

document.write('<br><br>');
document.write('<a href="http://www.facebook.com/login.php"><img src="images/facebook_logo.jpg" border="0"></a><br><br>');
document.write('<hr width="80%" color="#9999FF" size="1"><br>');

document.write('<span class="title2">Join Us For <br>Picnic in the Park</span><br><br>');
document.write('<span class="subtitle2">Saturday <br> June 4th at 6:00pm<br>Wayman Park</span><br><br>');

document.write('<hr width="80%" color="#9999FF" size="1"><br>');

document.write('<span class="subtitle2">Are You a Member?</span><br><br>');
document.write('<span class="title1">Join the Linwood Place Neighborhood Association</span><br><br>');
document.write('<span class="title2">Sign Up Today!</span><br><br>');

document.write('<hr width="80%" color="#9999FF" size="1"><br>');

document.write('<span class="text3">OKC Metro Historic<br>Neighborhoods Online</span><br><br>');
document.write('<a href="http://www.neighborhoodlink.com/okc/crestwoodna/main.html"> Crestwood</a><br>');
document.write('<a href="http://www.ch-eh.org"> Crown Heights</a><br>');
document.write('<a href="http://www.edgemerepark.org"> Edgemere Park</a><br>');
document.write('<a href="http://www.gatewoodokc.com/events.html"> Gatewood</a><br>');
document.write('<a href="http://www.heritagehills.org"> Heritage Hills</a><br>');
document.write('<a href="http://www.neighborhoodlink.com/okc/lincolnterrace/"> Lincoln Terrace</a><br>');
document.write('<a href="http://www.mestapark.org"> Mesta Park</a><br>');
document.write('<a href="http://www.neighborhoodlink.com/okc/miller/assocon.html"> Miller</a><br>');

document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="images/spacer.gif" height="'+pageheight+'" width="'+sidewidth+'"><br>');
document.write('</div>');




//  End -->
