function getFile(url,id) {
url = url + "?" + Math.random();
new Ajax.Updater(id,url,{method: 'get'});
return false;
}