
function delicious(){

window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');
}



function stumble(){
window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function newsvine(){
//window.open('http://www.newsvine.com/_tools/seed?popoff=0&u=http://vlatko.users.sbb.co.yu/aka/javascript.html');
window.open('http://www.newsvine.com/_wine/save?popoff=0&u='+encodeURIComponent(location.href));
}
function digg(text){
	
// 	 http://digg.com/submit?url=http://flashden.net/item/digg-button-for-flash/20446&title=Digg%20button%20for%20flash%20websites&bodytext=Let%20visitors%20dig%20your%20flash%20websites!%20Can%20you%20digg%20it?&media=news&topic=design
var bodytext=text;
window.open('http://digg.com/submit?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+'&bodytext='+bodytext);

}


/*
function digg(){
window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(document.location.href)+'                            );
}
*/

function furl(){
 window.open('http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&t='+encodeURIComponent(document.title));
}

function netscape(){
window.open('http://www.netscape.com/submit/?U='+encodeURIComponent(document.location.href)+'&T='+encodeURIComponent(document.title));
}

/////////////////////////////////
function technorati(){
window.open('http://technorati.com/faves?add='+encodeURIComponent(location.href));
}
function google(){
window.open('http://www.google.com/bookmarks/mark?op=add&hl=en&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));

}
function yahoo(comment){

d=comment;
window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d='+encodeURIComponent(d)+'&u='+encodeURIComponent(location.href));
}

function reddit(){
window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}

function facebook(text) {
u=location.href;
t=document.title;
bodytext=text;
window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436')
}
function myspace(comment){
 u=location.href;
 t=document.title;
 c=comment;
 window.open('http://www.myspace.com/Modules/PostTo/Pages/?' + 't=' + encodeURIComponent(t)+ '&c=' + encodeURIComponent(c) + '&u=' + encodeURIComponent(u));
}

function slashdot(){
window.open('http://slashdot.org/bookmark.pl?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}

function blinklist(){
window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url='+encodeURIComponent(location.href)+'&Title='+encodeURIComponent(document.title));
}
function spurl(){
window.open('http://www.spurl.net/spurl.php?v=3&tags=&title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(document.location.href));
}
function diigo(comment){
c=comment;
window.open('http://www.diigo.com/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&tag=&comments='+encodeURIComponent(c));
}

function blogmarks(){
// blogmarks registration not finished
window.open('http://blogmarks.net/my/new.php?mini=1&simple=1&url='+encodeURIComponent(location.href)+'&content=&public-tags=&title='+encodeURIComponent(document.title));
}
function simpy(comment){
c=comment;
window.open('http://www.simpy.com/simpy/LinkAdd.do?title='+encodeURIComponent(document.title)+'&tags=&note='+encodeURIComponent(c)+'&href='+encodeURIComponent(location.href));
}
function twitthis(){

window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=780, height=500, location, status, scrollbars, resizable");

}
function jumptags(){
window.open('http://www.jumptags.com/add/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function misterwong(){
window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+encodeURIComponent(location.href)+'&bm_description='+encodeURIComponent(document.title),'misterwong', 'toolbar=0,status=0,width=730,height=436')
}
