var tmrIDS;
var tmrIDB;
var BanerIdS;
var BanerIdB;
var BanerPath;
var ImgsS;
var HrefsS;
var ImgsB;
var HrefsB;

function SkipImgS()
{
//	alert("Skip Small  " + BanerIdS);
	document.images("BnrSIMG").src = BanerPath + ImgsS[BanerIdS];
	document.all("BnrSURL").href = HrefsS[BanerIdS];
	document.all("BnrSURL").target = HrefsSTarget[BanerIdS];
	
	if (BanerIdS == ImgsS.length - 1)
	{
		BanerIdS = 0;
	}
	else
	{
		BanerIdS++;
	}
	tmrIDB = window.setTimeout("SkipImgB()", 4000);
}

function SkipImgB()
{
//	alert("Skip Big  " + BanerIdB);
	document.images("BnrBIMG").src = BanerPath + ImgsB[BanerIdB];
	document.all("BnrBURL").href = HrefsB[BanerIdB];
	document.all("BnrSURL").target = HrefsBTarget[BanerIdB];
	if (BanerIdB == ImgsB.length - 1)
	{
		BanerIdB = 0;
	}
	else
	{
		BanerIdB++;
	}
	tmrIDS = window.setTimeout("SkipImgS()", 4000);
}

function window_onload()
{
	tmrID = 0;
	BanerIdS = 0;
	BanerIdB = 0;
	BanerPath = "pict/";
//	ImgsS = new Array("Itog.gif");
//	HrefsS = new Array("javascript:gd_foto()");
	HrefsSTarget = new Array("_new", "_self");
	HrefsBTarget = new Array("_parent", "_self");
//	ImgsS = new Array("","stadion22.jpg", "stadion33.jpg", "stadion11.jpg");
//	HrefsS = new Array("","http://www.stadium.ru/", "http://www.stadium.ru/", "http://www.stadium.ru/" );
//	HrefsSTarget = new Array("_self","_blank", "_blank", "_blank" );
//	ImgsB = new Array("sportban3.gif", "topsport-banner.gif");
//	HrefsB = new Array("http://www.sportsbook.ru/", "http://www.topsport.ru/");

//	ImgsB = new Array("banner2-athens2004.jpg", "bannerMIBS2.jpg", "zobo_okr.gif", "banner_bosco.gif",  "bannerKENO.gif", "stadion-banner.gif", "is_468x60_4.gif", "banner1-athens2004.jpg");
//	HrefsB = new Array("http://www.athens-2004.ru/", "http://www.mibs.ru", "http://www.bochka.ru/", "http://www.olympic.ru/ru/bosco.html", "http://www.sportloto.ru/",  "http://www.stadium.ru/", "http://www.infosport.ru/", "http://www.athens-2004.ru/");

//	ImgsB = new Array("banner-sb-468õ60.jpg", "Olympic_Diamond_468x54.jpg", "Panorama_banner.bmp", "sportproject.jpg", "stadion-banner.gif", "banner_torino2006_1.jpg");
//	HrefsB = new Array("http://www.sbrf.ru", "http://www.olympicdiamonds.ru/", "http://www.op-tours.ru", "http://www.sportproject.ru", "http://www.stadium.ru", "http://www.torino-2006.ru");

//	ImgsB = new Array("banner-sb-468õ60.jpg", "Olympic_Diamond_468x54.jpg", "Panorama_banner.bmp", "sportproject.jpg", "stadion-banner.gif", "720X90_a_anim.gif");
//	HrefsB = new Array("http://www.sbrf.ru", "http://www.olympicdiamonds.ru/", "http://www.op-tours.ru", "http://www.sportproject.ru", "http://www.stadium.ru", "http://www.sport-phone.ru/xml/t/default.xml?nic=sms&mid=74&pid=78");

//	ImgsB = new Array("720X90_a_anim.gif");
//	HrefsB = new Array("http://www.sport-phone.ru/xml/t/default.xml?nic=sms&mid=74&pid=78");

//	ImgsB = new Array("banner_olympmarafon2008.jpg", "banner_sportrus.jpg", "banner_komanda2008.jpg");
//	HrefsB = new Array("http://www.pekin-2008.ru", "http://www.infosport.ru/xml/t/textpage.xml?nic=sportrus&pid=111", "http://www.komanda2008.ru");

	ImgsB = new Array("banner_OR_720x90_2.gif");
	HrefsB = new Array("http://www.o-russia.ru");

//	ImgsB = new Array("sp_468x60.gif");
//	HrefsB = new Array("http://www.sportsovet.ru");

//	ImgsB = new Array("is_468x60_4.gif");
//	HrefsB = new Array("http://www.infosport.ru/");

//	ImgsB = new Array("stadion-banner.gif");
//	HrefsB = new Array("http://www.stadium.ru");

//	ImgsB = new Array("banner_sportrus.jpg", "banner_ffr.gif");
//	HrefsB = new Array("http://www.infosport.ru/xml/t/textpage.xml?nic=sportrus&pid=111", "http://www.russkifreestyle.ru");

//	ImgsS = new Array("banner_book_st_1.jpg");
//	ImgsS = new Array("x.gif");
//	HrefsS = new Array("http://www.stadium.ru/books.asp" );

//	ImgsS = new Array("vancouver2010_logo.jpg");
//	HrefsS = new Array("http://vancouver-2010.ru" );

	ImgsS = new Array("sochi_new.gif");
	HrefsS = new Array("http://sochi2014.ru" );

//	ImgsS = new Array("banner_book_st_2.jpg", "banner_book_st_1.jpg");
//	HrefsS = new Array("http://www.infosport.ru/orgsearch/orgAddForm.aspx", "http://www.stadium.ru/books.asp" );

//	ImgsB = new Array("books2.jpg", "books3.jpg", "books1.jpg");
//	HrefsB = new Array("http://www.stadium.ru/books.asp", "http://www.stadium.ru/books.asp", "http://www.stadium.ru/books.asp");
	tmrIDS = window.setTimeout("SkipImgB()", 2000);
}
function window_onunload() 
{
//	window.clearTimeout(tmrID);
}
