// JavaScript Document

function auswahl() {
			max=16
			today = new Date();
			num = today.getTime();
			num = Math.round
(Math.abs (Math.sin (num)*100000))
% max;
  	  	  	return num;
			}
			a = auswahl();
			document.write('<img border=0 src=../pictures/auswahl'+a+'.jpg width=230><\/p>');