function barfe( id, url, category_id, excludeId, pag )
{
	s = 'category_id='+category_id+'&excludeId='+excludeId+'&pag='+pag;
		//alert(s);
	var myAjax = new Ajax.Updater({success: id}, url, { method: 'post', parameters: s });
}
