function change(name) {
document.getElementById('bookmark').innerHTML="Add to <b>" + name + "</b>";
}

function delicious() {
window.open('http://delicious.com/post?title='+encodeURIComponent(document.title)+'&amp;url='+encodeURIComponent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function reddit() {
window.open('http://reddit.com/submit?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function myweb() {
window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function stumbleupon() {
window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function magnolia() {
window.open('http://ma.gnolia.com/signin?add_url='+encodeURIComponent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function misterwong() {
window.open('http://www.mister-wong.de/index.php?action=addurl&amp;bm_url=&quot;'+encodeURIComponent(window.location.href)+'&quot;&amp;bm_description=&quot;'+encodeURIComponent(document.title),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}

function digg() {
window.open('http://www.digg.com/submit/?phase=3&url='+encodeURIComponent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
}

function diigo() {
window.open('http://www.diigo.com/post?url='+encodeURIComponent(window.location.href)+'&amp;Title='+encodeURIComponent(document.title),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
}
function shoutwire() {
window.open('http://www.shoutwire.com/submit','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbar=1,left=100,top=50',0);
}

/* Not currently in use
function y360() {
window.open('http://blog.360.yahoo.com/blog/compose.html?bct='+encodeURIComponent(document.title)+'&bcurl='+encodeURIComponent(window.location.href)+'&ei=UTF-8',0);
}

function furl() {
window.open('http://www.furl.net/storeIt.jsp?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false;
}
*/