
function FaceBook() {
    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=1000,height=550,resizable=yes');
    return false;
}

function Delicious() {
    u = location.href; t = document.title;
    window.open('http://del.icio.us/post?v=2&amp;url=' + encodeURIComponent(u) + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;
}

function Digg() {
    u = location.href; t = document.title;
    window.open('http://digg.com/submit?phase=2&amp;url=' + encodeURIComponent(u) + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;
}


function reddit() {
    u = location.href; t = document.title;
    window.open('http://reddit.com/submit?url=' + encodeURIComponent(u) + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;
}


function yahoo() {
    u = location.href; t = document.title;
    window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u=u=' + encodeURIComponent(u) + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;


}

function stumbleupon() {
    u = location.href; t = document.title;
    window.open('http://www.stumbleupon.com/submit?url=' + encodeURIComponent(u) + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;


}

function Linkedin() {
    u = location.href; t = document.title;
    window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(u) + '&amp;title=' + '&amp;notes=&amp;tags=&amp;title=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;


}


function twitter() {
    u = location.href;
    t = document.title;
    var tweet = '#El3abtest #' + t.replace(' ', '_').replace('-', '_');
    window.open('http://twitter.com/share?text=' + encodeURIComponent(tweet), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;


}
function technorati(url) {
    // u = location.href;
    //  t = document.title;

    window.open('http://technorati.com/faves?add=' + encodeURIComponent(url), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;


}

function googlePlus() {
    u = location.href; t = document.title;
    window.open('http://www.google.com/bookmarks/mark?op=add&title=' + t + '&bkmk=' + encodeURIComponent(u), 'sharer', 'toolbar=0,status=0,width=1000,height=550,scrollbars=1,resizable=yes');
    return false;




}

