/* ======================================================================

     JavaScript Source File -- Created with NetObjects ScriptBuilder

NAME: modul102b.js

AUTHOR: P.W.
====================================================================== */
var msg = new Array();
Stamp = new Date();
today = Stamp.getMonth();


msg[0] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";
msg[1] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";
msg[2] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";

msg[3] = "<a href='berlin/berlin.html'><img src='reisetipps/but-berlin.jpg' width=88 height=66 border=0 alt='Berlin'></a>";
msg[4] = "<a href='ostsee/fischland-darss-zingst.html'><img src='reisetipps/but-fischland.jpg' width=88 height=66 border=0 alt='Ostsee'></a>";
msg[5] = "<a href='frankreich/cote-azur.html'><img src='reisetipps/but-coteazur.jpg' width=88 height=66 border=0 alt='Rom'></a>";


msg[6] = "<a href='ostsee/fischland-darss-zingst.html'><img src='reisetipps/but-fischland.jpg' width=88 height=66 border=0 alt='Ostsee'></a>";
msg[7] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";
msg[8] = "<a href='berlin/berlin.html'><img src='reisetipps/but-berlin.jpg' width=88 height=66 border=0 alt='Berlin'></a>";
msg[9] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";


msg[10] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";
msg[11] = "<a href='reise-italien_rom.html'><img src='reisetipps/but-rom-03.jpg' width=88 height=66 border=0 alt='Rom'></a>";


function modul102b() { 
document.write(msg[today]);
}
modul102b();