var einszwei=Math.random();
var editzahl=Math.round((einszwei)*3);
var welchesgif='oben1';
if (editzahl==1) welchesgif='oben1';
if (editzahl==2) welchesgif='oben2';
if (editzahl==3) welchesgif='oben3';
document.write('<img src="'+welchesgif+'.GIF" width="468" height="60">');
