<!-- 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('<table cellpadding="0" cellspacing="0" border="0" class="sociallinks"><tr><td align="center">');

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

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




// TWITTER

document.write('<a href="http://twitter.com/#!/fumchy"><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="https://www.facebook.com/home.php#!/firsthyattsville"><img src="picts/social_facebook.gif" border="0" width="22" height="22" alt="Facebook" target="blank"></a><br>');
document.write('</td><td>');




//LINKEDIN

//document.write('<a href="http://www.linkedin.com/pub/erich-v/9/B15/A78"><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 -->
