

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 magnolia(comment){

c=comment;

window.open('http://ma.gnolia.com/bookmarklet/add?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&description='+encodeURIComponent(c));

}

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(){

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)+'?ref=dSKY&title='+encodeURIComponent(document.title));

}



function facebook(){

 u=location.href;

 t=document.title;

 window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'?ref=dsky&t='+encodeURIComponent(t))

}





function myspace(comment){

 u=location.href;

 t=document.title;

 c=comment;

window.open('http://www.myspace.com/index.cfm?fuseaction=postto&' + '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=600, height=500, location, status, scrollbars, resizable");



}

function jumptags(){

window.open('http://www.jumptags.com/add/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));

}