function change_information_suppporter() {
	document.getElementById('information_supporters_link').href = 'http://vendor.bmstu.ru/';
	document.getElementById('information_supporters_logo').src = 'persons/images/logo/multivendor.jpg';
	action_timer2 = setTimeout(function () {
		change_information_suppporter1();
	}, 4000);
}
function change_information_suppporter1() {
	document.getElementById('information_supporters_link').href = 'http://www.informika.ru/';
	document.getElementById('information_supporters_logo').src = 'persons/images/logo/informika.jpg';
	action_timer2 = setTimeout(function () {
		change_information_suppporter2();
	}, 4000);
}
function change_information_suppporter2() {
	document.getElementById('information_supporters_link').href = 'http://www.lanit-tercom.com/';
	document.getElementById('information_supporters_logo').src = 'persons/images/logo/LTant.jpg';
	action_timer2 = setTimeout(function () {
		change_information_suppporter();
	}, 4000);
}
function change_information_sponsor() {
	document.getElementById('information_sponsors_link').href = 'http://www.it-event.ru';
	document.getElementById('information_sponsors_logo').src = 'persons/images/logo/itevent.jpg';
	action_timer1 = setTimeout(function () {
		change_information_sponsor1();
	}, 4000);
}
function change_information_sponsor1() {
	document.getElementById('information_sponsors_link').href = 'http://www.poisknews.ru';
	document.getElementById('information_sponsors_logo').src = 'persons/images/logo/poisk.jpg';
	action_timer1 = setTimeout(function () {
		change_information_sponsor2();
	}, 4000);
}
function change_information_sponsor2() {
	document.getElementById('information_sponsors_link').href = 'http://www.marketds.ru/?sect=journal&id=informatics';
	document.getElementById('information_sponsors_logo').src = 'persons/images/logo/informatika.jpg';
	action_timer1 = setTimeout(function () {
		change_information_sponsor();
	}, 4000);
}
function change_sponsor() {
	document.getElementById('sponsors_link').href = 'http://www.1c.ru';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/1c.jpg';
	action_timer = setTimeout(function () {
		change_sponsor1();
	}, 4000);
}
function change_sponsor1() {
	document.getElementById('sponsors_link').href = 'http://www.it-academy.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/softline.jpg';
	action_timer = setTimeout(function () {
		change_sponsor2();
	}, 4000);
}
function change_sponsor2() {
	document.getElementById('sponsors_link').href = 'http://www.pirit.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/pirit.jpg';
	action_timer = setTimeout(function () {
		change_sponsor3();
	}, 4000);
}
function change_sponsor3() {
	document.getElementById('sponsors_link').href = 'http://www.microsoft.com/rus/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/microsoft.jpg';
	action_timer = setTimeout(function () {
		change_sponsor4();
	}, 4000);
}
function change_sponsor4() {
	document.getElementById('sponsors_link').href = 'http://www.intel.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/intel.jpg';
	action_timer = setTimeout(function () {
		change_sponsor5();
	}, 4000);
}
function change_sponsor5() {
	document.getElementById('sponsors_link').href = 'http://www.oracle.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/oracle.jpg';
	action_timer = setTimeout(function () {
		change_sponsor6();
	}, 4000);
}
function change_sponsor6() {
	document.getElementById('sponsors_link').href = 'http://russia.emc.com/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/EMC2.jpg';
	action_timer = setTimeout(function () {
		change_sponsor7();
	}, 4000);
}
function change_sponsor7() {
	document.getElementById('sponsors_link').href = 'http://www.ibm.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/IBM.jpg';
	action_timer = setTimeout(function () {
		change_sponsor8();
	}, 4000);
}
function change_sponsor8() {
	document.getElementById('sponsors_link').href = 'http://www.kaspersky.ru/';
	document.getElementById('sponsors_logo').src = 'persons/images/logo/kaspersky.jpg';
	action_timer = setTimeout(function () {
		change_sponsor();
	}, 4000);
}
var action_timer = setTimeout(function () {
	change_sponsor();
}, 4000);
var action_timer1 = setTimeout(function () {
	change_information_sponsor();
}, 4000);
var action_timer2 = setTimeout(function () {
	change_information_suppporter();
}, 4000);

