urlreader = function(container, url, other) {
    new Ajax.Updater(container, url, other);
}