
            // <!-- Main
            function banners()
            { 
            this[1]="http://soft-bank.narod.ru/"; 
            this[2]="pictures/2soft.gif";  
        
            this[3]="http://irenpage.narod.ru";
            this[4]="pictures/poi.gif";

            this[5]="http://soft-bank.narod.ru/";
            this[6]="pictures/soft.gif"; 

            if ((navigator.appName == "Netscape") && 
            (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); 
}
            var j=(new Date()).getSeconds() % 3;
            document.write('<a href=' + this[2*j+1] + ' target=blank><img src=' 
            + this[2*j+2] + ' border=0 width=468 height=60></a>');
            return(' ');
            }
            // -->
