﻿function sendYMMes() {
    document.location = "ymsgr:im?msg="
        + document.title + " " + document.location.href.replace('#social', '');;
}


function add2dig() {
    var nhref = "http://digg.com/submit?phase=2&url=" + encodeURI(document.location.href).replace('#social', '');
    window.open(nhref);
    return false;
}

function add2facebook() {
    var nhref = "http://www.facebook.com/sharer.php?u=" + document.location.href.replace('#social', '');
    window.open(nhref);
    return false;
}

function add2twit() {
    var nhref = "http://www.twitter.com/home?status=" + document.title.replace(/ /g, '+') + "+-+" + document.location.href.replace('#social', '');
    alert(nhref);
    window.open(nhref);
    return false;
}


function add2stumble() {
    var nhref = "http://www.stumbleupon.com/submit?url=" + document.location.href.replace('#social', '') + "&title=" + document.title.replace(/ /g, '+');
    window.open(nhref);
    return false;
}


function add2technorati() {
    var nhref = "http://technorati.com/faves?add=" + document.location.href.replace('#social', '');
    window.open(nhref);
    return false;
}

function add2furl() {
    var nhref = "http://www.furl.net/store?s=f&to=0&u=" + document.location.href.replace('#social', '') + "&ti=" + document.title;
    window.open(nhref);
    return false;
}

function add2delicios() {
    var nhref = "http://del.icio.us/post?url=" + document.location.href.replace('#social', '') + "&title=" + document.title;
    window.open(nhref);
    return false;
}
