<!-- 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('Volg Stef op Twitter<br>');

document.write('<table cellpadding="1" cellspacing="0" border="0"><tr><td>');




// TWITTER

document.write('<a href="http://twitter.com/stefschagen"><img src="picts/social_twitter.gif" border="0" alt="Twitter"></a><br>');
document.write('</td><td>');










document.write('</td></tr></table>');

document.write('<hr class="page-splits">');

}
//  End -->
