<!--
						var step=1
						var whichimage=1
						function slideit(){
						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<5)
						step++
						else
						step=1
						setTimeout("slideit()",6000)
						}
						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="#"
						}
						//-->