function initi() {
	BannerRound();

}

function DO(id) {
	$('.doc').hide();
	$('#doc' + id).show();

}


function BannerRound() {/*
	var banners= [
		['b1.png','http://psi-design.ru'],
		['b2.png','http://google.ru'],
		['b3.png','http://yandex.ru'],
		['b4.png','http://lu63.ru'],
	];

	var ind = Math.floor(Math.random() * (banners.length));
	
	$('#banner').html('<a href="' + banners[ind][1] + '"><img src="s/banners/' + banners[ind][0] + '" /></a>');

	*/
	
} 
