function refresh(url)
{
	new Ajax.Updater ('contenu' , url, 
		{
		method : 'get'
		}
	)	
}