(function($){

	$(document).ready(function(){
			$('#agrokom').hover(function(){
				$(this).attr('src','/imgs/rus/agrokom_c.jpg')
			}, function(){
				$(this).attr('src','/imgs/rus/agrokom.jpg')
			})
			$('#tavr').hover(function(){
				$(this).attr('src','/imgs/rus/tavr_c.jpg')
			}, function(){
				$(this).attr('src','/imgs/rus/tavr.jpg')
			})
			$('#savidi').hover(function(){
				$(this).attr('src','/imgs/rus/logo_c.jpg')
			}, function(){
				$(this).attr('src','/imgs/rus/logo.jpg')
			})
	})

})(jQuery)
