/* http://www.facebook.com/share_partners.php */

/* Kill FB "action bar" */
if (top.location != location) {
    top.location.href = document.location.href;
}

/* Click action for "share" buttons */

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

