<!--
var step=1
var whichimage=1
function slideit(){
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
if (step<3)
step++
else
step=1
setTimeout("slideit()",3800)
}
slideit()
function slidelink(){
if (whichimage==1)
window.location="/default.asp?id=15&Legacy Giving"
else if (whichimage==2)
window.location="/default.asp?id=13&Corporate Support"
else if (whichimage==3)
window.location="/default.asp?id=17&East Cheshire Hospice Lottery"
else if (whichimage==4)
window.location="/default.asp?id=131&Reindeer Run"
}

//-->
