<!--
if(!mobile)
{
 if (state=='Czech Republic')
 {
  badge = '<br><right><b>Links: </b><a href="http://www.jagg.cz/bookmarks.php?action=add&address=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Jagg.cz</a>, '
  +'<a href="http://linkuj.cz/?id=linkuj&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Linkuj.cz</a>, '
  +'<a href="http://del.icio.us/post?url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Del.icio.us</a>, '
  +'<a href="http://www.facebook.com/share.php?u=' + encodeURIComponent(document.URL) + '?c='+encodeURIComponent(continent+'-'+state)+'&t=' + encodeURIComponent(document.title) + '">facebook</a>'
  +'</right>'
  +'';
 }
 else
 {
  badge = '<br><right><b>Links: </b><a href="http://www.jagg.cz/bookmarks.php?action=add&address=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Jagg</a>, '
  +'<a href="http://linkuj.cz/?id=linkuj&url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Linkuj</a>, '
  +'<a href="http://del.icio.us/post?url=' + encodeURIComponent(document.URL) + '&title=' + encodeURIComponent(document.title) + '">Del.icio.us</a>, '
  +'<a href="http://www.facebook.com/share.php?u=' + encodeURIComponent(document.URL) + '?c='+encodeURIComponent(continent+'-'+state)+'&t=' + encodeURIComponent(document.title) + '">facebook</a>'
  +'</right>'
  +'';
 }
 //document.write(badge);
}
//-->
