<!--
						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<3)
							step++
							else
							step=1
							setTimeout("slideit()",5000)
						}
						
						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="#"
						}
						//-->