<!-- 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('<div id="sociallinks" class="socialtext">');
document.write('<table cellpadding="3" cellspacing="0" border="0" class="centericons"><tr><td>');





// FACEBOOK

document.write('<a href="https://www.facebook.com/pages/South-Central-Ohio-Disc-Golf/102813589813423" target="_blank"><img src="picts/social_facebook.gif" border="0" width="22" height="22" alt="Facebook"></a><br>');
document.write('</td><td>');










document.write('</td></tr></table>');
document.write('</div>');
}
//  End -->
