Convert from MX to MX2004

Hi

I have a piece of code that works fine using flash player 6 and AS2 but soon I as try to use flash player 7 and AS2 it stops working…can someone tell me which bits I need to change please?

This is my code:

var cgiThing=new loadVars();
cgiThing.onLoad=function(ok){
if(ok){
_root.textBOX.text=unescape(this)
}}
cgiThing.load("<A href="http://www.sportinglife.com/datentime/datentime.cgi")

Thanks