var url = this.availabilityURL.toString(); // bust the browser's cache to make sure we are really talking to // the server if(url.indexOf("?") == -1){ url += "?"; }else{ url += "&"; } url += "browserbust=" + new Date().getTime(); return url;