/* ======================================================================

     JavaScript Source File -- Created with NetObjects ScriptBuilder

NAME: berlinbild.js

AUTHOR: P.W.
====================================================================== */
var msg = new Array();
Stamp = new Date();
today = Stamp.getMonth();


msg[0] = "<img src='bilder/monat-01.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[1] = "<img src='bilder/monat-02.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[2] = "<img src='bilder/monat-03.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[3] = "<img src='bilder/monat-04.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[4] = "<img src='bilder/monat-05.jpg' width='235' height='235' border='0' alt='Berlin'><br>Hackescher Markt";
msg[5] = "<img src='bilder/monat-06.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[6] = "<img src='bilder/monat-07.jpg' width='235' height='235' border='0' alt='Berlin'><br>Erholungspark Marzahn";
msg[7] = "<img src='bilder/monat-08.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[8] = "<img src='bilder/monat-09.jpg' width='235' height='235' border='0' alt='Berlin'><br>Kurfürstendamm";
msg[9] = "<img src='bilder/monat-010.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[10] = "<img src='bilder/monat-011.jpg' width='235' height='235' border='0' alt='Berlin'>";
msg[11] = "<img src='bilder/monat-012.jpg' width='235' height='235' border='0' alt='Berlin'><br>Berlin Friedrichstraße";


function berlinbild() { 
document.write(msg[today]);
}
berlinbild();
