Change from:
Code:
//specify images
var slideimages=new Array("http://www.wpahumane.org/"Featured4/gunner.jpg""hero.gif")
This is after head
<a href="javascript:gotoshow()"><img src="http://www.wpahumane.org/Featured4/"gunner.gif" name="slide" border=0 style="filter:blendTrans(duration=3)" width=97 height=100></a>
To:
Code:
//specify images
var slideimages=new Array("http://www.wpahumane.org/Featured4/gunner.jpg","hero.gif")
This is after head
<a href="javascript:gotoshow()"><img src="http://www.wpahumane.org/Featured4/gunner.gif" name="slide" border=0 style="filter:blendTrans(duration=3)" width=97 height=100></a>
cr3ative
Bookmarks