var id=1;
var maxid=9;
loc=new Array(maxid);
loc[1]="http://www.megastep.ru/pechatitut.html";
loc[2]="http://www.megastep.ru/pechatitut.html";
loc[3]="http://www.megastep.ru/pechatitut.html";
loc[4]="http://www.megastep.ru/pechatitut.html";
loc[5]="http://www.megastep.ru/pechatitut.html";
loc[6]="http://www.megastep.ru/pechatitut.html";
loc[7]="http://www.megastep.ru/pechatitut.html";
loc[8]="http://www.megastep.ru/pechatitut.html";
loc[9]="http://www.megastep.ru/pechatitut.html";
imsrc=new Array(maxid);
imsrc[1]="http://www.megastep.ru/img/_ban_dinam_0.gif";
imsrc[2]="http://www.megastep.ru/img/_ban_dinam_1.gif";
imsrc[3]="http://www.megastep.ru/img/_ban_dinam_2.gif";
imsrc[4]="http://www.megastep.ru/img/_ban_dinam_3.gif";
imsrc[5]="http://www.megastep.ru/img/_ban_dinam_4.gif";
imsrc[6]="http://www.megastep.ru/img/_ban_dinam_5.gif";
imsrc[7]="http://www.megastep.ru/img/_ban_dinam_6.gif";
imsrc[8]="http://www.megastep.ru/img/_ban_dinam_7.gif";
imsrc[9]="http://www.megastep.ru/img/_ban_dinam_8.gif";

function got()
{
  window.location.href=loc[id];
}
function nextAd(){
  if(++id>maxid)id=1;
  document.ad.src=imsrc[id];
  window.setTimeout('nextAd();',5000);
}


