function fbs_click() {
 u=location.href;
 t=document.title;
 window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}
function linkuj_click() {
 u=location.href;
 t=document.title;
 window.open('http://linkuj.cz/?id=linkuj&url='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}
function goggle_click() {
 u=location.href;
 t=document.title;
 window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=800,height=500');
return false;
}
function jagg_click() {
 u=location.href;
 t=document.title;
 window.open('http://www.jagg.cz/bookmarks.php?action=add&address=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=1000,height=600');
return false;
}
function mediablog_click() {
 u=location.href;
 t=document.title;
 window.open('http://www.mediablog.cz/submit.php?url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=1000,height=600');
return false;
}
function vybralisme_click() {
 u=location.href;
 t=document.title;
 window.open('http://vybrali.sme.sk/submit.php?url=' + encodeURIComponent(u),'width=1000,height=600');
return false;
}
function diggcom_click() {
 u=location.href;
 t=document.title;
 window.open('http://digg.com/tools/diggthis.php?u=' + encodeURIComponent(u) + '&t=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=1000,height=600');
return false;
}
function delicious_click() {
 u=location.href;
 t=document.title;
 window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=1000,height=600');
return false;
}
function livebookmarks_click() {
 u=location.href;
 t=document.title;
 window.open('https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=' + encodeURIComponent(u) + '&title=' + encodeURIComponent(t),'sharer','toolbar=0,status=0,width=1000,height=600');
return false;
}