/*<![CDATA[*/

    function fbs_click(u) {
        //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;
    }

    function click_fbc_Add(bid, u) {

        var req = new JsHttpRequest();

        req.onreadystatechange = function() {
            return false;
        }
        req.open(null, 'dirloader/click_count.php', true);
        req.send( { 'bid': bid} );
        fbs_click(u);
        return false;
    } // End function doLoadDate
    

/*]]>*/