function rating_plus(type, obj, user) {
	ajaxm.post('/rating.php', {type:type,obj:obj,user:user,p_m:'1'});
}
function rating_minus(type, obj, user) {
	ajaxm.post('/rating.php', {type:type,obj:obj,user:user,p_m:'0'});
}
