Only Play SWF on my server

var t=this._url;
var tt="http://azulinteractive.com";
var ttt="http://www.azulinteractive.com";
if (t!=tt||t!=ttt) {
getURL("http://azulinteractive.com/stolen");
}
stop();
/*maybe
else{play()};
*/ 

After many hours of trouble shooting… this is the best a friend and I could come up with…

I’m using a php cms system… so i’d like to keep this in one swf… no external files…

any way i could fix this … so it only works on azulinteractive.com ???

please help