  var j,d="",l="",m="",p="",q="",z="",list= new Array()
  list[list.length]="http://www.starsonice.de/shots/01.jpg'";
  list[list.length]="http://www.starsonice.de/shots/02.jpg'";
  list[list.length]="http://www.starsonice.de/shots/03.jpg'";
  list[list.length]="http://www.starsonice.de/shots/04.jpg'";
  list[list.length]="http://www.starsonice.de/shots/05.jpg'";
  list[list.length]="http://www.starsonice.de/shots/06.jpg'";
  list[list.length]="http://www.starsonice.de/shots/07.jpg'";
  list[list.length]="http://www.starsonice.de/shots/08.jpg'";
  j=parseInt(Math.random()*list.length);
  j=(isNaN(j))?0:j;
  document.write("<img src='"+list[j]+"' class='m' />");
