
// <!-- Main 
function banners()
{

//this[1]="http://www.1000km.ru/ecsotic/tour04.shtml";
//this[2]="http://www.1000km.ru/temp/images/150goa.gif";

this[1]="http://www.1000km.ru/egipet/index.shtml";
this[2]="http://www.1000km.ru/temp/images/150egypt.gif";

this[3]="http://www.podmoskowie.ru/index.php";
this[4]="http://www.1000km.ru/temp/images/150podm.gif";

this[5]="http://www.1000km.ru/greek/index.shtml";
this[6]="http://www.1000km.ru/temp/images/150greek.gif";

this[7]="http://www.1000km.ru/france/index.shtml";
this[8]="http://www.1000km.ru/temp/images/150france.gif";

//this[7]="http://www.1000km.ru/port/index.shtml";
//this[8]="http://www.1000km.ru/temp/images/150portugal.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();
// -->


