<!--
var step=1
var whichimage=1
function slideit(){
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
if (step<5)
step++
else
step=1
setTimeout("slideit()",3800)
}
slideit()
function slidelink(){
if (whichimage==1)
window.location="http://www.eastcheshirehospice.org.uk/ech/page.php?26"
else if (whichimage==2)
window.location="http://www.eastcheshirehospice.org.uk/ech/page.php?153"
else if (whichimage==3)
window.location="http://www.eastcheshirehospice.org.uk/ech/page.php?151"
else if (whichimage==4)
window.location="http://www.theartofcaring.org.uk/"
else if (whichimage==5)
window.location="http://www.eastcheshirehospice.org.uk/ech/page.php?18"

}

//-->