function fcb() {
    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 digg() {
    u=location.href
    t=document.title;
    window.open('http://digg.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,resizable=1,scrollbars=1,width=730,height=550')
    return false
}

function delic() {
    u=location.href
    t=document.title;
    window.open('http://delicious.com/save?v=5&;noui&;jump=close&;url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=550,height=550')
    return false
}

function stump() {
    u=location.href
    t=document.title;
    window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=700,height=420')
    return false
}

function google() {
    u=location.href
    t=document.title;
    window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=500')
    return false
}
function pop() {
    window.open('toolbar=0,status=0,width=800,height=500')
    return false
}