Unique Identifier

Can someone please explain how to apply this script to my movie…Kirupa says it makes sure your visitir doesn’t load a cached version of your movie. Where does it go? What is the math method for?

[AS]
myIdentifier=Math.round(Math.random()*10000);
loadMovie(“myAnim.swf?uniq=”+myIdentifier,1);
[AS]