<!-- 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>');




// TWITTER

//document.write('<a href="http://twitter.com/allwebcodesign" target="_blank"><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/BuffRx/146535718742381" target="_blank"><img src="picts/social_facebook.gif" border="0" width="100" height="33" alt="Facebook"></a><br>');
document.write('</td><td>');




//LINKEDIN

//document.write('<a href="http://www.linkedin.com/pub/erich-v/9/B15/A78" target="_blank"><img src="picts/social_linkedin.gif" border="0" width="22" height="22" alt="LinkedIn"></a><br>');








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