			<!-- Begin
			var how_many_ads =4;
			var now = new Date()
			var sec = now.getSeconds()
			var ad = sec % how_many_ads;
			ad+=1;

			if(ad==1){
			title=""
			txt="";
			alt="IS";
			banner="/is/images/001.jpg";
			width="245";
			height="194";
}
			if(ad==2){
			title=""	
			txt="";
			alt="IS";
			banner="/is/images/002.jpg";
			width="245";
			height="194";
}
			if(ad==3){
			title=""	
			txt="";
			alt="IS";
			banner="/is/images/003.jpg";
			width="245";
			height="194";
}
			if(ad==4){
			title=""	
			txt="";
			alt="IS";
			banner="/is/images/004.jpg";
			width="245";
			height="194";
}
			
			//document.write('<center>');
			document.write('<h3>' + title + '<\/h3><br>');
			document.write('<img src=\"' + banner + '\" ')
			//document.write(' width='+ width + ' height=' + height + ' ');
			document.write('alt=\"' + alt + '\" border=0><br>');
			document.write('<p class="caption">' + txt + '<\/p>');