document.write('<table align="center" cellpadding="0" cellspacing="0"><tr><td><a id="aspecials" href="prodstageready.htm"><img id="imgspecials" src="images/1.gif"></a></td></tr></table>')
images = new Array ("images/1.gif", "images/2.gif", "images/3.gif");
links = new Array ("prodstageready.htm", "catalog/", "prodpower.htm");
var count = 1;
function chgspecial() {
document.getElementById("imgspecials").src = images[count];
document.getElementById("aspecials").href = links[count];
if (count == 2){count = -1}
count = count + 1;
setTimeout("chgspecial()", 5000);
}
setTimeout("chgspecial()", 5000);