function zobrazSkryj(idecko){
el=document.getElementById(idecko).style; 
el.display=(el.display == 'block')?'none':'block';
}

var LINKUJ = '<a class="badge" href="http://linkuj.cz/?id=linkuj&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Linkuj!</a>';
var JAGG = '<a class="badge" href="http://www.jagg.cz/bookmarks.php?action=add&address=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Jagg</a>';
var BOOKMARKY = "location.href='http://www.bookmarky.cz/a.php?cmd=add&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)";
var ZALINKUJ = '<a class="badge" href="http://zalinkuj.cz/submit.php?url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Zalinkuj</a>';
var MEDIABLOG = '<a class="badge" href="http://www.mediablog.cz/submit.php?url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">MediaBlog</a>';
var DISKOFIL = '<a class="badge" href="http://diskofil.cz/o/pridat?url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Diskofil</a>';
var MOJELINKY = '<a class="badge" href="http://www.mojelinky.sk/bookmarks.php?action=add&address=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Mojelinky</a>';
var NODAJ = "location.href='http://nodaj.sk/submit.php?url='+encodeURIComponent(location.href)";
var VYBRALISME = "location.href='http://vybrali.sme.sk/submit.php?url='+encodeURIComponent(location.href)";
var GOOGLE = "(function(){var a=window,b=document,c=encodeURIComponent,d=a.open('http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+c( b.location)+'&title='+c(b.title),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');a.setTimeout(function(){ d.focus()},300)})();";
