
/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/
<!--

//you may add your image file or text below
var item=new Array()
var item=new Array()
item[0]="<a href='http://www.rayovac.com'><img src='http://www.spectrumbrands.com/logo/logo_rayovac.gif' border='0'></a>"
item[1]="<a href='http://www.remington-products.com/'><img src='http://www.spectrumbrands.com/logo/logo_remington.gif' border='0'></a>"
item[2]="<a href='http://www.varta-consumer.com//'><img src='http://www.spectrumbrands.com/logo/logo_varta.gif' border='0'></a>"
item[3]="<a href='http://www.cutterinsectrepellent.com/'><img src='http://www.spectrumbrands.com/logo/logo_cutter.gif' border='0'></a>"
item[4]="<a href='http://www.repel.com/'><img src='http://www.spectrumbrands.com/logo/logo_repel.gif' border='0'></a>"
item[5]="<a href='http://www.spectracide.com/'><img src='http://www.spectrumbrands.com/logo/logo_spectracide.gif' border='0'></a>"
item[6]="<a href='http://www.marineland.com/'><img src='http://www.spectrumbrands.com/logo/logo_marineland.gif' border='0'></a>"
item[7]="<a href='http://www.eightinone.com/'><img src='http://www.spectrumbrands.com/logo/logo_8in1.gif' border='0'></a>"
item[8]="<a href='http://www.dingobrands.com/'><img src='http://www.spectrumbrands.com/logo/logo_dingo.gif' border='0'></a>"
item[9]="<a href='http://www.eightinone.com/'><img src='http://www.spectrumbrands.com/logo/logo_naturesmiracle.gif' border='0'></a>"
item[10]="<a href='http://www.hotshotbrand.com/'><img src='http://www.spectrumbrands.com/logo/logo_hotshot.gif' border='0'></a>"
item[11]="<a href='http://www.schultz.com/'><img src='http://www.spectrumbrands.com/logo/logo_schultz.gif' border='0'></a>"
item[12]="<a href='http://www.gardensafe.com/'><img src='http://www.spectrumbrands.com/logo/logo_gardensafe.gif' border='0'></a>"
item[13]="<a href='http://www.tetrafish.com/'><img src='http://www.spectrumbrands.com/logo/logo_tetra.gif' border='0'></a>"


var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==13) current=0
else current++
setTimeout("changeItem()",4000)
}
window.onload=changeItem
//-->
