function banners_right_bottom()
{
/* Список баннеров (начало) */

this[1]="http://slingovse.ru";
this[2]="http://blagmama.ru/forum/baner/kat1.gif";

this[3]="http://blagmama.ru/forum/index.php?showtopic=9300";
this[4]="http://blagmama.ru/forum/baner/obuv1.gif";

/* Список баннеров (конец) */

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 1;	// Цыфра "2" - количество секций. То есть: 1 + 2 = 1 секция; 1 + 2 + 3 + 4 = 2 секции и так далее...
document.write('<a href="' + this[2*j+1] + '" target="blank"><img src="' + this[2*j+2] + '" border="0" width="234" height="60" alt="" /></a>');
return(' ');
}
