Very Confusing Error

This is my first post here. To start off, I want to say thank you to all here for the great help that you have been to me while I was learning flash. Great site.

I am using Flash 8. My site is here: www.thelordclan.net
I use php to generate dynamic data in my flash site.
You can see the first dynamic field on the “News” page, the first one that loads up.

Here is my problem:
About 60% of my users see the correct dynamic data.
About 40% of my users see “undefinded” in the fields.
My roomate and I were using the same version of Flash Player(8.0.22), but he saw “undefined” when I saw the correct data.

Here is another twist:
My php worked when I was using Flash MX.
I would pass from php to flash: “n=0&var1=word&var2=more”
When I switched over to Flash 8, they quit working so well.
When I passed “n=0&var1=word&var2=more”, n would be “undefined”

Here is my actionscript:
Here is the code for the news page:
stop();
divisionData = new LoadVars();
divisionData.onLoad = function() {
memberCounter = divisionData.memberCounter;
peonCounter = divisionData.peonCounter;
};
divisionData.sendAndLoad(_global.urlPath + “process.php?pageAction=5&division=All”, divisionData, “POST”);

Can anyone shed light on my situation? I have been programming for about 7 years, and now Flash 8 has added a new dimension to my headaches - Errors that show up only half the time!

Thanks
[COLOR=SeaGreen]Lord Pickle[/COLOR]