
      function show_banner() {
    
        document.write("    <script type=\"text/javascript\">\n");
        document.write("    <!--\n");
        document.write("        google_ad_client = \"pub-6879849083984493\"; /* 468x60, bola vytvorená 30.7.2008 */\n");
        document.write("        google_ad_slot = \"5822588504\";\n");
        document.write("        google_ad_width = 468;\n");
        document.write("        google_ad_height = 60;\n");
        document.write("    //-->\n");
        document.write("    </script>\n");
        document.write("    <script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n");
      }
      
      show_banner();
    