
var step=1
//a variable that will keep track of the image currently being displayed.
var whichimage=1
function slideit(){
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
if (step<12)
step++
else
step=1
setTimeout("slideit()",4500)
}
slideit()
function slidelink(){
if (whichimage==1)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==2)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==3)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==4)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==5)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==6)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==7)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==8)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==9)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==10)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==11)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
else if (whichimage==12)
window.location="http://www.beachsoccer.fi/nallikaribeachsoccerkuvia/default.htm"
}



