function getData(container, url, method)
{
	new Ajax.Updater(container, url, { method: method });	
}
