<!-- Begin

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



var social	= "yes"		// SHOW SOCIAL LINKS | yes | no |
var sidealign	= "center"	// ALIGN ICONS | left | center | right |



if (social == "yes") {

// START SOCIAL LINKS

document.write('<table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" class="socialtext">');


document.write('Connect with us:<br>');


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




// TWITTER

document.write('<a href="#"><img src="picts/social_twitter.gif" border="0" width="22" height="22" alt="Twitter"></a><br>');
document.write('</td><td>');




// FACEBOOK

document.write('<a href="http://www.facebook.com/pages/Road-Runner-Golf-and-Country-Club/212546802150472?ref=ts"target="_blank"><img src="picts/social_facebook.gif" border="0" width="22" height="22" alt="Facebook"></a><br>');
document.write('</td><td>');




//LINKEDIN

document.write('<a href="#"><img src="picts/social_linkedin.gif" border="0" width="22" height="22" alt="LinkedIn"></a><br>');








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