LoadVariablesNum doesn't work within MC

Hello everybody… [maybe this shoud be moved to Server Side part of a forum]

I’m trying to make some sort of a GuestBook. I’m using one from flashkit. It’s working ok but I need to put the hole thing inside of a movie clip. That’s where my problems come out. It’s just refusing to load my GuestBook.php.
Here’s the code for loading variables:
NumLow = 0;
NumHigh = 10;
loadVariablesNum (“GuestBook.php?NumLow=”+NumLow+"&NumHigh="+NumHigh+"&R="+random(999), 0);
stop();

I was trying to give a mc instance name and do it like _root.mc.loadVar… but no luck… thanx for any help…