
function fbs_click_fb() 
{
    u = location.href;
    t = document.title;
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+ encodeURIComponent(t));
    return false;
}

function fbs_click_digg() 
{
    u = location.href;
    t = document.title;
    window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_googleb()
{
    u = location.href;
    t = document.title;
    window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_blinklist() 
{
    u = location.href;
    t = document.title;
    window.open('http://blinklist.com/index.php?Action=Blink/addblink.php&url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_del() 
{ 
    u = location.href;
    t = document.title;
    window.open('http://del.icio.us/post?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_newsv() 
{
    u = location.href;
    t = document.title;
    window.open('http://www.newsvine.com/_tools/seed&save?popoff=0&u='+encodeURIComponent(u)+'&h='+encodeURIComponent(t));
    return false;
}

function fbs_click_redd() 
{
    u = location.href;
    t = document.title;
    window.open('http://reddit.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_SUpon() 
{
    u = location.href;
    t = document.title;window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t));
    return false;
}

function fbs_click_yahoo() 
{
    u = location.href;
    t = document.title;window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t));
    return false;
}

function fbs_click_livej() 
{
    u = location.href;
    window.open('http://www.livejournal.com/update.bml?subject='+encodeURIComponent(u));
    return false;
}

function fbs_click_twitter() {
    u = location.href;
    t = document.title;
    window.open('http://twitter.com/home?status=' + encodeURIComponent(t) + ' - ' + encodeURIComponent(u));
    return false;
}

function fbs_click_linkedin() {
    u = location.href;
    t = document.title;
    window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t) + '&ro=false');
    return false;
}