function createBookmark(dir){  
  document.write('<div class="bookmark"> \
  <ul> \
  <li class="prvni"><a href="#"><img src="assets/templates/sefira/img/bookmark_us.gif" alt="" title="Bookmark" border="0" /></a>\
	<ul>');
	
	
	badge = '<a href="http://linkuj.cz/?id=linkuj&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '"><img src="'+dir+'img/linkuj.gif" border="0" title="Linkuj si !" alt="Linkuj si !" />Linkuj.cz</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://www.jagg.cz/bookmarks.php?action=ali&aliress=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '"><img border="0" alt="Jaggni to!" title="Jagg.cz" src="'+dir+'img/jagg.png">Jagg.cz</a>';
  document.write('<li>'+badge+'</li>');  
  badge = '<a href="http://vybrali.sme.sk/submit.php?url='+ encodeURIComponent(document.URL) +'" title="vybrali.sme.sk" ><img src="'+dir+'img/vybralisme.gif" alt="vybrali.sme.sk" border="0" />vibrali.sme.sk</a>';
  document.write('<li>'+badge+'</li>');	
	badge = '<a href="http://www.google.com/bookmarks/mark?op=add&title='+ encodeURIComponent(document.title) +'&labels=&annotation=&bkmk=' + encodeURIComponent(document.URL) + '" title="google" ><img src="'+dir+'img/google.png" alt="google" border="0" />Google</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://www.facebook.com/sharer.php?u='+ encodeURIComponent(document.URL) +'" title="facebook" ><img src="'+dir+'img/facebook.png" alt="facebook" border="0" />facebook</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://del.icio.us/post?url='+ encodeURIComponent(document.URL) +'&title='+ encodeURIComponent(document.title) +'" title="del.icio.us" ><img src="'+dir+'img/delicious.png" alt="del.icio.us" border="0" />del.icio.us</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://digg.com/submit?url='+ encodeURIComponent(document.URL) +'&title='+ encodeURIComponent(document.title) +'" title="digg" ><img src="'+dir+'img/digg.png" alt="digg" border="0" />digg</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://www.furl.net/storeIt.jsp?u='+ encodeURIComponent(document.URL) +'&t='+ encodeURIComponent(document.title) +'" title="furl" ><img src="'+dir+'img/furl.png" alt="furl" border="0" />furl</a>';
  document.write('<li>'+badge+'</li>');
  badge = '<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+ encodeURIComponent(document.URL) +'&title='+ encodeURIComponent(document.title) +'&popup=true" title="yahoo" ><img src="'+dir+'img/yahoo.png" alt="yahoo" border="0" />yahoo</a>';
  document.write('<li>'+badge+'</li>');
	document.write('</ul></li></ul></div>');
}