$(document).ready(function(){
	if($('#content').height()>$('.right-blok').height()){
		$('.right-blok').height($('#content').height());
		$('.right-blok .foot').height($('#content').height()-35);
	} else {
		$('#content').height($('.right-blok').height());
		$('#content .foot').height($('.right-blok').height()-35);
	}
	$('#content table tr:first-child').css({'background':'#efefef'});
	$('#content table.none tr:first-child').css({'background':'none'});
	//$('#content table tr:first-child b').css({'color':'#175a8a'});
	$('#content table.cabinet tr:even ').css({'background':'url(/images/reg.jpg) no-repeat center left'});
	$('#content table.cabinet tr:last ').css({'background':'none'});
	
	$('.right-blok table tr:first-child').css({'background':'#efefef'});
	$('.right-blok table.none tr:first-child').css({'background':'none'});
	//$('.right-blok table tr:first-child b').css({'color':'#175a8a'});
	$('.right-blok table.cabinet tr:even ').css({'background':'url(/images/reg.jpg) no-repeat center left'});
	$('.right-blok table.cabinet tr:last ').css({'background':'none'});
	
	
	$('.anons_list').text(); // lOOOOOOOOOOOOOOOOOOOl
});
