function ajaxURL(url) {
	new Ajax.Updater('container',url, {
		evalScripts: true
		} 
	);
}
