function comment_part(location){
	new Ajax.Updater({success:'comments_list'}, location, {method: 'get'});
}
