$(document).ready(function() {
//	$('a.info').hover(function() {
//		$(this).addClass('hover'); }, function() {
//	$(this).removeClass('hover'); 
	})
});