<!--
var slidespeed=2000
var slideimages=new Array("images/linderhof-e9-01.jpg","images/linderhof-e9-02.jpg","images/linderhof-e9-03.jpg","images/linderhof-e9-04.jpg","images/linderhof-e9-05.jpg","images/linderhof-e9-07.jpg","images/linderhof-e9-08.jpg","images/linderhof-e9-09.jpg","images/linderhof-e9-10.jpg","images/linderhof-e9-11.jpg")
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(){
}
//-->
