var n=3;
var rnd=Math.floor(n*Math.random());
var temat="";
if(rnd==0) {
  temat="<img src=http://www.radexpol.pl/gfx/flash.jpg>";
} else
if(rnd==1) {
  temat="<img src=http://www.radexpol.pl/gfx/flash2.jpg>";
} else
if(rnd==2) {
  temat="<img src=http://www.radexpol.pl/gfx/flash3.jpg>";
} ;
document.write(''+temat+'');

