document.writeln("<style>");
document.writeln("#lista {");
document.writeln("  width: 100%;");
document.writeln("  height: 17px;");
document.writeln("  background: transparent url(http://www.artharmony.eu/images/background_lista.gif);");
document.writeln("  font-family: Arial, Helvetica, sans-serif;");
document.writeln("  font-size: 12px;");
document.writeln("  color: #ffffff;");
document.writeln("  text-align: center;");
document.writeln("  padding-top: 5px;");
document.writeln("}");
document.writeln("");
document.writeln("#lista A {");
document.writeln("  color: #ffffff;");
document.writeln("  text-decoration: none;");
document.writeln("}");
document.writeln("");
document.writeln("#lista A:hover {");
document.writeln("  color: #9bc8ff;");
document.writeln("  text-decoration: underline;");
document.writeln("}</style>");
document.writeln(" <!--[if IE]>");
document.writeln("  <style>");
document.writeln("  #lista {");
document.writeln("  height: 22px;");
document.writeln("  }");
document.writeln("  </style>");
document.writeln("  <![endif]-->");
document.writeln("  <div id=\"lista\">");
document.writeln("    CENTRUM ARTHARMONY:&nbsp;");
document.writeln("    <a href=\"http://www.hostel.artharmony.eu\">Pension &amp; HOSTEL artharmony</a>&nbsp;|&nbsp;");
document.writeln("    <a href=\"http://www.school.artharmony.eu\">SCHOOL artharmony</a>&nbsp;|&nbsp;");
document.writeln("    <a href=\"http://www.harmonytv.eu\">harmony TV</a>&nbsp;|&nbsp;");
document.writeln("    <a href=\"http://www.ditahorinkova.cz\">Dita Hořínková</a>&nbsp;|&nbsp;");
document.writeln("    <a href=\"http://www.hdquintet.cz\">HD Quintet</a>");
document.writeln("  </div>");
