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