var image1=new Image()
image1.src="images/shuffle/300dells.png"
var image2=new Image()
image2.src="images/shuffle/300wilderness.png"
var image3=new Image()
image3.src="images/shuffle/300yogibearwisconsindells.png"
var image4=new Image()
image4.src="images/shuffle/300minocqua.png"
var image5=new Image()
image5.src="images/shuffle/300flanagans.png"
var image6=new Image()
image6.src="images/shuffle/300jellystone-warrens.png"
var image7=new Image()
image7.src="images/shuffle/300hiddenvalley.png"
var image8=new Image()
image8.src="images/shuffle/300gbrown.png"

var step=1
var whichimage=1
function slideit(){
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
if (step<8)
step++
else
step=1
setTimeout("slideit()",3600)
}
slideit()
function slidelink(){
if (whichimage==1)
window.location="http://www.campinthedells.com/"
else if (whichimage==2)
window.location="http://www.wildernesscampground.com/"
else if (whichimage==3)
window.location="http://www.dellsjellystone.com/"
else if (whichimage==4)
window.location="http://www.minocqua.org"
else if (whichimage==5)
window.location="http://www.pearllakecampsite.com/"
else if (whichimage==6)
window.location="http://www.jellystonewarrens.com/"
else if (whichimage==7)
window.location="http://www.hiddenvalleyrvresort.com/"
else if (whichimage==8)
window.location="http://www.gilbertbrownfoundation.org/"
}
