/* ======================================================================

     JavaScript Source File -- Created with NetObjects ScriptBuilder

NAME: viewindex2000b.js

AUTHOR: P.W.
====================================================================== */
var msg = new Array();
Stamp = new Date();
today = Stamp.getMonth();


msg[0] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[1] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[2] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[3] = "<img src='image/2001.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[4] = "<img src='image/2001.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[5] = "<img src='image/2001.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[6] = "<img src='image/2001.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[7] = "<img src='image/2001.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[8] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[9] = "<img src='image/2003.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[10] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";
msg[11] = "<img src='image/2002.jpg' width='150' height='100' border='0' alt='Urlaub'>";


function viewindex2000b() { 
document.write(msg[today]);
}
viewindex2000b();
