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

