/*
function delicious(pid){
window.open('http://del.icio.us/post?v=4&noui&jump=close&url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');
}
*/
function delicious(pid){
window.open('http://del.icio.us/post?v=4&noui&jump=close&url=http://photobooth.unionstudio.net&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');
}
function magnolia(pid, comment){
c=comment;
window.open('http://ma.gnolia.com/bookmarklet/add?url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title)+'&description='+encodeURIComponent(c));
}
/*
function stumble(pid){
window.open('http://www.stumbleupon.com/submit?url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title));
}
*/
function stumble(pid){
window.open('http://www.stumbleupon.com/submit?url=http://photobooth.unionstudio.net&title='+encodeURIComponent(document.title));
}
function newsvine(pid){
//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=http://photobooth.unionstudio.net/photo/'+pid);
}
/*
function digg(pid){
window.open('http://digg.com/submit?phase=2&url=http://photobooth.unionstudio.net/photo/'+pid);
}
*/
function digg(pid){
window.open('http://digg.com/submit?phase=2&url=http://photobooth.unionstudio.net');
}

function furl(pid){
 window.open('http://www.furl.net/storeIt.jsp?u=http://photobooth.unionstudio.net/photo/'+pid+'&t='+encodeURIComponent(document.title));
}

function netscape(pid){
window.open('http://www.netscape.com/submit/?U=http://photobooth.unionstudio.net/photo/'+pid+'&T='+encodeURIComponent(document.title));
}

/////////////////////////////////
/*
function technorati(pid){
window.open('http://technorati.com/faves?add=http://photobooth.unionstudio.net/photo/'+pid);
}
*/
function technorati(pid){
window.open('http://technorati.com/faves?add=http://photobooth.unionstudio.net');
}
function google(pid){
window.open('http://www.google.com/bookmarks/mark?op=add&hl=en&bkmk=http://photobooth.unionstudio.net/photo/'+pid+'&annotation=&labels=&title='+encodeURIComponent(document.title));

}
function yahoo(pid, comment){

d=comment;
window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d='+encodeURIComponent(d)+'&u=http://photobooth.unionstudio.net/photo/'+pid);
}

function reddit(pid){
window.open('http://reddit.com/submit?url=http://photobooth.unionstudio.net/photo/'+pid+'?title='+encodeURIComponent(document.title));
}

function facebook(pid){
 u=location.href;
 t=document.title;
 window.open('http://www.facebook.com/sharer.php?u=http://photobooth.unionstudio.net/photo/'+pid+'?t='+encodeURIComponent(t))
}

function myspace(pid, comment){
 u=location.href;
 t=document.title;
 c=comment;
window.open('http://www.myspace.com/Modules/PostTo/Pages/?c=' + encodeURIComponent(c) + '&t=' + encodeURIComponent(t) + '&u=http://photobooth.unionstudio.net/photo/'+pid);
}


function slashdot(pid){
window.open('http://slashdot.org/bookmark.pl?url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title));
}

function blinklist(pid){
window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url=http://photobooth.unionstudio.net/photo/'+pid+'&Title='+encodeURIComponent(document.title));
}
function spurl(pid){
window.open('http://www.spurl.net/spurl.php?v=3&tags=&title='+encodeURIComponent(document.title)+'&url=http://photobooth.unionstudio.net/photo/'+pid);
}
function diigo(pid, comment){
c=comment;
window.open('http://www.diigo.com/post?url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title)+'&tag=&comments='+encodeURIComponent(c));
}

function blogmarks(pid){
// blogmarks registration not finished
window.open('http://blogmarks.net/my/new.php?mini=1&simple=1&url=http://photobooth.unionstudio.net/photo/'+pid+'&content=&public-tags=&title='+encodeURIComponent(document.title));
}
function simpy(pid, comment){
c=comment;
window.open('http://www.simpy.com/simpy/LinkAdd.do?title='+encodeURIComponent(document.title)+'&tags=&note='+encodeURIComponent(c)+'&href=http://photobooth.unionstudio.net/photo/'+pid);
}
function twitthis(pid){

window.open("http://twitthis.com/twit?url=http://photobooth.unionstudio.net/photo/"+pid+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");

}
function jumptags(pid){
window.open('http://www.jumptags.com/add/?url=http://photobooth.unionstudio.net/photo/'+pid+'&title='+encodeURIComponent(document.title));
}