function give_like(Rate,ObjectType,ObjectId,OwnerId) {
	document.getElementById('Like_Rate_'+ObjectType+'_'+ObjectId).style.display='none';
	new_ajax_add('/rate/post/','Rate='+Rate+'&ObjectType='+ObjectType+'&ObjectId='+ObjectId+'&OwnerId='+OwnerId,'Like_List_'+ObjectType+'_'+ObjectId,1,0);
	new_ajax('/rate/score/','Type='+ObjectType+'&Id='+ObjectId+'&OwnerId='+OwnerId,'Like_Score_'+ObjectType+'_'+ObjectId,0);
}
