Frame 1
_global.swf_size = "550";
_global.swf_width = "550";
_global.swf_height = "412";
_global.ad_info = "1024";
_global.ad_height = "68";
var lv = new LoadVars();
var failed = function () {
lv.onLoad = function () {
};
lv = null;
_root._userContents._x = (_root._userContents._y = 0);
_global.clearInterval(_root.interval_id);
_root._userContents.play();
_root.createEmptyMovieClip("ad", 2);
_root.ad._y = _global.swf_height;
_root.ad.createTextField("text", 0, 0, 0, _global.swf_width, _global.ad_height);
_root.ad.text.html = true;
_root.ad.text.htmlText = "<a href=\"http://www.cyberfront.co.jp\">powered by <b>CYBERFRONT Corporation</b></a>";
var _local2 = new TextFormat();
_local2.size = _global.ad_height / 2;
_local2.align = "right";
_root.ad.text.setTextFormat(_local2);
};
if (_root.ad == undefined) {
_root._userContents.stop();
System.security.loadPolicyFile("http://ad.astrobrain.jp/crossdomain.xml");
_global.adpos = ((Math.random() < 0.5) ? "t" : "b");
lv.onLoad = function (success) {
if (!success) {
failed();
return(undefined);
}
_global.clearInterval(_root.interval_id);
_root.createEmptyMovieClip("ad", 2);
if (lv.black) {
_root.clear();
var _local3 = _global.swf_height + _global.ad_height;
_root.createTextField("text", 0, 0, 0, _global.swf_width, _local3);
var _local4 = _root.text;
_local4.wordWrap = true;
_local4.multiline = true;
_local4.html = true;
_local4.htmlText = lv.black;
var _local5 = new TextFormat();
_local5.size = 16;
_local4.setTextFormat(_local5);
lv.onLoad = null;
delete lv;
return(undefined);
}
_root.ad.loadMovie(lv.ad_url);
if (_global.adpos == "t") {
_root._userContents._y = _global.ad_height;
_root._userContents._x = 0;
} else {
_root.ad._y = _global.swf_height;
_root._userContents._y = 0;
_root._userContents._x = 0;
}
_root._userContents.play();
};
var _local2 = (((("http://ad.astrobrain.jp/ad.cgi?v=1.0.0&s=" + _global.swf_size) + "&p=") + _global.adpos) + "&a=") + _global.ad_info;
if (_root._url.substr(0, 5) == "http:") {
_local2 = _local2 + ("&url=" + _root._url);
}
_root.interval_id = _global.setInterval(failed, 1000);
lv.load(_local2);
}
Frame 2
stop();
Symbol 52 MovieClip Frame 61
gotoAndPlay ("_page0");