window.onload=rotate;var thisImage=0;function rotate() {   var allImages=new Array("lib/tour/transportb-tour-11_01.jpg","lib/tour/transportb-tour-11_01.jpg","lib/tour/transportb-tour-11_02.jpg","lib/tour/transportb-tour-11_03.jpg","lib/tour/transportb-tour-11_04.jpg","lib/tour/transportb-tour-11_05.jpg","lib/tour/transportb-tour-11_06.jpg","lib/tour/transportb-tour-11_07.jpg","lib/tour/transportb-tour-11_08.jpg","lib/tour/transportb-tour-11_10.jpg","lib/tour/transportb-tour-11_10.jpg","lib/tour/transportb-tour-11_10.jpg");   thisImage++;   if (thisImage==allImages.length){      thisImage=0;   }   document.getElementById("transportbtour").src=allImages[thisImage];   setTimeout(rotate,2*2500);}
