/* ======================================================================

     JavaScript Source File -- Created with NetObjects ScriptBuilder

NAME: indexbut.js

AUTHOR: P.W.
====================================================================== */
var msg = new Array();
Stamp = new Date();
today = Stamp.getMonth();


msg[0] = "<a href='reisen-winterreisen.html'><img src='image/butindex-11.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[1] = "<a href='eu-land-deutschland.html'><img src='image/butindex-02.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[2] = "<a href='eu-land-deutschland.html'><img src='image/butindex-03-2.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[3] = "<a href='reisen-staedtereisen.html'><img src='image/butindex-09.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[4] = "<a href='reisen-suchen.html'><img src='image/butindex-05.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[5] = "<a href='frankreich/frankreich.html'><img src='image/butindex-04-02.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[6] = "<a href='reisen-suchen.html'><img src='image/butindex-05-3.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[7] = "<a href='eu-land-deutschland.html'><img src='image/butindex-08.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[8] = "<a href='reisen-suchen.html'><img src='image/butindex-10.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[9] = "<a href='reisen-staedtereisen.html'><img src='image/butindex-09.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[10] = "<a href='reisen-suchen.html'><img src='image/butindex-10-2.jpg' width=460 height=200 border=0 alt='Reisen'></a>";
msg[11] = "<a href='reisen-winterreisen.html'><img src='image/butindex-11.jpg' width=460 height=200 border=0 alt='Reisen'></a>";


function indexbut() { 
document.write(msg[today]);
}
indexbut();