// JavaScript for social web integration, i.e., Facebook and such

function fbs_click(url, title) {
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(title),' sharer', 'toolbar=0, status=0, width=626, height=436'); return false;
}


