$(function(){
	$('#blocG h2, #blocG h3').bind('mouseenter', function(){
		$(this).css('background-color','#888686');						 
	});
	$('#blocG h2, #blocG h3').bind('mouseleave', function(){
		$(this).css('background-color','#6e6e6e');					 
	});
});
