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

this[1]="http://blagmama.ru/forum/index.php?showtopic=1998";
this[2]="http://blagmama.ru/forum//baner/ikea1.gif";


this[3]="http://blagmama.ru/forum/index.php?showtopic=3711&st=460&p=254608&#entry254608";
this[4]="http://blagmama.ru/forum/baner/BANER_1.gif";

this[5]="http://blagmama.ru/forum/index.php?showtopic=7799";
this[6]="http://blagmama.ru/forum/baner/blood.gif";

this[7]="http://amurdeti.ru";
this[8]="http://blagmama.ru/forum/baner/amurdeti.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(' ');
}
