/*=======================*\
| CYBER-CITY | Metropolis |
|     (c) 2008 - 2009     |
+-------------------------+
| http://cyber-city.ru    |
| http://vbsupport.org    |
\*=======================*/

function banners()

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


this[1]="http://sitf.info/";

this[2]="http://sys.sitf.ru/ban/sitfinfo468.gif";



this[3]="http://forumokwm.ru/index.php?act=announce&f=119&id=6/";

this[4]="http://forumokwm.ru/banners/reklama.gif";


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

*/

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 2;	// Цыфра "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="460" height="60" alt="" /></a>');
return(' ');
}
