function loadImg(noImages){
  randomnumber=Math.floor(Math.random()*noImages)+1;
  document.splash.src="splash/" + randomnumber + ".jpg";
}