function linkuj(url, title)
{
  thetitle = encodeURIComponent(title.substring(18));
  badge = '<a class="snap_nopreview" href="http://linkuj.cz/?id=linkuj&amp;url=' + encodeURIComponent(url) + '&amp;title=' + thetitle + '">Linkuj!</a>';
  document.writeln(badge);
}                 

function linkujimage(url, title)
{
  thetitle = encodeURIComponent(title.substring(18));
  badge = '<a class="snap_nopreview imageanchor" href="http://linkuj.cz/?id=linkuj&amp;url=' + encodeURIComponent(url) + '&amp;title=' + thetitle + '"><img src="http://linkuj.cz/img/badge.png" border="0" title="Linkuj si !" alt="Linkuj si !" /></a>';
  document.writeln(badge);
}

function mbimage(url, title)
{
  thetitle = encodeURIComponent(title.substring(18));
  badge = '<a class="snap_nopreview imageanchor" href="http://www.mediablog.cz/submit.php?url=' + encodeURIComponent(url) + '&amp;title=' + thetitle + '"><img src="http://www.mediablog.cz/evb/img/add-01.png" border="0" title="MediaBlog.cz" alt="MediaBlog.cz" /></a>'; 
  document.writeln(badge);
}

function jaggimage(url, title)
{
  thetitle = encodeURIComponent(title.substring(18));
  badge = '<a class="snap_nopreview imageanchor" href="http://www.jagg.cz/bookmarks.php?action=add&amp;address=' + encodeURIComponent(url) + '&amp;title=' + thetitle + '"><img style="width: 16px; height: 16px;" alt="Jaggni to!" title="Klikni zde a přid&aacute;te tuto str&aacute;nku do sv&yacute;ch z&aacute;ložek na Jagg.cz" src="http://www.jagg.cz/icon.png"></a>';
  document.writeln(badge);
}


function writeBooks(){
var str='';
str+='<object width="250" height="380">  ';
str+='			<param name="movie" value="http:\/\/livingsocial.com\/flash\/widget.swf"><\/param>   ';
str+='			<param name="allowFullScreen" value="false"><\/param>   ';
str+='			<param name="flashvars" value="version=1&xmlUrl=http%3A%2F%2Fbooks.livingsocial.com%2Fpeople%2F1691545086%2Fwidgets%2Fdata%3Fq%3DWyJzaGVsZi0yIiwgImZlZWQtMSJd&verticalType=readers&width=300&theme=light"><\/param>   ';
str+='			<embed src="http:\/\/livingsocial.com\/flash\/widget.swf" style="margin-left: 20px; margin-top: 20px;" ';
str+='				flashvars="version=1&xmlUrl=http%3A%2F%2Fbooks.livingsocial.com%2Fpeople%2F1691545086%2Fwidgets%2Fdata%3Fq%3DWyJzaGVsZi0yIiwgImZlZWQtMSJd&verticalType=readers&width=300&theme=light" ';
str+='				type="application\/x-shockwave-flash" allowfullscreen="false" width="300" height="380"><\/embed> ';
str+='		<\/object>';
document.write(str);
}
writeJS();
