var tot_ban = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % tot_ban;
ad +=1;

document.write("<img src=../img/top_ban_0"+ ad +".gif>");


	
	
	







