//ping the url & parse the result
//ignore errors
//if verify update
try {
u.p("checking for updates at: " + Settings.UPDATE_URL);
new XMLRequest()
.setURL(Settings.UPDATE_URL)
.setMethod(XMLRequest.METHOD.GET)
.onComplete(new Callback<Doc>(){
public void call(Doc doc) throws Exception {
if(doc != null) {