function goodmonth(month,year){$.get(HOST_BLOG+"ajax/interesting?isajax=1&month="+month+"&year="+year,{},function(response){$("#spanInteresting").html(response)});}