<!-- 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 me on:<br>');

document.write('<table cellpadding="4" cellspacing="0" border="0"><tr><td>');




// FACEBOOK

document.write('<a href="http://www.facebook.com/pages/Wafic-Khalil/153751631349795" target="_blank"><img src="picts/social_facebook.gif" hspace="1" border="0" alt="Connect with Wafic on Facebook"></a><br>');
document.write('</td><td>');



// BLOGSPOT

document.write('<a href="http://wafickhalil.blogspot.com/" target="_blank"><img src="picts/social_blog.gif"  hspace="0" border="0" alt="Follow Wafic Blog"></a><br>');
document.write('</td><td>');



// MYSPACE

document.write('<a href="http://www.myspace.com/wmfproductions" target="_blank"><img src="picts/social_myspace.gif"  hspace="0" border="0" alt="Follow Wafic on myspace"></a><br>');
document.write('</td><td>');









document.write('</td></tr></table>');

document.write('<hr class="page-splits">');

}
//  End -->
