
// <!-- Main 
function banners()
{


this[1]="http://www.1000km.ru/turkey/index.shtml";
this[2]="http://www.1000km.ru/temp/images/150turkey.gif";

this[1]="http://www.1000km.ru/italy/tour.php";
this[2]="http://www.1000km.ru/temp/images/150italy.gif";

//this[1]="http://www.1000km.ru/maldiv/index.shtml";
//this[2]="http://www.1000km.ru/temp/images/150maldiv.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();
// -->


