mySrc=new Array("images/top_title1.gif","images/top_title2.gif","images/top_title3.gif","images/top_title4.gif");
n=0;
function Gazou2(){
document.myimages.src=mySrc[n];
n++;
//nอๆt@Cฬย
if(n==4){n=0}
//PbอPOOO
setTimeout("Gazou2()",5000);
}
//BODY^Oฬทฎใ๋ษonload="Gazou2()"๐วม
//ๆ\ฆ@อ<img name="myimages" src="images/icons1.gif">

addEvent(window,"load",function(){Gazou2()});