Anti-Caching Script variation

Saw this on another site, and figured this was a viable option…


unique=new Date().getTime() //will always be unique
this.loadVariables("http://www.flashguru.co.uk/myscript.php?unique="+unique);

any reason why to use one method over another?