var nowdate=new Date();
var todayis=nowdate.getFullYear()+nowdate.getMonth()+nowdate.getDate();
var ban=Math.floor(Math.random( ) * (4));
var ban_temp=ban;
var next_ban;
var bl;
function updateBanLink(){
	switch(ban_temp){
		case 0: bl="location.href='/news/id.15208/'";break;
		case 1: bl="location.href='http://www.nskavtodor.ru/'";break;
		case 2: bl="location.href='http://www.avicenna-nsk.ru/'";break;
		case 3: bl="location.href='/news/id.18122/'";break;
		default: bl="";
	}
}
function updateBan(){
	while (ban==ban_temp) {ban_temp=Math.floor(Math.random( ) * (4));}
	updateBanLink();
	next_ban="/i/public/banner_"+ban_temp+".gif?"+todayis;
	$.preloadImages(next_ban);
	ban=ban_temp;
	$('#banner_bottom').fadeOut('def',function(){
							$('#banner_bottom').attr('src',next_ban);
							$('#banner_bottom').fadeIn('def');
							$('#banner_bottom').attr('onClick',bl);
							if(bl!="")$('#banner_bottom').attr('style','cursor:pointer');
							else $('#banner_bottom').attr('style','');
							});
	setTimeout('updateBan();', 12000);
}


var ra=Math.floor(Math.random( ) * (5));
var rn=ra;
var next_pic;
var rl;
function updateLink(){
	switch(rn){
		case 0: rl="location.href='/news/id.17154'";break;
		case 4: rl="location.href='/news/id.18122/'";break;
		case 3: rl="location.href='http://bilet.fc-sibir.ru/'";break;
		case 2: rl="location.href='/fan/supermarket/ticket/'";break;
		case 1: rl="location.href='/news/id.16475'";break;
		default: rl="";
	}
}
function updateImage(){
    while (ra==rn) {
		rn=Math.floor(Math.random( ) * (5));
	}
	updateLink();
	next_pic="/i/public/s103_center_"+rn+".jpg?"+todayis;
	ra=rn;
	$.preloadImages(next_pic);
    $('#center_image').fadeOut('def',function(){
							$('#center_image').attr('src',next_pic);
							$('#center_image').fadeIn('def');
							$('#center_image').attr('onClick',rl);
							if(rl!="")$('#center_image').attr('style','cursor:pointer');
							else $('#center_image').attr('style','');
							});
    setTimeout('updateImage();', 10000);
}
$(document).ready(function(){
	updateLink();
	updateBanLink();
							$('#center_image').attr('onClick',rl);
							if(rl!="")$('#center_image').attr('style','cursor:pointer');
							else $('#center_image').attr('style','');

							$('#banner_bottom').attr('onClick',bl);
							if(bl!="")$('#banner_bottom').attr('style','cursor:pointer');
							else $('#banner_bottom').attr('style','');
	var centget="/i/public/s103_center_"+rn+".jpg?"+todayis;
	var botget="/i/public/banner_"+ban_temp+".gif?"+todayis;
	$('#center_image').attr('src',centget);setTimeout('updateImage();', 10000);
	$('#banner_bottom').attr('src',botget);setTimeout('updateBan();', 6000);
});


// JavaScript Document