<!--

var num = Math.round(Math.random()*19);
var step=num
var whichimage=num
function slideit(){
	var num = Math.round(Math.random()*19);
	step = num
	if (!document.images)
		return
		//If the browser is IE 4.x
		if (document.all)
			slide.filters.blendTrans.apply()
			document.images.slide.src=eval("image"+step+".src")
			//If the browser is IE 4.x
if (document.all)
slide.filters.blendTrans.play()
whichimage=step
if (step<20)
step++
else
step=num
setTimeout("slideit()",3000)
}
function slidelink(){
if (whichimage==1)
window.location="#"
else if (whichimage==2)
window.location="#"
else if (whichimage==3)
window.location="#"
else if (whichimage==4)
window.location="#"
else if (whichimage==5)
window.location="#"
else if (whichimage==6)
window.location="#"
else if (whichimage==7)
window.location="#"
else if (whichimage==8)
window.location="#"
else if (whichimage==9)
window.location="#"
else if (whichimage==10)
window.location="#"
else if (whichimage==11)
window.location="#"
else if (whichimage==12)
window.location="#"
else if (whichimage==13)
window.location="#"
else if (whichimage==14)
window.location="#"
else if (whichimage==15)
window.location="#"
else if (whichimage==16)
window.location="#"
else if (whichimage==17)
window.location="#"
else if (whichimage==18)
window.location="#"
else if (whichimage==19)
window.location="#"
}//-->