document.oncontextmenu=keineanzeige
function keineanzeige()
{
return false
}

function wechsel()
{
 bild= new Array("top01","top02","top03","top04","top05","top06","top07")
 zahl1="";
 for(i=0;i<1;i++)
  {
   x=parseInt(Math.random()*7);
   zahl1+=bild[x];
  }
 	document.getElementById("oben").style.backgroundImage = "url(http://triathlonworld.de/vogtlandtriathlon/bilder/random/"+zahl1+".jpg)";
}

