<!--
var slidespeed=7000
var slideimages = new Array("images/home_slide/1Alternate Entrance Due to Construction.jpg","images/home_slide/2Alternate Entrance Due to Construction.jpg","images/home_slide/Alternate Entrance Due to Construction.jpg")
var slidelinks = new Array("http://www.stannebmt.org/images/home_slide/1Alternate Entrance Due to Construction.jpg","http://www.stannebmt.org/images/home_slide/2Alternate Entrance Due to Construction.jpg","http://www.stannebmt.org/images/home_slide/Alternate Entrance Due to Construction.jpg")
var newwindow=1
var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
function gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
else
window.location=slidelinks[whichlink]
}
//-->
