function ShareIt() {
var current_url = document.location.href;
var current_title = document.title;
document.write('<a target="_blank" href="http://www.facebook.com/share.php?u='+document.location.href+'"><img src="/gfx/tpl/fb.gif" width="32" height="32" title="Share this page on FaceBook" alt="Share this page on FaceBook" /></a>');
document.write(' <a target="_blank" href="http://twitter.com/home?status=Currently reading '+document.location.href+'" title="Click to share this post on Twitter"><img src="/gfx/tpl/tw.gif" width="32" height="32" alt="Share on Twitter" title="Share on Twitter" /></a> ');
document.write(' <a target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?t='+current_title+'&amp;u='+current_url+'"><img src="/gfx/tpl/ms.gif" width="32" height="32" alt="Share this page on MySpace" title="Share this page on MySpace" /></a>');
}
