
// <!-- Main 
function banners()
{

this[1]="http://www.corpotour.ru/";
this[2]="/b/corpotour01.gif";


if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 1;
document.write('<a href=' + this[2*j+1] + '><img src=' + this[2*j+2] + ' border=0 alt="Новый год 2012 в Подмосковье" width=468 height=60></a>');
return(' ');
} 
// -->


// <!-- Main
banners();
// -->


