function book_mixx() { 
window.open('http://www.mixx.com/submit?page_url=' + encodeURIComponent(location.href), '_blank');
}

function book_digg() { 
window.open('http://digg.com/submit?phase=2&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title), '_blank');
}

function book_netscape() { 
window.open('http://www.netscape.com/submit/?U=' + encodeURIComponent(location.href) + '&T=' + encodeURIComponent(document.title), '_blank');
}

function book_favorite() { 
window.open('http://www.favoriten.de/url-hinzufuegen.html?bm_url=' + encodeURIComponent(location.href) + '&bm_title=' + encodeURIComponent(document.title), '_blank');
}

function book_delicious() {
window.open('http://del.icio.us/post?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&notes=' + encodeURIComponent(document.title), '_blank');
}

function book_netvouz() {
window.open('http://www.netvouz.com/action/submitBookmark?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&description=' + encodeURIComponent(document.title) + '&popup=no', '_blank');
}

function book_lefthit() {
window.open('http://www.lefthit.com/post/?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(location.href) + '&tag=' +   encodeURIComponent(document.title), '_blank');
}

function book_bluedot() {
window.open('http://faves.com/Authoring.aspx?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title), '_blank');
}

function book_linkarena() {
window.open('http://linkarena.com/bookmarks/addlink/?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title), '_blank');
}

function book_blinklist() {
window.open('http://www.blinklist.com/?Action=Blink/addblink.php&Description=' + encodeURIComponent(document.title) + '&Url='+ encodeURIComponent(location.href) + '&Title=' + encodeURIComponent(document.title), '_blank');
}

function book_searchless() {
window.open('http://www.searchles.com/links/add_link?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title), '_blank');
}

function book_blogmarks() {
window.open('http://blogmarks.net/my/new.php?mini=1&simple=1&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&content=' + encodeURIComponent(document.title), '_blank');
}

function book_magnolia() {
window.open('http://ma.gnolia.com/bookmarks/add?layout=basic&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title) + '&description=' +   encodeURIComponent(document.title), '_blank');
}

function book_furl() {
window.open('http://www.furl.net/storeIt.jsp?u=' + encodeURIComponent(location.href) + '&t=' + encodeURIComponent(document.title), '_blank');
}

function book_humsurfer() {
window.open('http://www.humsurfer.com/post?link=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title), '_blank');
}

