////change number of images below 
var number_of_images=5
//change speed below (in seconds)
var speed=2
var step=1
var whichimage=1

function slidelink(){
  if (whichimage==1)
    window.location="/aboutus.shtml"
  else if (whichimage==2)
    window.location="/index.shtml"
  else if (whichimage==3)
    window.location="/index.shtml"
  else if (whichimage==4)
    window.location="/index.shtml"
  else if (whichimage==5)
    window.location="/index.shtml"
}

window.onerror=reapply

var image1=new Image()
image1.src="/images/1x.jpg"

var image2=new Image()
image2.src="/images/2x.jpg"

var image3=new Image()
image3.src="/images/3x.jpg"

var image4=new Image()
image4.src="/images/4x.jpg"

var image5=new Image()
image5.src="/images/5x.jpg"
