function goodmonth(month,year){$.get(HOST_BLOG+"ajax/interesting?isajax=1&month="+month+"&year="+year,{},function(response){$("#spanInteresting").html(response)});}

function nolike(){
	alert('Bạn không có quyền bình chọn!'); 
}
