<!-- 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('Connect with us on:<br>');

document.write('<table cellpadding="4" cellspacing="0" border="0"><tr><td>');




// TWITTER

// document.write('<a href="http://twitter.com/allwebcodesign"><img src="picts/social_twitter.gif" border="0" alt="Twitter"></a><br>');
// document.write('</td><td>');




// FACEBOOK
document.write('<a href="http://www.facebook.com/pages/The-Galloway_Fudge-Company/165575056826795"><img src="picts/social_facebook.gif" border="0" alt="Facebook"></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" alt="LinkedIn"></a><br>');


document.write('<a href="http://pinterest.com/gallowayfudge/"><img src="http://passets-cdn.pinterest.com/images/small-p-button.png" width="20" height="20" alt="Follow Me on Pinterest" /></a>');

document.write('</td></tr></table>');

document.write('<hr class="page-splits-side">');

}
//  End -->
