



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 target="_blank" href="http://twitter.com/scuffsnscratchs"><img src="picts/social_twitter.gif" border="0" alt="Twitter"></a><br>');
document.write('</td><td>');




// FACEBOOK

document.write('<a target="_blank" href=http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.scratch-repairs.com"><img src="picts/social_facebook.gif" border="0" alt="Facebook"></a><br>');
document.write('</td><td>');



//LINKEDIN

document.write('<a target="_blank" href="http://www.linkedin.com/pub/scuffs-n-scratches-limited/23/b0a/599"><img src="picts/social_linkedin.gif" border="0" alt="LinkedIn"></a><br>');
document.write('</td><td>');
//MYSPACE

document.write('<a target="_blank" href="http://www.myspace.com/index.cfm?fuseaction=postto&t=Car+Paint+%26+Dent+Repairs+Liverpool&u=http%3A%2F%2Fwww.scratch-repairs.com"><img src="picts/social_myspace.gif" border="0" alt="LinkedIn"></a><br>');
document.write('</td><td>');

//BLOGGER

document.write('<a target="_blank" href="http://expertcarbodyrepairs.blogspot.com/"><img src="picts/social_blogger.gif" border="0" alt="Blogger"></a><br>');
document.write('</td><td>');


document.write('<a target="_blank" href="http://www.google.com/buzz"><img src="picts/social_buzz.gif" border="0" alt="LinkedIn"></a><br>');






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

document.write('<hr class="page-splits">');

}
//  End -->
