<!-- 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('Visit my profiles on LinkedIn®<br><br>');

document.write('<table cellpadding="4" cellspacing="0" border="0">');


// TWITTER




// FACEBOOK



//LINKEDIN

document.write('&nbsp;&nbsp;&nbsp;');
document.write('<a href="    http://www.linkedin.com/in/paulbent"><img src="picts/social_linkedin.gif" border="0" alt="LinkedIn"></a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="    http://www.linkedin.com/pub/paul-bent/36/552/b29"><img src="picts/social_linkedin.gif" border="0" alt="LinkedIn"></a><br>');
document.write('Business');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('Music<br><br>');





document.write('</table>');

document.write('<hr class="page-splits">');

}
//  End -->
