
    Normal1 = new Image();
    Normal1.src = "http://www.riotradio.de/bilder/history.gif";
    Highlight1 = new Image();
    Highlight1.src = "http://www.riotradio.de/bilder/history2.gif";

    Normal2 = new Image();
    Normal2.src = "http://www.riotradio.de/bilder/termine.gif";
    Highlight2 = new Image();
    Highlight2.src = "http://www.riotradio.de/bilder/termine2.gif";

    Normal3 = new Image();
    Normal3.src = "http://www.riotradio.de/bilder/bands.gif";
    Highlight3 = new Image();
    Highlight3.src = "http://www.riotradio.de/bilder/bands2.gif";

    Normal4 = new Image();
    Normal4.src = "http://www.riotradio.de/bilder/links.gif";
    Highlight4 = new Image();
    Highlight4.src = "http://www.riotradio.de/bilder/links2.gif";

    Normal5 = new Image();
    Normal5.src = "http://www.riotradio.de/bilder/download.gif";
    Highlight5 = new Image();
    Highlight5.src = "http://www.riotradio.de/bilder/download2.gif";

    Normal6 = new Image();
    Normal6.src = "http://www.riotradio.de/bilder/pics.gif";
    Highlight6 = new Image();
    Highlight6.src = "http://www.riotradio.de/bilder/pics2.gif";

    Normal7 = new Image();
    Normal7.src = "http://www.riotradio.de/bilder/guestbook.gif";
    Highlight7 = new Image();
    Highlight7.src = "http://www.riotradio.de/bilder/guestbook2.gif";

    Normal8 = new Image();
    Normal8.src = "http://www.riotradio.de/bilder/news.gif";
    Highlight8 = new Image();
    Highlight8.src = "http://www.riotradio.de/bilder/news2.gif";

     function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }

    function WertSetzen(lang)
    {
      document.cookie = "lang="+lang+";path=/blog/serendipity";
      document.cookie = "lang="+lang+";path=/";
    }
