<!--  startbild.js  

    var imgname="lottobild";

    imgsrc = "pixel/bilder/"+datei[bildnr];

	document.write('<img name='+imgname+' src='+imgsrc+' width="130" height="450">');

//-->