

function addToDelicious(){
window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToFacebook(){
window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href), 'facebook','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}


function addToDigg(){
window.open('http://digg.com/submit?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'digg','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToGoogle(){
window.open('http://fusion.google.com/add?feedurl='+encodeURIComponent(location.href), 'google','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToSpurl(){
window.open('http://www.spurl.net/spurl.php?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&v=3', 'spurl','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToYahoo(){
window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title)+'&d=&ei=UTF-8', 'Yahoo MyWeb','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToSimpy(){
window.open('http://simpy.com/simpy/LinkAdd.do?href='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&v=6&src=bookmarklet&_doneURI='+encodeURIComponent(location.href), 'Simpy','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToFurl(){
window.open('http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title), 'Furl','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}

function addToBlink(){
window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&Action=Blink/addblink.php', 'blink','width=770px,height=500px,menubar=1,toolbar=1,status=1,location=1,resizable=1,scrollbars=1,left=0,top=100'); return false;
}