// JavaScript Document
<!--
function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}

function StudioBG(TheColor) {
document.bgColor=TheColor
}
//-->

function randomimage2(){

var currentdate = 0
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

image = new StringArray(10)
image[0] = '/bilder/randomindex/climb.jpg'
image[1] = '/bilder/randomindex/discussion.jpg'
image[2] = '/bilder/randomindex/horizon.jpg'
image[3] = '/bilder/randomindex/jump.jpg'
image[4] = '/bilder/randomindex/sport.jpg'
image[5] = '/bilder/randomindex/station.jpg'
image[6] = '/bilder/randomindex/storage.jpg'
image[7] = '/bilder/randomindex/talk.jpg'


var ran = 60/image.length

function ranimage() {
  currentdate = new Date()
  core = currentdate.getSeconds()
  core = Math.floor(core/ran)
    return(image[core])
}

document.write("<img src='" +ranimage()+ "' >")

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
