Sì, puoi far così

myV = new LoadVars();
myV.onLoad = function(ok) {
if (ok) {
testonews.html = true
testonews.htmlText = this.varnews;
} else {
testonews.text = "Error 404";
}
};
myV.load('news.txt?a='+random(999999));