(function($){
	$(document).ready(function(){
		$('div.central div.content-block div.catalog tr:even').css('background', '#eff0f2');
		$('div.central div.content-block table.sale-items tr:even td').css('backgroundColor', '#fff9f0');
	  $('li.adv3').html('<a href="/advert3.htm">'+$('li.adv3').html()+'</a>');
		$('li.adv1').html('<a href="/advert1.htm">'+$('li.adv1').html()+'</a>');		
		$('span.opros').html('<a href="/opros.htm">'+$('span.opros').html()+'</a>');
		$('span.adv7').html('<a href="/advert7.htm">'+$('span.adv7').html()+'</a>');		
		$('span.exib').html('<a href="/exhibitions.htm">'+$('span.exib').html()+'</a>');
	});
})(jQuery);
