function getFile(url,id){jQuery.ajaxSetup({cache:false});jQuery('#'+id).load(url);}
