iA=new Array("hex2c","stars","zbest","salvia","quazi","eagle","knife","locker");
timer=0;
function rotator(i){
	if(document.images) document.images["slideshow"].src="rotator/"+iA[i]+".jpg";
	if(i++>=iA.length-1) i=0;
	clearTimeout(timer);
    timer=setTimeout('rotator('+i+')',6000);
	MM_preloadImages('rotator/'+iA[i]+'.jpg');
}