    var pic = 1;
    var numpics = 2;
    day = new Date();
    seed = day.getTime();
    ran = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*numpics + 1,10);

    if (ran == (1))
    {pic=("./images/titel01.jpg")}

    if (ran == (2))
    {pic=("./images/titel02.jpg")}

document.write("<IMG SRC=\"" + pic + "\" ALT=\"olaf junker - photographer\" WIDTH=\"140\" HEIGHT=\"190\" BORDER=\"0\">")

