
// <!-- Main 
function banners()
{

//this[1]="http://www.1000km.ru/andorra/index.shtml";
//this[2]="http://www.1000km.ru/temp/images/150andorra.gif";

this[1]="http://www.1000km.ru/tailand/index.shtml";
this[2]="http://www.1000km.ru/temp/images/150tailand.gif";

this[3]="http://www.1000km.ru/czech/index.shtml";
this[4]="http://www.1000km.ru/temp/images/150czech.gif";

//this[3]="http://www.1000km.ru/tailand/index.shtml";
//this[4]="http://www.1000km.ru/temp/images/150tailand.gif";

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 2;
document.write('<a href=' + this[2*j+1] + '><img src=' + this[2*j+2] + ' border=0 width=150 height=80></a>');
return(' ');
} 
// -->


// <!-- Main
banners();
// -->


