Frame 1
stop();
System.security.allowDomain("http://customsouthparks.com");
loadMovieNum ("http://www.customsouthparks.com/sp.swf", 1);
referVar = new LoadVars();
referReturn = new LoadVars();
referReturn.onLoad = function () {
trace("refer_ID sent");
};
referVar.refer_id = "gamegecko";
referVar.sendAndLoad("http://www.customsouthparks.com/track_external_swf.php", referReturn, "GET");
cookieSend = new LoadVars();
cookieReturn = new LoadVars();
cookieReturn.onLoad = function () {
};
if (whichRef == undefined) {
whichRef = "";
}
cookieSend.whichRef = whichRef;
cookieSend.flashDomain = flashDomain;
cookieSend.sendAndLoad("http://www.customsouthparks.com/refCookie.php", cookieReturn, "POST");