How to Add Anti-Cache to Cluadio transition code

Still trying to get a working solution to add http://www.kirupa.com/developer/actionscript/tricks/cache.htm to the following code :

about_us_button.onRelease = function() {
if (_root.section != “http://www.mysite.com/01_about_us.swf”) {
_root.section = “http://www.mysite.com/diweb/01_about_us.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};

if there is a way of doing it with the time and date instead that would be even better!

Any help with this or anyother way to implement an anti-cache code to my existing site would be REALLY appriciated!

Thanks