<!-- Begin

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



var social	= "yes"		// SHOW SOCIAL LINKS | yes | no |



if (social == "yes") {

// START SOCIAL LINKS

document.write('<br>');

document.write('<strong>Connect with us for <br>News and Information!</strong><br>');

document.write('<table cellpadding="4" cellspacing="0" border="0"><tr><td>');





// FACEBOOK

document.write('<a href="http://www.facebook.com/SeminoleLakeGliderport#!/pages/Seminole-Lake-Gliderport/125867924140179?v=wall" target="_blank"><img src="picts/social_facebook.gif" border="0" alt="Facebook"></a><br>');
document.write('</td><td>');




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



}
//  End -->
