Frame 1
vlm = 1;
oto = new Sound(_root);
oto.setVolume(50);
ndl = "\uFF8F\uFF70\uFF81";
stop();
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (enterFrame) {
Total = _root.getBytesTotal();
Load = _root.getBytesLoaded();
Percent = Math.round((Load / Total) * 100);
if (Load >= Total) {
_root.play();
} else {
this.t = Percent;
}
}
Frame 2
x = new Array(300);
y = new Array(300);
f = new Array(300);
d = new Array(300);
n = new Array(60);
_root.x[0] = -200;
_root.y[0] = -200;
Frame 3
stop();
var stg = 1;
var cn = 20;
var mn = 2;
var bg = 1;
var bg2 = 1;
var ht = 0.022;
var mxf = 4;
var mxc = 3;
var tlv = 0.08;
var scr = 0;
var stlv = 27;
ck = new Array(0, 0, 0, 0, 0, 0, 0, 0);
cc = new Array(0, 0, 0, 0, 0, 0, 0, 0);
bm = new Array(1, 1, 1, 2, 3, 3, 2, 3, 3, 1, 3);
_root.vlal.gotoAndStop(_root.vlm);
Instance of Symbol 587 MovieClip "hiscore_hc" in Frame 3
//component parameters
onClipEvent (construct) {
gameID = "friends_march";
httpObjDepth = 1000000 /* 0x0F4240 */;
}
Frame 7
_root.vlal.gotoAndStop(_root.vlm);
stop();
Instance of Symbol 674 MovieClip "al" in Frame 7
onClipEvent (load) {
}
Instance of Symbol 991 MovieClip "sb" in Frame 7
onClipEvent (load) {
}
Instance of Symbol 587 MovieClip "hiscore_hc" in Frame 7
//component parameters
onClipEvent (construct) {
gameID = "friends_march";
httpObjDepth = 1000000 /* 0x0F4240 */;
}
Frame 8
gotoAndPlay ("gst");
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 15
_parent.play();
Symbol 14 Button
on (release) {
stopAllSounds();
_root.snd.gotoAndPlay("s01");
gotoAndPlay ("gst");
}
Symbol 19 Button
on (press) {
_root.snd.gotoAndPlay("s01");
_root.hiscore_hc.connectSWHiscore("view", 1);
}
Symbol 24 Button
on (press) {
_root.snd.gotoAndPlay("s01");
gotoAndStop ("hlp");
}
Symbol 29 Button
on (release) {
switch (_root.vlm) {
case 1 :
oto.setVolume(30);
break;
case 2 :
oto.setVolume(8);
break;
case 3 :
oto.setVolume(0);
break;
case 4 :
oto.setVolume(50);
}
_root.vlm++;
if (_root.vlm > 4) {
_root.vlm = 1;
}
_root.vlal.gotoAndStop(_root.vlm);
}
Symbol 38 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 25
_parent._parent._parent.wrp(_parent._parent._parent["m" + _parent._parent.i]);
play();
Symbol 108 MovieClip Frame 26
prevFrame();
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 37
gotoAndPlay (26);
Symbol 129 MovieClip Frame 38
play();
Symbol 129 MovieClip Frame 45
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 26
if (_parent.fl == 1) {
gotoAndPlay (2);
}
Symbol 185 MovieClip Frame 11
stop();
Symbol 195 MovieClip Frame 11
stop();
Symbol 196 MovieClip Frame 15
stop();
Symbol 208 MovieClip Frame 37
gotoAndPlay (26);
Symbol 211 MovieClip Frame 7
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 263 Button
on (rollOver) {
_parent.slct(u);
}
on (rollOut) {
_parent.slot(u);
}
on (press) {
_parent.wari(u);
}
Symbol 267 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 11
stop();
Symbol 324 MovieClip Frame 37
gotoAndPlay (26);
Symbol 376 MovieClip Frame 11
stop();
Symbol 381 MovieClip Frame 37
gotoAndPlay (26);
Symbol 433 MovieClip Frame 11
stop();
Symbol 438 MovieClip Frame 37
gotoAndPlay (26);
Symbol 490 MovieClip Frame 11
stop();
Symbol 495 MovieClip Frame 37
gotoAndPlay (26);
Symbol 547 MovieClip Frame 8
stop();
Symbol 552 MovieClip Frame 37
gotoAndPlay (26);
Symbol 554 MovieClip Frame 1
stop();
Instance of Symbol 261 MovieClip "sc" in Symbol 554 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent._parent.cmb);
}
Symbol 557 MovieClip Frame 1
function clchg(r) {
switch (r) {
case 1 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 30;
colList.rb = 80;
colList.gb = 0;
colList.bb = 0;
break;
case 2 :
colList.ra = 100;
colList.ga = 100;
colList.ba = 20;
colList.rb = 120;
colList.gb = 25;
colList.bb = 0;
break;
case 3 :
colList.ra = 0;
colList.ga = 100;
colList.ba = 100;
colList.rb = 0;
colList.gb = 0;
colList.bb = 175;
break;
case 4 :
colList.ra = 100;
colList.ga = 100;
colList.ba = 0;
colList.rb = 30;
colList.gb = 70;
colList.bb = 0;
break;
case 5 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 100;
colList.rb = 45;
colList.gb = 0;
colList.bb = 60;
}
}
function d(i) {
rx = i.tx - i._x;
ry = i.ty - i._y;
var _local4 = Math.atan2(ry, rx);
var _local3 = _local4 - i.rt;
if (Math.abs(_local3) > 3) {
if (_local3 < 0) {
_local3 = _local3 + 6;
} else {
_local3 = _local3 - 6;
}
}
if (i == m200) {
var _local5 = ((3 - Math.abs(_local3)) / 3) * 7;
} else {
var _local5 = i.s;
}
if (cm2.c == 0) {
i._x = i._x + Math.round(Math.cos(i.rt) * _local5);
}
i.rt = i.rt + (_local3 / i.fw);
if (i.st == 0) {
i.rt = _local4;
u.st = 1;
}
if (Math.abs(i.rt) > 3) {
if (i.rt < 0) {
i.rt = i.rt + 6;
} else {
i.rt = i.rt - 6;
}
}
var _local2 = Math.round(i.rt / 0.75) + 5;
if (_local2 > 8) {
_local2 = 1;
}
i.fi = _local2;
if (i._x > 380) {
i._x = i._x - 403;
}
_local2 = (i.fi * 3) + n;
i.o.gotoAndStop(_local2);
i.c.gotoAndStop(_local2);
i.swapDepths((i._y * 100) + i.i);
}
x = -1;
y = -1;
sd = 1;
cfr = 0;
mk = 12;
i = 0;
while (i <= mk) {
theName = "m" + i;
duplicateMovieClip (m, theName, i + 1000);
u = this[theName];
u.i = i;
u.ch = Math.floor(Math.random() * 5) + 1;
u.gotoAndStop(u.ch);
u.cl = Math.floor(Math.random() * 4) + 1;
colList = new Object();
colList.aa = 100;
clchg(u.cl);
colObj = new Color(u.c);
colObj.setTransform(colList);
u.s = 5;
u.fw = Math.floor((Math.random() * 10) + 2);
u.pw = 30 + Math.floor(Math.random() * 70);
u.mp = 30 + Math.floor(Math.random() * 70);
u.hp = u.mp;
u.nm = na[Math.floor(Math.random() * na.length)] + nb[Math.floor(Math.random() * nb.length)];
u.k = 0;
u.fx = 0;
u.fy = 0;
u.l = -1;
u["\uFF54"] = 0;
u.fi = 0;
u._x = (i * 31) - 403;
u._y = 278;
u.tx = 2000;
u.ty = u._y;
u.o.gotoAndStop(20);
u.c.gotoAndStop(20);
u.rt = 0;
u.st = 1;
i++;
}
tdp = 1;
r = (Math.PI/180);
h1 = 36;
h2 = 43;
_root.gk = 0;
f = new Array(55);
i = 0;
while (i <= 50) {
f[i] = new Array(55);
i++;
}
x = 0;
while (x <= 55) {
y = 0;
while (y <= 40) {
f[x][y] = 0;
y++;
}
x++;
}
_quality = "LOW";
stop();
Instance of Symbol 554 MovieClip "m" in Symbol 557 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_parent.d(this);
}
Instance of Symbol 556 MovieClip "cm2" in Symbol 557 MovieClip Frame 1
onClipEvent (load) {
_parent.n = 0;
_parent.ni = -1;
c = 0;
}
onClipEvent (enterFrame) {
_parent.x = _parent.v._x;
_parent.y = _parent.v._y;
c++;
if (c > 2) {
c = 0;
with (_parent) {
n = n + ni;
if (n == 0) {
ni = -1;
}
if (n == -2) {
ni = 1;
}
}
}
}
Symbol 583 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 3
stop();
Symbol 583 MovieClip Frame 5
stop();
Symbol 583 MovieClip Frame 7
stop();
Symbol 583 MovieClip Frame 9
stop();
Symbol 583 MovieClip Frame 11
stop();
Symbol 583 MovieClip Frame 13
stop();
Symbol 583 MovieClip Frame 15
stop();
Symbol 583 MovieClip Frame 17
stop();
Symbol 583 MovieClip Frame 19
stop();
Symbol 583 MovieClip Frame 21
stop();
Symbol 583 MovieClip Frame 23
stop();
Symbol 583 MovieClip Frame 25
stop();
Symbol 583 MovieClip Frame 27
stop();
Symbol 583 MovieClip Frame 29
stop();
Symbol 583 MovieClip Frame 31
stop();
Symbol 583 MovieClip Frame 33
stop();
Symbol 583 MovieClip Frame 35
stop();
Symbol 583 MovieClip Frame 37
stop();
Symbol 583 MovieClip Frame 39
stop();
Symbol 583 MovieClip Frame 41
stop();
Symbol 587 MovieClip Frame 1
function connectSWHiscore(functionType, hiscoreID, scoreNum) {
this.createEmptyMovieClip("httpObj", this.httpObjDepth);
switch (functionType) {
case "view" :
this.httpObj.gameid = this.gameID;
this.httpObj.hiscoreid = hiscoreID;
this.httpObj.getURL(this.viewHURL, "_blank", "POST");
break;
case "submit" :
this.recieve_lv = new LoadVars();
this.recieve_lv.hiscoreConnector = this;
this.recieve_lv.onLoad = function (isSuccess) {
if (isSuccess) {
this.hiscoreConnector.httpObj.tempID = this.tempID;
this.hiscoreConnector.httpObj.getURL(this.hiscoreConnector.submitGetHURL, "_blank", "GET");
}
};
this.submit_lv = new LoadVars();
this.submit_lv.score = scoreNum;
this.submit_lv.gameid = this.gameID;
this.submit_lv.hiscoreid = hiscoreID;
this.submit_lv.sendAndLoad(this.submitPostHURL, this.recieve_lv, "POST");
}
}
this.swc_mc._visible = false;
this.viewHURL = "http://hiscore.shockwave.co.jp/rank/member/control/listscore.php";
this.submitPostHURL = "http://hiscore.shockwave.co.jp/rank/member/control/maketemp.php";
this.submitGetHURL = "http://hiscore.shockwave.co.jp/rank/member/control/logintemp.php";
Symbol 587 MovieClip Frame 2
this.stop();
Symbol 595 Button
on (release) {
stopAllSounds();
_root.snd.gotoAndPlay("s01");
_root.gotoAndStop("titl");
}
Symbol 600 Button
on (release) {
_root.snd.gotoAndPlay("s01");
_root.gotoAndStop("hlp2");
}
Symbol 607 Button
on (release) {
_root.snd.gotoAndPlay("s01");
_root.gotoAndStop("hlp");
}
Symbol 613 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 14
stop();
Symbol 652 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 2
_root.al.cm.scs(11, 2, _root.al.cm.rcm);
Symbol 652 MovieClip Frame 20
gotoAndStop (1);
Symbol 663 MovieClip Frame 1
function dinp() {
i = 1;
while (i < 300) {
_root.x[i] = _root.x[i] + 11;
_root.y[i] = _root.y[i] + 0;
_root.d[i] = (_root.y[i] * 100) + i;
i++;
}
}
stop();
_root.tx = 265;
_root.ty = 125;
_root.tx2 = 302;
_root.ty2 = 150;
_root.x[1] = -32.3;
_root.y[1] = 304.5;
_root.f[1] = 7;
_root.x[2] = -27.1;
_root.y[2] = 304.5;
_root.f[2] = 5;
_root.x[3] = -21.9;
_root.y[3] = 304.5;
_root.f[3] = 5;
_root.x[4] = -16.7;
_root.y[4] = 304.5;
_root.f[4] = 5;
_root.x[5] = -11.5;
_root.y[5] = 304.5;
_root.f[5] = 5;
_root.x[6] = -6.3;
_root.y[6] = 304.5;
_root.f[6] = 5;
_root.x[7] = -1.1;
_root.y[7] = 304.5;
_root.f[7] = 5;
_root.x[8] = 4.05;
_root.y[8] = 304.5;
_root.f[8] = 5;
_root.x[9] = 9.3;
_root.y[9] = 304.5;
_root.f[9] = 5;
_root.x[10] = 14.5;
_root.y[10] = 304.5;
_root.f[10] = 5;
_root.x[11] = 19.65;
_root.y[11] = 304.5;
_root.f[11] = 5;
_root.x[12] = 24.85;
_root.y[12] = 304.5;
_root.f[12] = 5;
_root.x[13] = 30.05;
_root.y[13] = 304.5;
_root.f[13] = 5;
_root.x[14] = 35.25;
_root.y[14] = 304.5;
_root.f[14] = 5;
_root.x[15] = 40.45;
_root.y[15] = 304.5;
_root.f[15] = 5;
_root.x[16] = 45.65;
_root.y[16] = 304.5;
_root.f[16] = 5;
_root.x[17] = 50.85;
_root.y[17] = 304.5;
_root.f[17] = 5;
_root.x[18] = 56.05;
_root.y[18] = 304.5;
_root.f[18] = 5;
_root.x[19] = 61.25;
_root.y[19] = 304.5;
_root.f[19] = 5;
_root.x[20] = 66.45;
_root.y[20] = 304.5;
_root.f[20] = 5;
_root.x[21] = 71.65;
_root.y[21] = 304.5;
_root.f[21] = 5;
_root.x[22] = 76.85;
_root.y[22] = 304.5;
_root.f[22] = 5;
_root.x[23] = 82.05;
_root.y[23] = 304.5;
_root.f[23] = 5;
_root.x[24] = 87.25;
_root.y[24] = 304.5;
_root.f[24] = 5;
_root.x[25] = 92.45;
_root.y[25] = 304.5;
_root.f[25] = 5;
_root.x[26] = 97.65;
_root.y[26] = 304.5;
_root.f[26] = 5;
_root.x[27] = 102.85;
_root.y[27] = 304.5;
_root.f[27] = 5;
_root.x[28] = 108;
_root.y[28] = 304.5;
_root.f[28] = 5;
_root.x[29] = 113.2;
_root.y[29] = 304.5;
_root.f[29] = 5;
_root.x[30] = 118.45;
_root.y[30] = 304.5;
_root.f[30] = 5;
_root.x[31] = 123.65;
_root.y[31] = 304.5;
_root.f[31] = 5;
_root.x[32] = 128.8;
_root.y[32] = 304.5;
_root.f[32] = 5;
_root.x[33] = 134;
_root.y[33] = 304.5;
_root.f[33] = 5;
_root.x[34] = 139.2;
_root.y[34] = 304.5;
_root.f[34] = 5;
_root.x[35] = 144.4;
_root.y[35] = 304.5;
_root.f[35] = 5;
_root.x[36] = 149.6;
_root.y[36] = 304.5;
_root.f[36] = 5;
_root.x[37] = 154.8;
_root.y[37] = 304.5;
_root.f[37] = 5;
_root.x[38] = 160;
_root.y[38] = 304.5;
_root.f[38] = 5;
_root.x[39] = 165.2;
_root.y[39] = 304.5;
_root.f[39] = 5;
_root.x[40] = 170.4;
_root.y[40] = 304.5;
_root.f[40] = 5;
_root.x[41] = 175.6;
_root.y[41] = 304.5;
_root.f[41] = 5;
_root.x[42] = 180.8;
_root.y[42] = 304.5;
_root.f[42] = 5;
_root.x[43] = 186;
_root.y[43] = 304.5;
_root.f[43] = 5;
_root.x[44] = 191.2;
_root.y[44] = 304.5;
_root.f[44] = 5;
_root.x[45] = 196.4;
_root.y[45] = 304.5;
_root.f[45] = 5;
_root.x[46] = 201.55;
_root.y[46] = 304.5;
_root.f[46] = 5;
_root.x[47] = 206.8;
_root.y[47] = 304.5;
_root.f[47] = 5;
_root.x[48] = 212;
_root.y[48] = 304.5;
_root.f[48] = 5;
_root.x[49] = 217.15;
_root.y[49] = 304.5;
_root.f[49] = 5;
_root.x[50] = 222.35;
_root.y[50] = 304.5;
_root.f[50] = 5;
_root.x[51] = 227.55;
_root.y[51] = 304.5;
_root.f[51] = 5;
_root.x[52] = 232.75;
_root.y[52] = 304.5;
_root.f[52] = 5;
_root.x[53] = 237.95;
_root.y[53] = 304.5;
_root.f[53] = 5;
_root.x[54] = 243.15;
_root.y[54] = 304.5;
_root.f[54] = 5;
_root.x[55] = 248.35;
_root.y[55] = 304.5;
_root.f[55] = 5;
_root.x[56] = 253.55;
_root.y[56] = 304.5;
_root.f[56] = 5;
_root.x[57] = 258.75;
_root.y[57] = 304.5;
_root.f[57] = 5;
_root.x[58] = 263.95;
_root.y[58] = 304.5;
_root.f[58] = 5;
_root.x[59] = 269.15;
_root.y[59] = 304.5;
_root.f[59] = 5;
_root.x[60] = 274.35;
_root.y[60] = 304.5;
_root.f[60] = 5;
_root.x[61] = 279.55;
_root.y[61] = 304.5;
_root.f[61] = 5;
_root.x[62] = 284.75;
_root.y[62] = 304.5;
_root.f[62] = 5;
_root.x[63] = 289.95;
_root.y[63] = 304.5;
_root.f[63] = 5;
_root.x[64] = 295.15;
_root.y[64] = 304.5;
_root.f[64] = 5;
_root.x[65] = 300.35;
_root.y[65] = 304.5;
_root.f[65] = 5;
_root.x[66] = 305.5;
_root.y[66] = 304.5;
_root.f[66] = 5;
_root.x[67] = 310.7;
_root.y[67] = 304.5;
_root.f[67] = 5;
_root.x[68] = 315.95;
_root.y[68] = 304.5;
_root.f[68] = 5;
_root.x[69] = 321.1;
_root.y[69] = 304.4;
_root.f[69] = 5;
_root.x[70] = 326.05;
_root.y[70] = 303;
_root.f[70] = 5;
_root.x[71] = 330.25;
_root.y[71] = 299.95;
_root.f[71] = 4;
_root.x[72] = 333.15;
_root.y[72] = 295.7;
_root.f[72] = 4;
_root.x[73] = 334.45;
_root.y[73] = 290.65;
_root.f[73] = 3;
_root.x[74] = 334.5;
_root.y[74] = 285.45;
_root.f[74] = 3;
_root.x[75] = 334.5;
_root.y[75] = 280.25;
_root.f[75] = 3;
_root.x[76] = 334.5;
_root.y[76] = 275.05;
_root.f[76] = 3;
_root.x[77] = 334.5;
_root.y[77] = 269.85;
_root.f[77] = 3;
_root.x[78] = 334.45;
_root.y[78] = 264.7;
_root.f[78] = 3;
_root.x[79] = 333.3;
_root.y[79] = 259.65;
_root.f[79] = 3;
_root.x[80] = 330.5;
_root.y[80] = 255.3;
_root.f[80] = 2;
_root.x[81] = 326.4;
_root.y[81] = 252.15;
_root.f[81] = 2;
_root.x[82] = 321.45;
_root.y[82] = 250.65;
_root.f[82] = 1;
_root.x[83] = 316.25;
_root.y[83] = 250.5;
_root.f[83] = 1;
_root.x[84] = 311.05;
_root.y[84] = 250.5;
_root.f[84] = 1;
_root.x[85] = 305.85;
_root.y[85] = 250.5;
_root.f[85] = 1;
_root.x[86] = 300.65;
_root.y[86] = 250.5;
_root.f[86] = 1;
_root.x[87] = 295.45;
_root.y[87] = 250.5;
_root.f[87] = 1;
_root.x[88] = 290.25;
_root.y[88] = 250.5;
_root.f[88] = 1;
_root.x[89] = 285.05;
_root.y[89] = 250.5;
_root.f[89] = 1;
_root.x[90] = 279.85;
_root.y[90] = 250.5;
_root.f[90] = 1;
_root.x[91] = 274.65;
_root.y[91] = 250.5;
_root.f[91] = 1;
_root.x[92] = 269.45;
_root.y[92] = 250.5;
_root.f[92] = 1;
_root.x[93] = 264.25;
_root.y[93] = 250.5;
_root.f[93] = 1;
_root.x[94] = 259.05;
_root.y[94] = 250.5;
_root.f[94] = 1;
_root.x[95] = 253.9;
_root.y[95] = 250.5;
_root.f[95] = 1;
_root.x[96] = 248.65;
_root.y[96] = 250.5;
_root.f[96] = 1;
_root.x[97] = 243.45;
_root.y[97] = 250.5;
_root.f[97] = 1;
_root.x[98] = 238.25;
_root.y[98] = 250.5;
_root.f[98] = 1;
_root.x[99] = 233.1;
_root.y[99] = 250.5;
_root.f[99] = 1;
_root.x[100] = 227.9;
_root.y[100] = 250.5;
_root.f[100] = 1;
_root.x[101] = 222.65;
_root.y[101] = 250.5;
_root.f[101] = 1;
_root.x[102] = 217.5;
_root.y[102] = 250.5;
_root.f[102] = 1;
_root.x[103] = 212.3;
_root.y[103] = 250.5;
_root.f[103] = 1;
_root.x[104] = 207.1;
_root.y[104] = 250.5;
_root.f[104] = 1;
_root.x[105] = 201.9;
_root.y[105] = 250.5;
_root.f[105] = 1;
_root.x[106] = 196.7;
_root.y[106] = 250.5;
_root.f[106] = 1;
_root.x[107] = 191.5;
_root.y[107] = 250.5;
_root.f[107] = 1;
_root.x[108] = 186.3;
_root.y[108] = 250.5;
_root.f[108] = 1;
_root.x[109] = 181.1;
_root.y[109] = 250.5;
_root.f[109] = 1;
_root.x[110] = 175.9;
_root.y[110] = 250.5;
_root.f[110] = 1;
_root.x[111] = 170.7;
_root.y[111] = 250.5;
_root.f[111] = 1;
_root.x[112] = 165.5;
_root.y[112] = 250.5;
_root.f[112] = 1;
_root.x[113] = 160.3;
_root.y[113] = 250.5;
_root.f[113] = 1;
_root.x[114] = 155.1;
_root.y[114] = 250.5;
_root.f[114] = 1;
_root.x[115] = 149.9;
_root.y[115] = 250.5;
_root.f[115] = 1;
_root.x[116] = 144.75;
_root.y[116] = 250.5;
_root.f[116] = 1;
_root.x[117] = 139.5;
_root.y[117] = 250.5;
_root.f[117] = 1;
_root.x[118] = 134.3;
_root.y[118] = 250.5;
_root.f[118] = 1;
_root.x[119] = 129.1;
_root.y[119] = 250.5;
_root.f[119] = 1;
_root.x[120] = 123.95;
_root.y[120] = 250.5;
_root.f[120] = 1;
_root.x[121] = 118.75;
_root.y[121] = 250.5;
_root.f[121] = 1;
_root.x[122] = 113.55;
_root.y[122] = 250.5;
_root.f[122] = 1;
_root.x[123] = 108.35;
_root.y[123] = 250.5;
_root.f[123] = 1;
_root.x[124] = 103.15;
_root.y[124] = 250.5;
_root.f[124] = 1;
_root.x[125] = 97.95;
_root.y[125] = 250.5;
_root.f[125] = 1;
_root.x[126] = 92.75;
_root.y[126] = 250.5;
_root.f[126] = 1;
_root.x[127] = 87.55;
_root.y[127] = 250.5;
_root.f[127] = 1;
_root.x[128] = 82.35;
_root.y[128] = 250.5;
_root.f[128] = 1;
_root.x[129] = 77.15;
_root.y[129] = 250.5;
_root.f[129] = 1;
_root.x[130] = 71.95;
_root.y[130] = 250.5;
_root.f[130] = 1;
_root.x[131] = 66.75;
_root.y[131] = 250.5;
_root.f[131] = 1;
_root.x[132] = 61.55;
_root.y[132] = 250.5;
_root.f[132] = 1;
_root.x[133] = 56.35;
_root.y[133] = 250.5;
_root.f[133] = 1;
_root.x[134] = 51.15;
_root.y[134] = 250.5;
_root.f[134] = 1;
_root.x[135] = 46;
_root.y[135] = 250.25;
_root.f[135] = 1;
_root.x[136] = 41.15;
_root.y[136] = 248.55;
_root.f[136] = 1;
_root.x[137] = 37.15;
_root.y[137] = 245.3;
_root.f[137] = 2;
_root.x[138] = 34.5;
_root.y[138] = 240.85;
_root.f[138] = 2;
_root.x[139] = 33.5;
_root.y[139] = 235.75;
_root.f[139] = 3;
_root.x[140] = 33.5;
_root.y[140] = 230.55;
_root.f[140] = 3;
_root.x[141] = 33.5;
_root.y[141] = 225.35;
_root.f[141] = 3;
_root.x[142] = 33.5;
_root.y[142] = 220.15;
_root.f[142] = 3;
_root.x[143] = 33.5;
_root.y[143] = 214.95;
_root.f[143] = 3;
_root.x[144] = 33.6;
_root.y[144] = 209.8;
_root.f[144] = 3;
_root.x[145] = 35.05;
_root.y[145] = 204.8;
_root.f[145] = 3;
_root.x[146] = 38.15;
_root.y[146] = 200.65;
_root.f[146] = 4;
_root.x[147] = 42.4;
_root.y[147] = 197.8;
_root.f[147] = 4;
_root.x[148] = 47.45;
_root.y[148] = 196.55;
_root.f[148] = 5;
_root.x[149] = 52.65;
_root.y[149] = 196.5;
_root.f[149] = 5;
_root.x[150] = 57.9;
_root.y[150] = 196.5;
_root.f[150] = 5;
_root.x[151] = 63.1;
_root.y[151] = 196.5;
_root.f[151] = 5;
_root.x[152] = 68.25;
_root.y[152] = 196.5;
_root.f[152] = 5;
_root.x[153] = 73.45;
_root.y[153] = 196.5;
_root.f[153] = 5;
_root.x[154] = 78.65;
_root.y[154] = 196.5;
_root.f[154] = 5;
_root.x[155] = 83.85;
_root.y[155] = 196.5;
_root.f[155] = 5;
_root.x[156] = 89.05;
_root.y[156] = 196.5;
_root.f[156] = 5;
_root.x[157] = 94.25;
_root.y[157] = 196.5;
_root.f[157] = 5;
_root.x[158] = 99.45;
_root.y[158] = 196.5;
_root.f[158] = 5;
_root.x[159] = 104.65;
_root.y[159] = 196.5;
_root.f[159] = 5;
_root.x[160] = 109.85;
_root.y[160] = 196.5;
_root.f[160] = 5;
_root.x[161] = 115.05;
_root.y[161] = 196.5;
_root.f[161] = 5;
_root.x[162] = 120.25;
_root.y[162] = 196.5;
_root.f[162] = 5;
_root.x[163] = 125.45;
_root.y[163] = 196.5;
_root.f[163] = 5;
_root.x[164] = 130.65;
_root.y[164] = 196.5;
_root.f[164] = 5;
_root.x[165] = 135.85;
_root.y[165] = 196.5;
_root.f[165] = 5;
_root.x[166] = 141.05;
_root.y[166] = 196.5;
_root.f[166] = 5;
_root.x[167] = 146.25;
_root.y[167] = 196.5;
_root.f[167] = 5;
_root.x[168] = 151.45;
_root.y[168] = 196.5;
_root.f[168] = 5;
_root.x[169] = 156.65;
_root.y[169] = 196.5;
_root.f[169] = 5;
_root.x[170] = 161.8;
_root.y[170] = 196.5;
_root.f[170] = 5;
_root.x[171] = 167;
_root.y[171] = 196.5;
_root.f[171] = 5;
_root.x[172] = 172.25;
_root.y[172] = 196.5;
_root.f[172] = 5;
_root.x[173] = 177.4;
_root.y[173] = 196.5;
_root.f[173] = 5;
_root.x[174] = 182.6;
_root.y[174] = 196.5;
_root.f[174] = 5;
_root.x[175] = 187.8;
_root.y[175] = 196.5;
_root.f[175] = 5;
_root.x[176] = 193;
_root.y[176] = 196.5;
_root.f[176] = 5;
_root.x[177] = 198.2;
_root.y[177] = 196.5;
_root.f[177] = 5;
_root.x[178] = 203.4;
_root.y[178] = 196.5;
_root.f[178] = 5;
_root.x[179] = 208.6;
_root.y[179] = 196.5;
_root.f[179] = 5;
_root.x[180] = 213.8;
_root.y[180] = 196.5;
_root.f[180] = 5;
_root.x[181] = 219;
_root.y[181] = 196.5;
_root.f[181] = 5;
_root.x[182] = 224.2;
_root.y[182] = 196.5;
_root.f[182] = 5;
_root.x[183] = 229.4;
_root.y[183] = 196.5;
_root.f[183] = 5;
_root.x[184] = 234.6;
_root.y[184] = 196.5;
_root.f[184] = 5;
_root.x[185] = 239.8;
_root.y[185] = 196.5;
_root.f[185] = 5;
_root.x[186] = 245;
_root.y[186] = 196.5;
_root.f[186] = 5;
_root.x[187] = 250.15;
_root.y[187] = 196.5;
_root.f[187] = 5;
_root.x[188] = 255.4;
_root.y[188] = 196.5;
_root.f[188] = 5;
_root.x[189] = 260.6;
_root.y[189] = 196.5;
_root.f[189] = 5;
_root.x[190] = 265.75;
_root.y[190] = 196.5;
_root.f[190] = 5;
_root.x[191] = 270.95;
_root.y[191] = 196.5;
_root.f[191] = 5;
_root.x[192] = 276.15;
_root.y[192] = 196.5;
_root.f[192] = 5;
_root.x[193] = 281.4;
_root.y[193] = 196.5;
_root.f[193] = 5;
_root.x[194] = 286.55;
_root.y[194] = 196.5;
_root.f[194] = 5;
_root.x[195] = 291.75;
_root.y[195] = 196.5;
_root.f[195] = 5;
_root.x[196] = 296.95;
_root.y[196] = 196.5;
_root.f[196] = 5;
_root.x[197] = 302.15;
_root.y[197] = 196.5;
_root.f[197] = 5;
_root.x[198] = 307.35;
_root.y[198] = 196.5;
_root.f[198] = 5;
_root.x[199] = 312.55;
_root.y[199] = 196.5;
_root.f[199] = 5;
_root.x[200] = 317.75;
_root.y[200] = 196.5;
_root.f[200] = 5;
_root.x[201] = 322.9;
_root.y[201] = 196.1;
_root.f[201] = 5;
_root.x[202] = 327.65;
_root.y[202] = 194.1;
_root.f[202] = 4;
_root.x[203] = 331.45;
_root.y[203] = 190.6;
_root.f[203] = 4;
_root.x[204] = 333.8;
_root.y[204] = 185.95;
_root.f[204] = 4;
_root.x[205] = 334.5;
_root.y[205] = 180.8;
_root.f[205] = 3;
_root.x[206] = 334.5;
_root.y[206] = 175.65;
_root.f[206] = 3;
_root.x[207] = 334.5;
_root.y[207] = 170.45;
_root.f[207] = 3;
_root.x[208] = 334.5;
_root.y[208] = 165.25;
_root.f[208] = 3;
_root.x[209] = 334.5;
_root.y[209] = 160.05;
_root.f[209] = 3;
_root.x[210] = 334.5;
_root.y[210] = 154.85;
_root.f[210] = 3;
_root.x[211] = 334.5;
_root.y[211] = 149.65;
_root.f[211] = 3;
_root.x[212] = 334.5;
_root.y[212] = 144.45;
_root.f[212] = 3;
_root.x[213] = 334.5;
_root.y[213] = 139.25;
_root.f[213] = 3;
_root.x[214] = 334.5;
_root.y[214] = 134.05;
_root.f[214] = 3;
_root.x[215] = 334.5;
_root.y[215] = 128.85;
_root.f[215] = 3;
_root.x[216] = 334.5;
_root.y[216] = 123.65;
_root.f[216] = 3;
_root.x[217] = 334.5;
_root.y[217] = 118.45;
_root.f[217] = 3;
_root.x[218] = 334.5;
_root.y[218] = 113.25;
_root.f[218] = 3;
_root.x[219] = 334.5;
_root.y[219] = 108.05;
_root.f[219] = 3;
_root.x[220] = 334.5;
_root.y[220] = 102.85;
_root.f[220] = 3;
_root.x[221] = 334.5;
_root.y[221] = 97.65;
_root.f[221] = 3;
_root.x[222] = 334.5;
_root.y[222] = 92.45;
_root.f[222] = 3;
_root.x[223] = 334.5;
_root.y[223] = 87.25;
_root.f[223] = 3;
_root.x[224] = 334.5;
_root.y[224] = 82.1;
_root.f[224] = 3;
_root.x[225] = 334.5;
_root.y[225] = 76.9;
_root.f[225] = 3;
_root.x[226] = 334.35;
_root.y[226] = 71.7;
_root.f[226] = 3;
_root.x[227] = 332.9;
_root.y[227] = 66.75;
_root.f[227] = 3;
_root.x[228] = 329.8;
_root.y[228] = 62.6;
_root.f[228] = 2;
_root.x[229] = 325.5;
_root.y[229] = 59.75;
_root.f[229] = 2;
_root.x[230] = 320.45;
_root.y[230] = 58.55;
_root.f[230] = 1;
_root.x[231] = 315.25;
_root.y[231] = 58.5;
_root.f[231] = 1;
_root.x[232] = 310.05;
_root.y[232] = 58.5;
_root.f[232] = 1;
_root.x[233] = 304.85;
_root.y[233] = 58.5;
_root.f[233] = 1;
_root.x[234] = 299.65;
_root.y[234] = 58.5;
_root.f[234] = 1;
_root.x[235] = 294.45;
_root.y[235] = 58.5;
_root.f[235] = 1;
_root.x[236] = 289.25;
_root.y[236] = 58.5;
_root.f[236] = 1;
_root.x[237] = 284.05;
_root.y[237] = 58.5;
_root.f[237] = 1;
_root.x[238] = 278.85;
_root.y[238] = 58.5;
_root.f[238] = 1;
_root.x[239] = 273.65;
_root.y[239] = 58.5;
_root.f[239] = 1;
_root.x[240] = 268.5;
_root.y[240] = 58.5;
_root.f[240] = 1;
_root.x[241] = 263.3;
_root.y[241] = 58.5;
_root.f[241] = 1;
_root.x[242] = 258.05;
_root.y[242] = 58.5;
_root.f[242] = 1;
_root.x[243] = 252.85;
_root.y[243] = 58.5;
_root.f[243] = 1;
_root.x[244] = 247.7;
_root.y[244] = 58.5;
_root.f[244] = 1;
_root.x[245] = 242.5;
_root.y[245] = 58.5;
_root.f[245] = 1;
_root.x[246] = 237.3;
_root.y[246] = 58.5;
_root.f[246] = 1;
_root.x[247] = 232.1;
_root.y[247] = 58.5;
_root.f[247] = 1;
_root.x[248] = 226.9;
_root.y[248] = 58.5;
_root.f[248] = 1;
_root.x[249] = 221.7;
_root.y[249] = 58.5;
_root.f[249] = 1;
_root.x[250] = 216.5;
_root.y[250] = 58.5;
_root.f[250] = 1;
_root.x[251] = 211.3;
_root.y[251] = 58.5;
_root.f[251] = 1;
_root.x[252] = 206.1;
_root.y[252] = 58.5;
_root.f[252] = 1;
_root.x[253] = 200.9;
_root.y[253] = 58.5;
_root.f[253] = 1;
_root.x[254] = 195.7;
_root.y[254] = 58.5;
_root.f[254] = 1;
_root.x[255] = 190.6;
_root.y[255] = 59.05;
_root.f[255] = 1;
_root.x[256] = 185.9;
_root.y[256] = 61.2;
_root.f[256] = 1;
_root.x[257] = 182.25;
_root.y[257] = 64.85;
_root.f[257] = 8;
_root.x[258] = 180.05;
_root.y[258] = 69.55;
_root.f[258] = 8;
_root.x[259] = 179.5;
_root.y[259] = 74.75;
_root.f[259] = 7;
_root.x[260] = 179.5;
_root.y[260] = 79.9;
_root.f[260] = 7;
_root.x[261] = 179.5;
_root.y[261] = 85.1;
_root.f[261] = 7;
_root.x[262] = 179.5;
_root.y[262] = 90.3;
_root.f[262] = 7;
_root.x[263] = 179.5;
_root.y[263] = 95.5;
_root.f[263] = 7;
_root.x[264] = 179.5;
_root.y[264] = 100.7;
_root.f[264] = 7;
_root.x[265] = 179.5;
_root.y[265] = 105.9;
_root.f[265] = 7;
_root.x[266] = 179.5;
_root.y[266] = 111.1;
_root.f[266] = 7;
_root.x[267] = 179.5;
_root.y[267] = 116.3;
_root.f[267] = 7;
_root.x[268] = 179.5;
_root.y[268] = 121.5;
_root.f[268] = 7;
_root.x[269] = 179.5;
_root.y[269] = 126.7;
_root.f[269] = 7;
_root.x[270] = 179.1;
_root.y[270] = 131.85;
_root.f[270] = 7;
_root.x[271] = 177.15;
_root.y[271] = 136.6;
_root.f[271] = 8;
_root.x[272] = 173.6;
_root.y[272] = 140.4;
_root.f[272] = 8;
_root.x[273] = 169.05;
_root.y[273] = 142.8;
_root.f[273] = 1;
_root.x[274] = 163.9;
_root.y[274] = 143.5;
_root.f[274] = 1;
_root.x[275] = 158.65;
_root.y[275] = 143.5;
_root.f[275] = 1;
_root.x[276] = 153.5;
_root.y[276] = 143.5;
_root.f[276] = 1;
_root.x[277] = 148.3;
_root.y[277] = 143.5;
_root.f[277] = 1;
_root.x[278] = 143.1;
_root.y[278] = 143.5;
_root.f[278] = 1;
_root.x[279] = 137.9;
_root.y[279] = 143.5;
_root.f[279] = 1;
_root.x[280] = 132.7;
_root.y[280] = 143.5;
_root.f[280] = 1;
_root.x[281] = 127.5;
_root.y[281] = 143.5;
_root.f[281] = 1;
_root.x[282] = 122.3;
_root.y[282] = 143.5;
_root.f[282] = 1;
_root.x[283] = 117.1;
_root.y[283] = 143.5;
_root.f[283] = 1;
_root.x[284] = 111.9;
_root.y[284] = 143.5;
_root.f[284] = 1;
_root.x[285] = 106.7;
_root.y[285] = 143.5;
_root.f[285] = 1;
_root.x[286] = 101.5;
_root.y[286] = 143.5;
_root.f[286] = 1;
_root.x[287] = 96.3;
_root.y[287] = 143.5;
_root.f[287] = 1;
_root.x[288] = 91.1;
_root.y[288] = 143.5;
_root.f[288] = 1;
_root.x[289] = 85.9;
_root.y[289] = 143.5;
_root.f[289] = 1;
_root.x[290] = 80.75;
_root.y[290] = 143.25;
_root.f[290] = 1;
_root.x[291] = 75.9;
_root.y[291] = 141.45;
_root.f[291] = 1;
_root.x[292] = 71.95;
_root.y[292] = 138.1;
_root.f[292] = 2;
_root.x[293] = 69.4;
_root.y[293] = 133.6;
_root.f[293] = 2;
_root.x[294] = 68.5;
_root.y[294] = 128.5;
_root.f[294] = 3;
_root.x[295] = 68.5;
_root.y[295] = 123.3;
_root.f[295] = 3;
_root.x[296] = 68.5;
_root.y[296] = 118.1;
_root.f[296] = 3;
_root.x[297] = 68.5;
_root.y[297] = 112.9;
_root.f[297] = 3;
_root.x[298] = 68.5;
_root.y[298] = 107.7;
_root.f[298] = 3;
dinp();
Symbol 663 MovieClip Frame 2
_root.tx = 335;
_root.ty = 68;
_root.tx2 = 345;
_root.ty2 = 108;
_root.x[1] = 382.2;
_root.y[1] = 304.65;
_root.f[1] = 6;
_root.x[2] = 377.7;
_root.y[2] = 304.65;
_root.f[2] = 1;
_root.x[3] = 373.15;
_root.y[3] = 304.65;
_root.f[3] = 1;
_root.x[4] = 368.6;
_root.y[4] = 304.65;
_root.f[4] = 1;
_root.x[5] = 364.05;
_root.y[5] = 304.65;
_root.f[5] = 1;
_root.x[6] = 359.5;
_root.y[6] = 304.65;
_root.f[6] = 1;
_root.x[7] = 355;
_root.y[7] = 304.65;
_root.f[7] = 1;
_root.x[8] = 350.45;
_root.y[8] = 304.65;
_root.f[8] = 1;
_root.x[9] = 345.9;
_root.y[9] = 304.65;
_root.f[9] = 1;
_root.x[10] = 341.35;
_root.y[10] = 304.65;
_root.f[10] = 1;
_root.x[11] = 336.85;
_root.y[11] = 304.65;
_root.f[11] = 1;
_root.x[12] = 332.3;
_root.y[12] = 304.65;
_root.f[12] = 1;
_root.x[13] = 327.75;
_root.y[13] = 304.65;
_root.f[13] = 1;
_root.x[14] = 323.3;
_root.y[14] = 304.15;
_root.f[14] = 1;
_root.x[15] = 319.1;
_root.y[15] = 302.4;
_root.f[15] = 1;
_root.x[16] = 315.65;
_root.y[16] = 299.45;
_root.f[16] = 2;
_root.x[17] = 313.25;
_root.y[17] = 295.65;
_root.f[17] = 2;
_root.x[18] = 312.1;
_root.y[18] = 291.25;
_root.f[18] = 3;
_root.x[19] = 312;
_root.y[19] = 286.75;
_root.f[19] = 3;
_root.x[20] = 312;
_root.y[20] = 282.15;
_root.f[20] = 3;
_root.x[21] = 312;
_root.y[21] = 277.65;
_root.f[21] = 3;
_root.x[22] = 312;
_root.y[22] = 273.1;
_root.f[22] = 3;
_root.x[23] = 312;
_root.y[23] = 268.55;
_root.f[23] = 3;
_root.x[24] = 312;
_root.y[24] = 264.05;
_root.f[24] = 3;
_root.x[25] = 312;
_root.y[25] = 259.5;
_root.f[25] = 3;
_root.x[26] = 312;
_root.y[26] = 254.95;
_root.f[26] = 3;
_root.x[27] = 312;
_root.y[27] = 250.4;
_root.f[27] = 3;
_root.x[28] = 312;
_root.y[28] = 245.9;
_root.f[28] = 3;
_root.x[29] = 312;
_root.y[29] = 241.35;
_root.f[29] = 3;
_root.x[30] = 312;
_root.y[30] = 236.8;
_root.f[30] = 3;
_root.x[31] = 312;
_root.y[31] = 232.25;
_root.f[31] = 3;
_root.x[32] = 312;
_root.y[32] = 227.7;
_root.f[32] = 3;
_root.x[33] = 311.9;
_root.y[33] = 223.2;
_root.f[33] = 3;
_root.x[34] = 311.7;
_root.y[34] = 218.7;
_root.f[34] = 3;
_root.x[35] = 311.4;
_root.y[35] = 214.25;
_root.f[35] = 3;
_root.x[36] = 311;
_root.y[36] = 209.7;
_root.f[36] = 3;
_root.x[37] = 310.5;
_root.y[37] = 205.25;
_root.f[37] = 3;
_root.x[38] = 309.85;
_root.y[38] = 200.75;
_root.f[38] = 3;
_root.x[39] = 309.15;
_root.y[39] = 196.3;
_root.f[39] = 3;
_root.x[40] = 308.35;
_root.y[40] = 191.85;
_root.f[40] = 3;
_root.x[41] = 307.4;
_root.y[41] = 187.4;
_root.f[41] = 3;
_root.x[42] = 306.35;
_root.y[42] = 183;
_root.f[42] = 3;
_root.x[43] = 305.15;
_root.y[43] = 178.65;
_root.f[43] = 3;
_root.x[44] = 303.9;
_root.y[44] = 174.3;
_root.f[44] = 3;
_root.x[45] = 302.5;
_root.y[45] = 170;
_root.f[45] = 2;
_root.x[46] = 300.95;
_root.y[46] = 165.75;
_root.f[46] = 2;
_root.x[47] = 299.35;
_root.y[47] = 161.5;
_root.f[47] = 2;
_root.x[48] = 297.6;
_root.y[48] = 157.3;
_root.f[48] = 2;
_root.x[49] = 295.7;
_root.y[49] = 153.15;
_root.f[49] = 2;
_root.x[50] = 293.75;
_root.y[50] = 149.05;
_root.f[50] = 2;
_root.x[51] = 291.65;
_root.y[51] = 145.05;
_root.f[51] = 2;
_root.x[52] = 289.5;
_root.y[52] = 141.05;
_root.f[52] = 2;
_root.x[53] = 287.2;
_root.y[53] = 137.15;
_root.f[53] = 2;
_root.x[54] = 284.8;
_root.y[54] = 133.35;
_root.f[54] = 2;
_root.x[55] = 282.3;
_root.y[55] = 129.55;
_root.f[55] = 2;
_root.x[56] = 279.7;
_root.y[56] = 125.85;
_root.f[56] = 2;
_root.x[57] = 277;
_root.y[57] = 122.25;
_root.f[57] = 2;
_root.x[58] = 274.2;
_root.y[58] = 118.65;
_root.f[58] = 2;
_root.x[59] = 271.25;
_root.y[59] = 115.2;
_root.f[59] = 2;
_root.x[60] = 268.25;
_root.y[60] = 111.8;
_root.f[60] = 2;
_root.x[61] = 265.15;
_root.y[61] = 108.5;
_root.f[61] = 2;
_root.x[62] = 261.9;
_root.y[62] = 105.3;
_root.f[62] = 2;
_root.x[63] = 258.6;
_root.y[63] = 102.2;
_root.f[63] = 2;
_root.x[64] = 255.15;
_root.y[64] = 99.2;
_root.f[64] = 2;
_root.x[65] = 251.7;
_root.y[65] = 96.3;
_root.f[65] = 2;
_root.x[66] = 248.1;
_root.y[66] = 93.5;
_root.f[66] = 2;
_root.x[67] = 244.45;
_root.y[67] = 90.8;
_root.f[67] = 2;
_root.x[68] = 240.7;
_root.y[68] = 88.2;
_root.f[68] = 2;
_root.x[69] = 236.9;
_root.y[69] = 85.75;
_root.f[69] = 2;
_root.x[70] = 233.05;
_root.y[70] = 83.4;
_root.f[70] = 2;
_root.x[71] = 229.1;
_root.y[71] = 81.15;
_root.f[71] = 2;
_root.x[72] = 225.05;
_root.y[72] = 79;
_root.f[72] = 1;
_root.x[73] = 220.95;
_root.y[73] = 77.05;
_root.f[73] = 1;
_root.x[74] = 216.8;
_root.y[74] = 75.15;
_root.f[74] = 1;
_root.x[75] = 212.6;
_root.y[75] = 73.45;
_root.f[75] = 1;
_root.x[76] = 208.3;
_root.y[76] = 71.85;
_root.f[76] = 1;
_root.x[77] = 204;
_root.y[77] = 70.4;
_root.f[77] = 1;
_root.x[78] = 199.65;
_root.y[78] = 69.05;
_root.f[78] = 1;
_root.x[79] = 195.2;
_root.y[79] = 67.85;
_root.f[79] = 1;
_root.x[80] = 190.8;
_root.y[80] = 66.8;
_root.f[80] = 1;
_root.x[81] = 186.35;
_root.y[81] = 65.9;
_root.f[81] = 1;
_root.x[82] = 181.85;
_root.y[82] = 65.1;
_root.f[82] = 1;
_root.x[83] = 177.35;
_root.y[83] = 64.4;
_root.f[83] = 1;
_root.x[84] = 172.85;
_root.y[84] = 63.85;
_root.f[84] = 1;
_root.x[85] = 168.3;
_root.y[85] = 63.4;
_root.f[85] = 1;
_root.x[86] = 163.75;
_root.y[86] = 63.1;
_root.f[86] = 1;
_root.x[87] = 159.2;
_root.y[87] = 62.9;
_root.f[87] = 1;
_root.x[88] = 154.7;
_root.y[88] = 62.8;
_root.f[88] = 1;
_root.x[89] = 150.15;
_root.y[89] = 62.95;
_root.f[89] = 1;
_root.x[90] = 145.65;
_root.y[90] = 63.2;
_root.f[90] = 1;
_root.x[91] = 141.1;
_root.y[91] = 63.6;
_root.f[91] = 1;
_root.x[92] = 136.65;
_root.y[92] = 64.15;
_root.f[92] = 1;
_root.x[93] = 132.15;
_root.y[93] = 64.85;
_root.f[93] = 1;
_root.x[94] = 127.7;
_root.y[94] = 65.7;
_root.f[94] = 1;
_root.x[95] = 123.25;
_root.y[95] = 66.7;
_root.f[95] = 1;
_root.x[96] = 118.85;
_root.y[96] = 67.85;
_root.f[96] = 1;
_root.x[97] = 114.5;
_root.y[97] = 69.15;
_root.f[97] = 1;
_root.x[98] = 110.2;
_root.y[98] = 70.6;
_root.f[98] = 1;
_root.x[99] = 105.95;
_root.y[99] = 72.2;
_root.f[99] = 1;
_root.x[100] = 101.75;
_root.y[100] = 73.9;
_root.f[100] = 1;
_root.x[101] = 97.6;
_root.y[101] = 75.75;
_root.f[101] = 1;
_root.x[102] = 93.5;
_root.y[102] = 77.75;
_root.f[102] = 1;
_root.x[103] = 89.5;
_root.y[103] = 79.85;
_root.f[103] = 1;
_root.x[104] = 85.55;
_root.y[104] = 82.05;
_root.f[104] = 1;
_root.x[105] = 81.7;
_root.y[105] = 84.4;
_root.f[105] = 8;
_root.x[106] = 77.9;
_root.y[106] = 86.85;
_root.f[106] = 8;
_root.x[107] = 74.15;
_root.y[107] = 89.45;
_root.f[107] = 8;
_root.x[108] = 70.55;
_root.y[108] = 92.15;
_root.f[108] = 8;
_root.x[109] = 67;
_root.y[109] = 95;
_root.f[109] = 8;
_root.x[110] = 63.55;
_root.y[110] = 97.95;
_root.f[110] = 8;
_root.x[111] = 60.2;
_root.y[111] = 101;
_root.f[111] = 8;
_root.x[112] = 56.95;
_root.y[112] = 104.15;
_root.f[112] = 8;
_root.x[113] = 53.8;
_root.y[113] = 107.45;
_root.f[113] = 8;
_root.x[114] = 50.8;
_root.y[114] = 110.85;
_root.f[114] = 8;
_root.x[115] = 47.9;
_root.y[115] = 114.3;
_root.f[115] = 8;
_root.x[116] = 45.1;
_root.y[116] = 117.9;
_root.f[116] = 8;
_root.x[117] = 42.4;
_root.y[117] = 121.6;
_root.f[117] = 8;
_root.x[118] = 39.9;
_root.y[118] = 125.35;
_root.f[118] = 8;
_root.x[119] = 37.5;
_root.y[119] = 129.2;
_root.f[119] = 8;
_root.x[120] = 35.3;
_root.y[120] = 133.1;
_root.f[120] = 8;
_root.x[121] = 33.2;
_root.y[121] = 137.15;
_root.f[121] = 8;
_root.x[122] = 31.35;
_root.y[122] = 141.3;
_root.f[122] = 8;
_root.x[123] = 29.6;
_root.y[123] = 145.5;
_root.f[123] = 8;
_root.x[124] = 28.1;
_root.y[124] = 149.8;
_root.f[124] = 8;
_root.x[125] = 26.75;
_root.y[125] = 154.15;
_root.f[125] = 7;
_root.x[126] = 25.6;
_root.y[126] = 158.5;
_root.f[126] = 7;
_root.x[127] = 24.6;
_root.y[127] = 162.95;
_root.f[127] = 7;
_root.x[128] = 23.85;
_root.y[128] = 167.45;
_root.f[128] = 7;
_root.x[129] = 23.25;
_root.y[129] = 171.95;
_root.f[129] = 7;
_root.x[130] = 22.8;
_root.y[130] = 176.5;
_root.f[130] = 7;
_root.x[131] = 22.55;
_root.y[131] = 181;
_root.f[131] = 7;
_root.x[132] = 22.5;
_root.y[132] = 185.55;
_root.f[132] = 7;
_root.x[133] = 22.55;
_root.y[133] = 190.05;
_root.f[133] = 7;
_root.x[134] = 22.7;
_root.y[134] = 194.55;
_root.f[134] = 7;
_root.x[135] = 22.95;
_root.y[135] = 199.05;
_root.f[135] = 7;
_root.x[136] = 23.35;
_root.y[136] = 203.55;
_root.f[136] = 7;
_root.x[137] = 23.9;
_root.y[137] = 208;
_root.f[137] = 7;
_root.x[138] = 24.55;
_root.y[138] = 212.45;
_root.f[138] = 7;
_root.x[139] = 25.3;
_root.y[139] = 216.95;
_root.f[139] = 7;
_root.x[140] = 26.25;
_root.y[140] = 221.35;
_root.f[140] = 7;
_root.x[141] = 27.3;
_root.y[141] = 225.75;
_root.f[141] = 7;
_root.x[142] = 28.5;
_root.y[142] = 230.15;
_root.f[142] = 7;
_root.x[143] = 29.85;
_root.y[143] = 234.45;
_root.f[143] = 7;
_root.x[144] = 31.35;
_root.y[144] = 238.75;
_root.f[144] = 7;
_root.x[145] = 32.95;
_root.y[145] = 242.95;
_root.f[145] = 7;
_root.x[146] = 34.75;
_root.y[146] = 247.15;
_root.f[146] = 7;
_root.x[147] = 36.8;
_root.y[147] = 251.2;
_root.f[147] = 6;
_root.x[148] = 39;
_root.y[148] = 255.15;
_root.f[148] = 6;
_root.x[149] = 41.45;
_root.y[149] = 259;
_root.f[149] = 6;
_root.x[150] = 44.15;
_root.y[150] = 262.7;
_root.f[150] = 6;
_root.x[151] = 47;
_root.y[151] = 266.25;
_root.f[151] = 6;
_root.x[152] = 50.05;
_root.y[152] = 269.65;
_root.f[152] = 6;
_root.x[153] = 53.25;
_root.y[153] = 272.85;
_root.f[153] = 6;
_root.x[154] = 56.65;
_root.y[154] = 275.95;
_root.f[154] = 6;
_root.x[155] = 60.15;
_root.y[155] = 278.85;
_root.f[155] = 6;
_root.x[156] = 63.8;
_root.y[156] = 281.55;
_root.f[156] = 6;
_root.x[157] = 67.55;
_root.y[157] = 284.15;
_root.f[157] = 6;
_root.x[158] = 71.45;
_root.y[158] = 286.55;
_root.f[158] = 6;
_root.x[159] = 75.4;
_root.y[159] = 288.8;
_root.f[159] = 6;
_root.x[160] = 79.5;
_root.y[160] = 290.9;
_root.f[160] = 6;
_root.x[161] = 83.75;
_root.y[161] = 292.8;
_root.f[161] = 6;
_root.x[162] = 88.05;
_root.y[162] = 294.55;
_root.f[162] = 6;
_root.x[163] = 92.45;
_root.y[163] = 296.1;
_root.f[163] = 5;
_root.x[164] = 96.9;
_root.y[164] = 297.45;
_root.f[164] = 5;
_root.x[165] = 101.35;
_root.y[165] = 298.7;
_root.f[165] = 5;
_root.x[166] = 105.85;
_root.y[166] = 299.8;
_root.f[166] = 5;
_root.x[167] = 110.35;
_root.y[167] = 300.75;
_root.f[167] = 5;
_root.x[168] = 114.9;
_root.y[168] = 301.55;
_root.f[168] = 5;
_root.x[169] = 119.45;
_root.y[169] = 302.3;
_root.f[169] = 5;
_root.x[170] = 124;
_root.y[170] = 302.9;
_root.f[170] = 5;
_root.x[171] = 128.55;
_root.y[171] = 303.4;
_root.f[171] = 5;
_root.x[172] = 133.1;
_root.y[172] = 303.85;
_root.f[172] = 5;
_root.x[173] = 137.65;
_root.y[173] = 304.2;
_root.f[173] = 5;
_root.x[174] = 142.2;
_root.y[174] = 304.45;
_root.f[174] = 5;
_root.x[175] = 146.75;
_root.y[175] = 304.65;
_root.f[175] = 5;
_root.x[176] = 151.3;
_root.y[176] = 304.75;
_root.f[176] = 5;
_root.x[177] = 155.85;
_root.y[177] = 304.8;
_root.f[177] = 5;
_root.x[178] = 160.35;
_root.y[178] = 304.65;
_root.f[178] = 5;
_root.x[179] = 164.85;
_root.y[179] = 304.3;
_root.f[179] = 5;
_root.x[180] = 169.35;
_root.y[180] = 303.8;
_root.f[180] = 5;
_root.x[181] = 173.8;
_root.y[181] = 303.05;
_root.f[181] = 5;
_root.x[182] = 178.2;
_root.y[182] = 302.1;
_root.f[182] = 5;
_root.x[183] = 182.6;
_root.y[183] = 300.95;
_root.f[183] = 5;
_root.x[184] = 186.95;
_root.y[184] = 299.6;
_root.f[184] = 5;
_root.x[185] = 191.15;
_root.y[185] = 298;
_root.f[185] = 5;
_root.x[186] = 195.35;
_root.y[186] = 296.2;
_root.f[186] = 4;
_root.x[187] = 199.4;
_root.y[187] = 294.2;
_root.f[187] = 4;
_root.x[188] = 203.4;
_root.y[188] = 292;
_root.f[188] = 4;
_root.x[189] = 207.25;
_root.y[189] = 289.6;
_root.f[189] = 4;
_root.x[190] = 210.95;
_root.y[190] = 287.05;
_root.f[190] = 4;
_root.x[191] = 214.55;
_root.y[191] = 284.25;
_root.f[191] = 4;
_root.x[192] = 218;
_root.y[192] = 281.25;
_root.f[192] = 4;
_root.x[193] = 221.25;
_root.y[193] = 278.1;
_root.f[193] = 4;
_root.x[194] = 224.35;
_root.y[194] = 274.75;
_root.f[194] = 4;
_root.x[195] = 227.3;
_root.y[195] = 271.3;
_root.f[195] = 4;
_root.x[196] = 230;
_root.y[196] = 267.65;
_root.f[196] = 4;
_root.x[197] = 232.55;
_root.y[197] = 263.9;
_root.f[197] = 4;
_root.x[198] = 234.95;
_root.y[198] = 260.05;
_root.f[198] = 4;
_root.x[199] = 237.15;
_root.y[199] = 256.05;
_root.f[199] = 4;
_root.x[200] = 239.15;
_root.y[200] = 251.95;
_root.f[200] = 4;
_root.x[201] = 240.95;
_root.y[201] = 247.7;
_root.f[201] = 3;
_root.x[202] = 242.5;
_root.y[202] = 243.4;
_root.f[202] = 3;
_root.x[203] = 243.9;
_root.y[203] = 239.05;
_root.f[203] = 3;
_root.x[204] = 245.05;
_root.y[204] = 234.6;
_root.f[204] = 3;
_root.x[205] = 246.05;
_root.y[205] = 230.15;
_root.f[205] = 3;
_root.x[206] = 246.8;
_root.y[206] = 225.65;
_root.f[206] = 3;
_root.x[207] = 247.45;
_root.y[207] = 221.15;
_root.f[207] = 3;
_root.x[208] = 247.9;
_root.y[208] = 216.6;
_root.f[208] = 3;
_root.x[209] = 248.2;
_root.y[209] = 212.1;
_root.f[209] = 3;
_root.x[210] = 248.35;
_root.y[210] = 207.5;
_root.f[210] = 3;
_root.x[211] = 248.25;
_root.y[211] = 203;
_root.f[211] = 3;
_root.x[212] = 247.95;
_root.y[212] = 198.5;
_root.f[212] = 3;
_root.x[213] = 247.45;
_root.y[213] = 194.05;
_root.f[213] = 3;
_root.x[214] = 246.75;
_root.y[214] = 189.6;
_root.f[214] = 3;
_root.x[215] = 245.8;
_root.y[215] = 185.15;
_root.f[215] = 3;
_root.x[216] = 244.65;
_root.y[216] = 180.8;
_root.f[216] = 3;
_root.x[217] = 243.25;
_root.y[217] = 176.5;
_root.f[217] = 2;
_root.x[218] = 241.6;
_root.y[218] = 172.3;
_root.f[218] = 2;
_root.x[219] = 239.7;
_root.y[219] = 168.15;
_root.f[219] = 2;
_root.x[220] = 237.55;
_root.y[220] = 164.15;
_root.f[220] = 2;
_root.x[221] = 235.2;
_root.y[221] = 160.25;
_root.f[221] = 2;
_root.x[222] = 232.65;
_root.y[222] = 156.55;
_root.f[222] = 2;
_root.x[223] = 229.9;
_root.y[223] = 152.95;
_root.f[223] = 2;
_root.x[224] = 226.95;
_root.y[224] = 149.5;
_root.f[224] = 2;
_root.x[225] = 223.85;
_root.y[225] = 146.2;
_root.f[225] = 2;
_root.x[226] = 220.55;
_root.y[226] = 143.05;
_root.f[226] = 2;
_root.x[227] = 217.1;
_root.y[227] = 140.1;
_root.f[227] = 2;
_root.x[228] = 213.5;
_root.y[228] = 137.35;
_root.f[228] = 2;
_root.x[229] = 209.75;
_root.y[229] = 134.75;
_root.f[229] = 2;
_root.x[230] = 205.85;
_root.y[230] = 132.4;
_root.f[230] = 2;
_root.x[231] = 201.9;
_root.y[231] = 130.2;
_root.f[231] = 1;
_root.x[232] = 197.8;
_root.y[232] = 128.2;
_root.f[232] = 1;
_root.x[233] = 193.65;
_root.y[233] = 126.4;
_root.f[233] = 1;
_root.x[234] = 189.35;
_root.y[234] = 124.8;
_root.f[234] = 1;
_root.x[235] = 185.05;
_root.y[235] = 123.4;
_root.f[235] = 1;
_root.x[236] = 180.65;
_root.y[236] = 122.2;
_root.f[236] = 1;
_root.x[237] = 176.15;
_root.y[237] = 121.2;
_root.f[237] = 1;
_root.x[238] = 171.7;
_root.y[238] = 120.45;
_root.f[238] = 1;
_root.x[239] = 167.2;
_root.y[239] = 119.85;
_root.f[239] = 1;
_root.x[240] = 162.65;
_root.y[240] = 119.45;
_root.f[240] = 1;
_root.x[241] = 158.1;
_root.y[241] = 119.2;
_root.f[241] = 1;
_root.x[242] = 153.55;
_root.y[242] = 119.15;
_root.f[242] = 1;
_root.x[243] = 149.05;
_root.y[243] = 119.25;
_root.f[243] = 1;
_root.x[244] = 144.55;
_root.y[244] = 119.55;
_root.f[244] = 1;
_root.x[245] = 140.05;
_root.y[245] = 120.05;
_root.f[245] = 1;
_root.x[246] = 135.6;
_root.y[246] = 120.8;
_root.f[246] = 1;
_root.x[247] = 131.15;
_root.y[247] = 121.7;
_root.f[247] = 1;
_root.x[248] = 126.75;
_root.y[248] = 122.8;
_root.f[248] = 1;
_root.x[249] = 122.4;
_root.y[249] = 124.15;
_root.f[249] = 1;
_root.x[250] = 118.15;
_root.y[250] = 125.7;
_root.f[250] = 1;
_root.x[251] = 114;
_root.y[251] = 127.45;
_root.f[251] = 1;
_root.x[252] = 109.95;
_root.y[252] = 129.45;
_root.f[252] = 1;
_root.x[253] = 106;
_root.y[253] = 131.75;
_root.f[253] = 8;
_root.x[254] = 102.25;
_root.y[254] = 134.35;
_root.f[254] = 8;
_root.x[255] = 98.75;
_root.y[255] = 137.2;
_root.f[255] = 8;
_root.x[256] = 95.4;
_root.y[256] = 140.25;
_root.f[256] = 8;
_root.x[257] = 92.3;
_root.y[257] = 143.6;
_root.f[257] = 8;
_root.x[258] = 89.4;
_root.y[258] = 147.1;
_root.f[258] = 8;
_root.x[259] = 86.75;
_root.y[259] = 150.8;
_root.f[259] = 8;
_root.x[260] = 84.4;
_root.y[260] = 154.7;
_root.f[260] = 8;
_root.x[261] = 82.3;
_root.y[261] = 158.8;
_root.f[261] = 8;
_root.x[262] = 80.5;
_root.y[262] = 163.05;
_root.f[262] = 8;
_root.x[263] = 79.05;
_root.y[263] = 167.4;
_root.f[263] = 8;
_root.x[264] = 77.8;
_root.y[264] = 171.85;
_root.f[264] = 7;
_root.x[265] = 76.85;
_root.y[265] = 176.35;
_root.f[265] = 7;
_root.x[266] = 76.15;
_root.y[266] = 180.85;
_root.f[266] = 7;
_root.x[267] = 75.65;
_root.y[267] = 185.4;
_root.f[267] = 7;
_root.x[268] = 75.3;
_root.y[268] = 189.95;
_root.f[268] = 7;
_root.x[269] = 75.15;
_root.y[269] = 194.5;
_root.f[269] = 7;
_root.x[270] = 75.35;
_root.y[270] = 199;
_root.f[270] = 7;
_root.x[271] = 75.75;
_root.y[271] = 203.4;
_root.f[271] = 7;
_root.x[272] = 76.5;
_root.y[272] = 207.8;
_root.f[272] = 7;
_root.x[273] = 77.55;
_root.y[273] = 212.15;
_root.f[273] = 7;
_root.x[274] = 78.95;
_root.y[274] = 216.4;
_root.f[274] = 7;
_root.x[275] = 80.8;
_root.y[275] = 220.55;
_root.f[275] = 7;
_root.x[276] = 83.1;
_root.y[276] = 224.45;
_root.f[276] = 6;
_root.x[277] = 85.85;
_root.y[277] = 228.05;
_root.f[277] = 6;
_root.x[278] = 88.95;
_root.y[278] = 231.35;
_root.f[278] = 6;
_root.x[279] = 92.25;
_root.y[279] = 234.35;
_root.f[279] = 6;
_root.x[280] = 95.9;
_root.y[280] = 237.15;
_root.f[280] = 6;
_root.x[281] = 99.7;
_root.y[281] = 239.6;
_root.f[281] = 6;
_root.x[282] = 103.7;
_root.y[282] = 241.7;
_root.f[282] = 6;
_root.x[283] = 107.9;
_root.y[283] = 243.4;
_root.f[283] = 6;
_root.x[284] = 112.2;
_root.y[284] = 244.85;
_root.f[284] = 5;
_root.x[285] = 116.55;
_root.y[285] = 246.05;
_root.f[285] = 5;
_root.x[286] = 120.95;
_root.y[286] = 247;
_root.f[286] = 5;
_root.x[287] = 125.4;
_root.y[287] = 247.75;
_root.f[287] = 5;
_root.x[288] = 129.9;
_root.y[288] = 248.25;
_root.f[288] = 5;
_root.x[289] = 134.4;
_root.y[289] = 248.45;
_root.f[289] = 5;
_root.x[290] = 138.9;
_root.y[290] = 248.4;
_root.f[290] = 5;
_root.x[291] = 143.35;
_root.y[291] = 248.15;
_root.f[291] = 5;
_root.x[292] = 147.75;
_root.y[292] = 247.65;
_root.f[292] = 5;
_root.x[293] = 152.1;
_root.y[293] = 246.75;
_root.f[293] = 5;
_root.x[294] = 155;
_root.y[294] = 244.35;
_root.f[294] = 4;
_root.x[295] = 155;
_root.y[295] = 239.8;
_root.f[295] = 3;
_root.x[296] = 155;
_root.y[296] = 235.25;
_root.f[296] = 3;
_root.x[297] = 155;
_root.y[297] = 230.7;
_root.f[297] = 3;
_root.x[298] = 155;
_root.y[298] = 226.2;
_root.f[298] = 3;
dinp();
Symbol 663 MovieClip Frame 3
_root.tx = 254;
_root.ty = 155;
_root.tx2 = 261;
_root.ty2 = 197;
_root.x[1] = -28.95;
_root.y[1] = 309.5;
_root.f[1] = 7;
_root.x[2] = -23.95;
_root.y[2] = 309.5;
_root.f[2] = 5;
_root.x[3] = -18.9;
_root.y[3] = 309.5;
_root.f[3] = 5;
_root.x[4] = -13.85;
_root.y[4] = 309.5;
_root.f[4] = 5;
_root.x[5] = -8.85;
_root.y[5] = 309.5;
_root.f[5] = 5;
_root.x[6] = -3.8;
_root.y[6] = 309.5;
_root.f[6] = 5;
_root.x[7] = 1.2;
_root.y[7] = 309.5;
_root.f[7] = 5;
_root.x[8] = 6.25;
_root.y[8] = 309.5;
_root.f[8] = 5;
_root.x[9] = 11.3;
_root.y[9] = 309.5;
_root.f[9] = 5;
_root.x[10] = 16.3;
_root.y[10] = 309.5;
_root.f[10] = 5;
_root.x[11] = 21.25;
_root.y[11] = 308.9;
_root.f[11] = 5;
_root.x[12] = 25.75;
_root.y[12] = 306.7;
_root.f[12] = 4;
_root.x[13] = 29.3;
_root.y[13] = 303.15;
_root.f[13] = 4;
_root.x[14] = 31.45;
_root.y[14] = 298.65;
_root.f[14] = 3;
_root.x[15] = 32.05;
_root.y[15] = 293.65;
_root.f[15] = 3;
_root.x[16] = 32.05;
_root.y[16] = 288.6;
_root.f[16] = 3;
_root.x[17] = 32.05;
_root.y[17] = 283.6;
_root.f[17] = 3;
_root.x[18] = 32.05;
_root.y[18] = 278.55;
_root.f[18] = 3;
_root.x[19] = 32.05;
_root.y[19] = 273.55;
_root.f[19] = 3;
_root.x[20] = 32.05;
_root.y[20] = 268.45;
_root.f[20] = 3;
_root.x[21] = 32.05;
_root.y[21] = 263.45;
_root.f[21] = 3;
_root.x[22] = 32.05;
_root.y[22] = 258.4;
_root.f[22] = 3;
_root.x[23] = 32.05;
_root.y[23] = 253.4;
_root.f[23] = 3;
_root.x[24] = 32.05;
_root.y[24] = 248.35;
_root.f[24] = 3;
_root.x[25] = 32.05;
_root.y[25] = 243.3;
_root.f[25] = 3;
_root.x[26] = 32.05;
_root.y[26] = 238.3;
_root.f[26] = 3;
_root.x[27] = 32.05;
_root.y[27] = 233.25;
_root.f[27] = 3;
_root.x[28] = 32.05;
_root.y[28] = 228.25;
_root.f[28] = 3;
_root.x[29] = 32.05;
_root.y[29] = 223.2;
_root.f[29] = 3;
_root.x[30] = 32.05;
_root.y[30] = 218.15;
_root.f[30] = 3;
_root.x[31] = 32.05;
_root.y[31] = 213.15;
_root.f[31] = 3;
_root.x[32] = 32.05;
_root.y[32] = 208.1;
_root.f[32] = 3;
_root.x[33] = 32.05;
_root.y[33] = 203.1;
_root.f[33] = 3;
_root.x[34] = 32.05;
_root.y[34] = 198.05;
_root.f[34] = 3;
_root.x[35] = 32.05;
_root.y[35] = 193.05;
_root.f[35] = 3;
_root.x[36] = 32.05;
_root.y[36] = 188;
_root.f[36] = 3;
_root.x[37] = 32.05;
_root.y[37] = 182.95;
_root.f[37] = 3;
_root.x[38] = 32.05;
_root.y[38] = 177.9;
_root.f[38] = 3;
_root.x[39] = 32.05;
_root.y[39] = 172.9;
_root.f[39] = 3;
_root.x[40] = 32.05;
_root.y[40] = 167.85;
_root.f[40] = 3;
_root.x[41] = 32.05;
_root.y[41] = 162.8;
_root.f[41] = 3;
_root.x[42] = 32.05;
_root.y[42] = 157.8;
_root.f[42] = 3;
_root.x[43] = 32.05;
_root.y[43] = 152.75;
_root.f[43] = 3;
_root.x[44] = 32.05;
_root.y[44] = 147.75;
_root.f[44] = 3;
_root.x[45] = 32.05;
_root.y[45] = 142.7;
_root.f[45] = 3;
_root.x[46] = 32.05;
_root.y[46] = 137.7;
_root.f[46] = 3;
_root.x[47] = 32.05;
_root.y[47] = 132.65;
_root.f[47] = 3;
_root.x[48] = 32.05;
_root.y[48] = 127.6;
_root.f[48] = 3;
_root.x[49] = 32.05;
_root.y[49] = 122.6;
_root.f[49] = 3;
_root.x[50] = 32.05;
_root.y[50] = 117.55;
_root.f[50] = 3;
_root.x[51] = 32.05;
_root.y[51] = 112.55;
_root.f[51] = 3;
_root.x[52] = 32.05;
_root.y[52] = 107.5;
_root.f[52] = 3;
_root.x[53] = 32.05;
_root.y[53] = 102.45;
_root.f[53] = 3;
_root.x[54] = 32.05;
_root.y[54] = 97.4;
_root.f[54] = 3;
_root.x[55] = 32.05;
_root.y[55] = 92.4;
_root.f[55] = 3;
_root.x[56] = 32.05;
_root.y[56] = 87.35;
_root.f[56] = 3;
_root.x[57] = 32.05;
_root.y[57] = 82.35;
_root.f[57] = 3;
_root.x[58] = 32.05;
_root.y[58] = 77.3;
_root.f[58] = 3;
_root.x[59] = 32.05;
_root.y[59] = 72.25;
_root.f[59] = 3;
_root.x[60] = 32.05;
_root.y[60] = 67.25;
_root.f[60] = 3;
_root.x[61] = 32.05;
_root.y[61] = 62.2;
_root.f[61] = 3;
_root.x[62] = 32.65;
_root.y[62] = 57.25;
_root.f[62] = 3;
_root.x[63] = 34.85;
_root.y[63] = 52.75;
_root.f[63] = 4;
_root.x[64] = 38.4;
_root.y[64] = 49.25;
_root.f[64] = 4;
_root.x[65] = 42.95;
_root.y[65] = 47.1;
_root.f[65] = 4;
_root.x[66] = 47.95;
_root.y[66] = 46.5;
_root.f[66] = 5;
_root.x[67] = 52.95;
_root.y[67] = 46.5;
_root.f[67] = 5;
_root.x[68] = 58;
_root.y[68] = 46.5;
_root.f[68] = 5;
_root.x[69] = 63.05;
_root.y[69] = 46.5;
_root.f[69] = 5;
_root.x[70] = 68.05;
_root.y[70] = 46.5;
_root.f[70] = 5;
_root.x[71] = 73.1;
_root.y[71] = 46.5;
_root.f[71] = 5;
_root.x[72] = 78.15;
_root.y[72] = 46.5;
_root.f[72] = 5;
_root.x[73] = 83.1;
_root.y[73] = 46.85;
_root.f[73] = 5;
_root.x[74] = 87.8;
_root.y[74] = 48.65;
_root.f[74] = 5;
_root.x[75] = 91.6;
_root.y[75] = 51.9;
_root.f[75] = 6;
_root.x[76] = 94.1;
_root.y[76] = 56.25;
_root.f[76] = 6;
_root.x[77] = 95.05;
_root.y[77] = 61.2;
_root.f[77] = 7;
_root.x[78] = 95.05;
_root.y[78] = 66.2;
_root.f[78] = 7;
_root.x[79] = 95.05;
_root.y[79] = 71.25;
_root.f[79] = 7;
_root.x[80] = 95.05;
_root.y[80] = 76.3;
_root.f[80] = 7;
_root.x[81] = 95.55;
_root.y[81] = 81.25;
_root.f[81] = 7;
_root.x[82] = 97.55;
_root.y[82] = 85.8;
_root.f[82] = 7;
_root.x[83] = 101;
_root.y[83] = 89.45;
_root.f[83] = 6;
_root.x[84] = 105.4;
_root.y[84] = 91.75;
_root.f[84] = 6;
_root.x[85] = 110.45;
_root.y[85] = 92.5;
_root.f[85] = 5;
_root.x[86] = 115.45;
_root.y[86] = 92.5;
_root.f[86] = 5;
_root.x[87] = 120.5;
_root.y[87] = 92.5;
_root.f[87] = 5;
_root.x[88] = 125.5;
_root.y[88] = 92.5;
_root.f[88] = 5;
_root.x[89] = 130.55;
_root.y[89] = 92.5;
_root.f[89] = 5;
_root.x[90] = 135.6;
_root.y[90] = 92.5;
_root.f[90] = 5;
_root.x[91] = 140.6;
_root.y[91] = 92.25;
_root.f[91] = 5;
_root.x[92] = 145.3;
_root.y[92] = 90.65;
_root.f[92] = 5;
_root.x[93] = 149.2;
_root.y[93] = 87.5;
_root.f[93] = 4;
_root.x[94] = 151.85;
_root.y[94] = 83.3;
_root.f[94] = 4;
_root.x[95] = 153;
_root.y[95] = 78.35;
_root.f[95] = 3;
_root.x[96] = 153.05;
_root.y[96] = 73.3;
_root.f[96] = 3;
_root.x[97] = 153.05;
_root.y[97] = 68.3;
_root.f[97] = 3;
_root.x[98] = 153.05;
_root.y[98] = 63.25;
_root.f[98] = 3;
_root.x[99] = 153.4;
_root.y[99] = 58.3;
_root.f[99] = 3;
_root.x[100] = 155.25;
_root.y[100] = 53.65;
_root.f[100] = 3;
_root.x[101] = 158.55;
_root.y[101] = 49.85;
_root.f[101] = 4;
_root.x[102] = 162.9;
_root.y[102] = 47.4;
_root.f[102] = 4;
_root.x[103] = 167.85;
_root.y[103] = 46.5;
_root.f[103] = 5;
_root.x[104] = 172.9;
_root.y[104] = 46.5;
_root.f[104] = 5;
_root.x[105] = 177.9;
_root.y[105] = 46.5;
_root.f[105] = 5;
_root.x[106] = 182.95;
_root.y[106] = 46.5;
_root.f[106] = 5;
_root.x[107] = 188;
_root.y[107] = 46.5;
_root.f[107] = 5;
_root.x[108] = 193;
_root.y[108] = 46.5;
_root.f[108] = 5;
_root.x[109] = 198.05;
_root.y[109] = 46.55;
_root.f[109] = 5;
_root.x[110] = 202.9;
_root.y[110] = 47.7;
_root.f[110] = 5;
_root.x[111] = 207.1;
_root.y[111] = 50.4;
_root.f[111] = 6;
_root.x[112] = 210.2;
_root.y[112] = 54.3;
_root.f[112] = 6;
_root.x[113] = 211.8;
_root.y[113] = 59.1;
_root.f[113] = 7;
_root.x[114] = 212.05;
_root.y[114] = 64.1;
_root.f[114] = 7;
_root.x[115] = 212.05;
_root.y[115] = 69.15;
_root.f[115] = 7;
_root.x[116] = 212.05;
_root.y[116] = 74.15;
_root.f[116] = 7;
_root.x[117] = 212.15;
_root.y[117] = 79.2;
_root.f[117] = 7;
_root.x[118] = 213.5;
_root.y[118] = 84;
_root.f[118] = 7;
_root.x[119] = 216.4;
_root.y[119] = 88.1;
_root.f[119] = 6;
_root.x[120] = 220.45;
_root.y[120] = 91;
_root.f[120] = 6;
_root.x[121] = 225.3;
_root.y[121] = 92.4;
_root.f[121] = 5;
_root.x[122] = 230.3;
_root.y[122] = 92.5;
_root.f[122] = 5;
_root.x[123] = 235.35;
_root.y[123] = 92.5;
_root.f[123] = 5;
_root.x[124] = 240.4;
_root.y[124] = 92.5;
_root.f[124] = 5;
_root.x[125] = 245.45;
_root.y[125] = 92.5;
_root.f[125] = 5;
_root.x[126] = 250.45;
_root.y[126] = 92.5;
_root.f[126] = 5;
_root.x[127] = 255.5;
_root.y[127] = 92.5;
_root.f[127] = 5;
_root.x[128] = 260.35;
_root.y[128] = 91.5;
_root.f[128] = 5;
_root.x[129] = 264.7;
_root.y[129] = 88.95;
_root.f[129] = 4;
_root.x[130] = 267.9;
_root.y[130] = 85.15;
_root.f[130] = 4;
_root.x[131] = 269.7;
_root.y[131] = 80.45;
_root.f[131] = 3;
_root.x[132] = 270;
_root.y[132] = 75.45;
_root.f[132] = 3;
_root.x[133] = 270;
_root.y[133] = 70.4;
_root.f[133] = 3;
_root.x[134] = 270;
_root.y[134] = 65.35;
_root.f[134] = 3;
_root.x[135] = 270.05;
_root.y[135] = 60.35;
_root.f[135] = 3;
_root.x[136] = 271.25;
_root.y[136] = 55.5;
_root.f[136] = 3;
_root.x[137] = 274;
_root.y[137] = 51.3;
_root.f[137] = 4;
_root.x[138] = 277.95;
_root.y[138] = 48.25;
_root.f[138] = 4;
_root.x[139] = 282.75;
_root.y[139] = 46.7;
_root.f[139] = 5;
_root.x[140] = 287.75;
_root.y[140] = 46.5;
_root.f[140] = 5;
_root.x[141] = 292.8;
_root.y[141] = 46.5;
_root.f[141] = 5;
_root.x[142] = 297.85;
_root.y[142] = 46.5;
_root.f[142] = 5;
_root.x[143] = 302.85;
_root.y[143] = 46.5;
_root.f[143] = 5;
_root.x[144] = 307.9;
_root.y[144] = 46.5;
_root.f[144] = 5;
_root.x[145] = 312.95;
_root.y[145] = 46.5;
_root.f[145] = 5;
_root.x[146] = 317.95;
_root.y[146] = 46.5;
_root.f[146] = 5;
_root.x[147] = 323;
_root.y[147] = 46.5;
_root.f[147] = 5;
_root.x[148] = 327.9;
_root.y[148] = 47.3;
_root.f[148] = 5;
_root.x[149] = 332.3;
_root.y[149] = 49.7;
_root.f[149] = 6;
_root.x[150] = 335.65;
_root.y[150] = 53.45;
_root.f[150] = 6;
_root.x[151] = 337.6;
_root.y[151] = 58.05;
_root.f[151] = 7;
_root.x[152] = 338;
_root.y[152] = 63.1;
_root.f[152] = 7;
_root.x[153] = 338;
_root.y[153] = 68.1;
_root.f[153] = 7;
_root.x[154] = 338;
_root.y[154] = 73.15;
_root.f[154] = 7;
_root.x[155] = 338;
_root.y[155] = 78.2;
_root.f[155] = 7;
_root.x[156] = 338;
_root.y[156] = 83.2;
_root.f[156] = 7;
_root.x[157] = 338;
_root.y[157] = 88.25;
_root.f[157] = 7;
_root.x[158] = 338;
_root.y[158] = 93.25;
_root.f[158] = 7;
_root.x[159] = 338;
_root.y[159] = 98.3;
_root.f[159] = 7;
_root.x[160] = 338;
_root.y[160] = 103.3;
_root.f[160] = 7;
_root.x[161] = 338;
_root.y[161] = 108.35;
_root.f[161] = 7;
_root.x[162] = 338;
_root.y[162] = 113.4;
_root.f[162] = 7;
_root.x[163] = 338;
_root.y[163] = 118.4;
_root.f[163] = 7;
_root.x[164] = 337.5;
_root.y[164] = 123.35;
_root.f[164] = 7;
_root.x[165] = 335.45;
_root.y[165] = 127.95;
_root.f[165] = 8;
_root.x[166] = 331.95;
_root.y[166] = 131.55;
_root.f[166] = 8;
_root.x[167] = 327.5;
_root.y[167] = 133.85;
_root.f[167] = 1;
_root.x[168] = 322.5;
_root.y[168] = 134.55;
_root.f[168] = 1;
_root.x[169] = 317.5;
_root.y[169] = 134.55;
_root.f[169] = 1;
_root.x[170] = 312.45;
_root.y[170] = 134.55;
_root.f[170] = 1;
_root.x[171] = 307.45;
_root.y[171] = 134.7;
_root.f[171] = 1;
_root.x[172] = 302.65;
_root.y[172] = 136.05;
_root.f[172] = 1;
_root.x[173] = 298.55;
_root.y[173] = 139;
_root.f[173] = 8;
_root.x[174] = 295.75;
_root.y[174] = 143.1;
_root.f[174] = 8;
_root.x[175] = 294.4;
_root.y[175] = 147.95;
_root.f[175] = 7;
_root.x[176] = 294.3;
_root.y[176] = 152.95;
_root.f[176] = 7;
_root.x[177] = 294.3;
_root.y[177] = 158;
_root.f[177] = 7;
_root.x[178] = 294.3;
_root.y[178] = 163.05;
_root.f[178] = 7;
_root.x[179] = 294.3;
_root.y[179] = 168.05;
_root.f[179] = 7;
_root.x[180] = 294.3;
_root.y[180] = 173.1;
_root.f[180] = 7;
_root.x[181] = 294.3;
_root.y[181] = 178.1;
_root.f[181] = 7;
_root.x[182] = 295.3;
_root.y[182] = 183;
_root.f[182] = 7;
_root.x[183] = 297.9;
_root.y[183] = 187.3;
_root.f[183] = 6;
_root.x[184] = 301.75;
_root.y[184] = 190.5;
_root.f[184] = 6;
_root.x[185] = 306.45;
_root.y[185] = 192.2;
_root.f[185] = 5;
_root.x[186] = 311.5;
_root.y[186] = 192.5;
_root.f[186] = 5;
_root.x[187] = 316.5;
_root.y[187] = 192.5;
_root.f[187] = 5;
_root.x[188] = 321.55;
_root.y[188] = 192.5;
_root.f[188] = 5;
_root.x[189] = 326.55;
_root.y[189] = 192.95;
_root.f[189] = 5;
_root.x[190] = 331.15;
_root.y[190] = 194.9;
_root.f[190] = 6;
_root.x[191] = 334.8;
_root.y[191] = 198.25;
_root.f[191] = 6;
_root.x[192] = 337.2;
_root.y[192] = 202.65;
_root.f[192] = 6;
_root.x[193] = 338;
_root.y[193] = 207.65;
_root.f[193] = 7;
_root.x[194] = 338;
_root.y[194] = 212.7;
_root.f[194] = 7;
_root.x[195] = 338;
_root.y[195] = 217.7;
_root.f[195] = 7;
_root.x[196] = 338;
_root.y[196] = 222.75;
_root.f[196] = 7;
_root.x[197] = 338;
_root.y[197] = 227.75;
_root.f[197] = 7;
_root.x[198] = 338;
_root.y[198] = 232.8;
_root.f[198] = 7;
_root.x[199] = 337.9;
_root.y[199] = 237.85;
_root.f[199] = 7;
_root.x[200] = 336.7;
_root.y[200] = 242.65;
_root.f[200] = 7;
_root.x[201] = 333.9;
_root.y[201] = 246.8;
_root.f[201] = 8;
_root.x[202] = 329.9;
_root.y[202] = 249.85;
_root.f[202] = 8;
_root.x[203] = 325.1;
_root.y[203] = 251.35;
_root.f[203] = 1;
_root.x[204] = 320.05;
_root.y[204] = 251.5;
_root.f[204] = 1;
_root.x[205] = 315.05;
_root.y[205] = 251.5;
_root.f[205] = 1;
_root.x[206] = 310;
_root.y[206] = 251.5;
_root.f[206] = 1;
_root.x[207] = 305;
_root.y[207] = 251.5;
_root.f[207] = 1;
_root.x[208] = 299.95;
_root.y[208] = 251.5;
_root.f[208] = 1;
_root.x[209] = 294.95;
_root.y[209] = 251.5;
_root.f[209] = 1;
_root.x[210] = 289.9;
_root.y[210] = 251.5;
_root.f[210] = 1;
_root.x[211] = 284.85;
_root.y[211] = 251.5;
_root.f[211] = 1;
_root.x[212] = 279.95;
_root.y[212] = 252.4;
_root.f[212] = 1;
_root.x[213] = 275.6;
_root.y[213] = 254.85;
_root.f[213] = 1;
_root.x[214] = 272.25;
_root.y[214] = 258.55;
_root.f[214] = 8;
_root.x[215] = 270.4;
_root.y[215] = 263.25;
_root.f[215] = 8;
_root.x[216] = 270;
_root.y[216] = 268.25;
_root.f[216] = 7;
_root.x[217] = 270;
_root.y[217] = 273.3;
_root.f[217] = 7;
_root.x[218] = 270;
_root.y[218] = 278.3;
_root.f[218] = 7;
_root.x[219] = 270;
_root.y[219] = 283.35;
_root.f[219] = 7;
_root.x[220] = 270;
_root.y[220] = 288.35;
_root.f[220] = 7;
_root.x[221] = 270;
_root.y[221] = 293.4;
_root.f[221] = 7;
_root.x[222] = 269.5;
_root.y[222] = 298.35;
_root.f[222] = 7;
_root.x[223] = 267.4;
_root.y[223] = 302.9;
_root.f[223] = 8;
_root.x[224] = 263.95;
_root.y[224] = 306.55;
_root.f[224] = 8;
_root.x[225] = 259.5;
_root.y[225] = 308.8;
_root.f[225] = 1;
_root.x[226] = 254.5;
_root.y[226] = 309.5;
_root.f[226] = 1;
_root.x[227] = 249.45;
_root.y[227] = 309.5;
_root.f[227] = 1;
_root.x[228] = 244.45;
_root.y[228] = 309.5;
_root.f[228] = 1;
_root.x[229] = 239.4;
_root.y[229] = 309.5;
_root.f[229] = 1;
_root.x[230] = 234.4;
_root.y[230] = 309.25;
_root.f[230] = 1;
_root.x[231] = 229.7;
_root.y[231] = 307.6;
_root.f[231] = 1;
_root.x[232] = 225.8;
_root.y[232] = 304.45;
_root.f[232] = 2;
_root.x[233] = 223.15;
_root.y[233] = 300.2;
_root.f[233] = 2;
_root.x[234] = 222.1;
_root.y[234] = 295.3;
_root.f[234] = 3;
_root.x[235] = 222.05;
_root.y[235] = 290.25;
_root.f[235] = 3;
_root.x[236] = 222.05;
_root.y[236] = 285.25;
_root.f[236] = 3;
_root.x[237] = 222.05;
_root.y[237] = 280.2;
_root.f[237] = 3;
_root.x[238] = 222.05;
_root.y[238] = 275.15;
_root.f[238] = 3;
_root.x[239] = 222.05;
_root.y[239] = 270.15;
_root.f[239] = 3;
_root.x[240] = 222.05;
_root.y[240] = 265.1;
_root.f[240] = 3;
_root.x[241] = 222.05;
_root.y[241] = 260.05;
_root.f[241] = 3;
_root.x[242] = 222.05;
_root.y[242] = 255;
_root.f[242] = 3;
_root.x[243] = 222.05;
_root.y[243] = 250;
_root.f[243] = 3;
_root.x[244] = 221.05;
_root.y[244] = 245.15;
_root.f[244] = 3;
_root.x[245] = 218.5;
_root.y[245] = 240.8;
_root.f[245] = 2;
_root.x[246] = 214.7;
_root.y[246] = 237.6;
_root.f[246] = 2;
_root.x[247] = 210;
_root.y[247] = 235.8;
_root.f[247] = 1;
_root.x[248] = 204.95;
_root.y[248] = 235.5;
_root.f[248] = 1;
_root.x[249] = 199.9;
_root.y[249] = 235.5;
_root.f[249] = 1;
_root.x[250] = 194.9;
_root.y[250] = 235.5;
_root.f[250] = 1;
_root.x[251] = 189.85;
_root.y[251] = 235.5;
_root.f[251] = 1;
_root.x[252] = 184.9;
_root.y[252] = 235.85;
_root.f[252] = 1;
_root.x[253] = 180.2;
_root.y[253] = 237.7;
_root.f[253] = 1;
_root.x[254] = 176.45;
_root.y[254] = 240.95;
_root.f[254] = 8;
_root.x[255] = 173.95;
_root.y[255] = 245.3;
_root.f[255] = 8;
_root.x[256] = 173.05;
_root.y[256] = 250.25;
_root.f[256] = 7;
_root.x[257] = 173.05;
_root.y[257] = 255.3;
_root.f[257] = 7;
_root.x[258] = 173.05;
_root.y[258] = 260.35;
_root.f[258] = 7;
_root.x[259] = 173.05;
_root.y[259] = 265.4;
_root.f[259] = 7;
_root.x[260] = 173.05;
_root.y[260] = 270.4;
_root.f[260] = 7;
_root.x[261] = 173.05;
_root.y[261] = 275.45;
_root.f[261] = 7;
_root.x[262] = 173.05;
_root.y[262] = 280.45;
_root.f[262] = 7;
_root.x[263] = 173.05;
_root.y[263] = 285.5;
_root.f[263] = 7;
_root.x[264] = 173.05;
_root.y[264] = 290.55;
_root.f[264] = 7;
_root.x[265] = 173;
_root.y[265] = 295.55;
_root.f[265] = 7;
_root.x[266] = 171.8;
_root.y[266] = 300.4;
_root.f[266] = 7;
_root.x[267] = 169.1;
_root.y[267] = 304.6;
_root.f[267] = 8;
_root.x[268] = 165.2;
_root.y[268] = 307.7;
_root.f[268] = 8;
_root.x[269] = 160.45;
_root.y[269] = 309.3;
_root.f[269] = 1;
_root.x[270] = 155.4;
_root.y[270] = 309.5;
_root.f[270] = 1;
_root.x[271] = 150.35;
_root.y[271] = 309.5;
_root.f[271] = 1;
_root.x[272] = 145.35;
_root.y[272] = 309.5;
_root.f[272] = 1;
_root.x[273] = 140.3;
_root.y[273] = 309.5;
_root.f[273] = 1;
_root.x[274] = 135.25;
_root.y[274] = 309.5;
_root.f[274] = 1;
_root.x[275] = 130.3;
_root.y[275] = 309;
_root.f[275] = 1;
_root.x[276] = 125.7;
_root.y[276] = 307;
_root.f[276] = 1;
_root.x[277] = 122.1;
_root.y[277] = 303.55;
_root.f[277] = 2;
_root.x[278] = 119.8;
_root.y[278] = 299.1;
_root.f[278] = 2;
_root.x[279] = 119.05;
_root.y[279] = 294.15;
_root.f[279] = 3;
_root.x[280] = 119.05;
_root.y[280] = 289.1;
_root.f[280] = 3;
_root.x[281] = 119.05;
_root.y[281] = 284.05;
_root.f[281] = 3;
_root.x[282] = 119.05;
_root.y[282] = 279.05;
_root.f[282] = 3;
_root.x[283] = 119.05;
_root.y[283] = 274;
_root.f[283] = 3;
_root.x[284] = 119.05;
_root.y[284] = 268.95;
_root.f[284] = 3;
_root.x[285] = 119.05;
_root.y[285] = 263.95;
_root.f[285] = 3;
_root.x[286] = 119.05;
_root.y[286] = 258.9;
_root.f[286] = 3;
_root.x[287] = 119.05;
_root.y[287] = 253.85;
_root.f[287] = 3;
_root.x[288] = 119.05;
_root.y[288] = 248.85;
_root.f[288] = 3;
_root.x[289] = 119.05;
_root.y[289] = 243.8;
_root.f[289] = 3;
_root.x[290] = 119.05;
_root.y[290] = 238.8;
_root.f[290] = 3;
_root.x[291] = 119.05;
_root.y[291] = 233.75;
_root.f[291] = 3;
_root.x[292] = 119.05;
_root.y[292] = 228.7;
_root.f[292] = 3;
_root.x[293] = 119.05;
_root.y[293] = 223.7;
_root.f[293] = 3;
_root.x[294] = 119.05;
_root.y[294] = 218.65;
_root.f[294] = 3;
_root.x[295] = 119.05;
_root.y[295] = 213.65;
_root.f[295] = 3;
_root.x[296] = 119.05;
_root.y[296] = 208.6;
_root.f[296] = 3;
_root.x[297] = 119.05;
_root.y[297] = 203.55;
_root.f[297] = 3;
_root.x[298] = 119.05;
_root.y[298] = 198.55;
_root.f[298] = 3;
dinp();
Symbol 663 MovieClip Frame 4
_root.tx = 305;
_root.ty = 276;
_root.tx2 = 315;
_root.ty2 = 231;
_root.x[1] = -29.95;
_root.y[1] = 320.45;
_root.f[1] = 7;
_root.x[2] = -24.75;
_root.y[2] = 320.45;
_root.f[2] = 5;
_root.x[3] = -19.55;
_root.y[3] = 320.45;
_root.f[3] = 5;
_root.x[4] = -14.35;
_root.y[4] = 320.45;
_root.f[4] = 5;
_root.x[5] = -9.15;
_root.y[5] = 320.45;
_root.f[5] = 5;
_root.x[6] = -3.95;
_root.y[6] = 320.45;
_root.f[6] = 5;
_root.x[7] = 1.25;
_root.y[7] = 320.45;
_root.f[7] = 5;
_root.x[8] = 6.45;
_root.y[8] = 320.45;
_root.f[8] = 5;
_root.x[9] = 11.65;
_root.y[9] = 320.45;
_root.f[9] = 5;
_root.x[10] = 16.85;
_root.y[10] = 320.45;
_root.f[10] = 5;
_root.x[11] = 22.05;
_root.y[11] = 320.45;
_root.f[11] = 5;
_root.x[12] = 27.25;
_root.y[12] = 320.45;
_root.f[12] = 5;
_root.x[13] = 32.45;
_root.y[13] = 320.45;
_root.f[13] = 5;
_root.x[14] = 37.65;
_root.y[14] = 320.45;
_root.f[14] = 5;
_root.x[15] = 42.85;
_root.y[15] = 320.45;
_root.f[15] = 5;
_root.x[16] = 48.05;
_root.y[16] = 320.45;
_root.f[16] = 5;
_root.x[17] = 53.25;
_root.y[17] = 320.45;
_root.f[17] = 5;
_root.x[18] = 58.45;
_root.y[18] = 320.45;
_root.f[18] = 5;
_root.x[19] = 63.65;
_root.y[19] = 320.45;
_root.f[19] = 5;
_root.x[20] = 68.85;
_root.y[20] = 320.45;
_root.f[20] = 5;
_root.x[21] = 74.05;
_root.y[21] = 320.45;
_root.f[21] = 5;
_root.x[22] = 79.25;
_root.y[22] = 320.45;
_root.f[22] = 5;
_root.x[23] = 84.45;
_root.y[23] = 320.45;
_root.f[23] = 5;
_root.x[24] = 89.65;
_root.y[24] = 320.45;
_root.f[24] = 5;
_root.x[25] = 94.9;
_root.y[25] = 320.45;
_root.f[25] = 5;
_root.x[26] = 100.1;
_root.y[26] = 320.45;
_root.f[26] = 5;
_root.x[27] = 105.3;
_root.y[27] = 320.45;
_root.f[27] = 5;
_root.x[28] = 110.45;
_root.y[28] = 320.45;
_root.f[28] = 5;
_root.x[29] = 115.65;
_root.y[29] = 320.45;
_root.f[29] = 5;
_root.x[30] = 120.9;
_root.y[30] = 320.45;
_root.f[30] = 5;
_root.x[31] = 126.1;
_root.y[31] = 320.45;
_root.f[31] = 5;
_root.x[32] = 131.3;
_root.y[32] = 320.45;
_root.f[32] = 5;
_root.x[33] = 136.5;
_root.y[33] = 320.45;
_root.f[33] = 5;
_root.x[34] = 141.65;
_root.y[34] = 320.45;
_root.f[34] = 5;
_root.x[35] = 146.85;
_root.y[35] = 320.45;
_root.f[35] = 5;
_root.x[36] = 152.1;
_root.y[36] = 320.45;
_root.f[36] = 5;
_root.x[37] = 157.3;
_root.y[37] = 320.45;
_root.f[37] = 5;
_root.x[38] = 162.5;
_root.y[38] = 320.45;
_root.f[38] = 5;
_root.x[39] = 167.7;
_root.y[39] = 320.45;
_root.f[39] = 5;
_root.x[40] = 172.9;
_root.y[40] = 320.45;
_root.f[40] = 5;
_root.x[41] = 178.1;
_root.y[41] = 320.45;
_root.f[41] = 5;
_root.x[42] = 183.3;
_root.y[42] = 320.45;
_root.f[42] = 5;
_root.x[43] = 188.5;
_root.y[43] = 320.45;
_root.f[43] = 5;
_root.x[44] = 193.7;
_root.y[44] = 320.45;
_root.f[44] = 5;
_root.x[45] = 198.9;
_root.y[45] = 320.45;
_root.f[45] = 5;
_root.x[46] = 204.1;
_root.y[46] = 320.45;
_root.f[46] = 5;
_root.x[47] = 209.3;
_root.y[47] = 320.45;
_root.f[47] = 5;
_root.x[48] = 214.5;
_root.y[48] = 320.45;
_root.f[48] = 5;
_root.x[49] = 219.7;
_root.y[49] = 320.45;
_root.f[49] = 5;
_root.x[50] = 224.9;
_root.y[50] = 320.45;
_root.f[50] = 5;
_root.x[51] = 230.1;
_root.y[51] = 320.45;
_root.f[51] = 5;
_root.x[52] = 235.3;
_root.y[52] = 320.45;
_root.f[52] = 5;
_root.x[53] = 240.5;
_root.y[53] = 320.45;
_root.f[53] = 5;
_root.x[54] = 245.7;
_root.y[54] = 320.45;
_root.f[54] = 5;
_root.x[55] = 250.9;
_root.y[55] = 320.45;
_root.f[55] = 5;
_root.x[56] = 256.1;
_root.y[56] = 320.45;
_root.f[56] = 5;
_root.x[57] = 261.3;
_root.y[57] = 320.45;
_root.f[57] = 5;
_root.x[58] = 266.5;
_root.y[58] = 320.45;
_root.f[58] = 5;
_root.x[59] = 271.7;
_root.y[59] = 320.45;
_root.f[59] = 5;
_root.x[60] = 276.9;
_root.y[60] = 320.45;
_root.f[60] = 5;
_root.x[61] = 282.1;
_root.y[61] = 320.45;
_root.f[61] = 5;
_root.x[62] = 287.3;
_root.y[62] = 320.45;
_root.f[62] = 5;
_root.x[63] = 292.5;
_root.y[63] = 320.45;
_root.f[63] = 5;
_root.x[64] = 297.7;
_root.y[64] = 320.45;
_root.f[64] = 5;
_root.x[65] = 302.9;
_root.y[65] = 320.45;
_root.f[65] = 5;
_root.x[66] = 308.1;
_root.y[66] = 320.45;
_root.f[66] = 5;
_root.x[67] = 313.3;
_root.y[67] = 320.45;
_root.f[67] = 5;
_root.x[68] = 318.5;
_root.y[68] = 320.45;
_root.f[68] = 5;
_root.x[69] = 323.7;
_root.y[69] = 320.45;
_root.f[69] = 5;
_root.x[70] = 328.9;
_root.y[70] = 320.4;
_root.f[70] = 5;
_root.x[71] = 333.9;
_root.y[71] = 319.2;
_root.f[71] = 5;
_root.x[72] = 338.2;
_root.y[72] = 316.3;
_root.f[72] = 4;
_root.x[73] = 341.3;
_root.y[73] = 312.15;
_root.f[73] = 4;
_root.x[74] = 342.75;
_root.y[74] = 307.15;
_root.f[74] = 3;
_root.x[75] = 342.85;
_root.y[75] = 301.95;
_root.f[75] = 3;
_root.x[76] = 342.85;
_root.y[76] = 296.75;
_root.f[76] = 3;
_root.x[77] = 342.85;
_root.y[77] = 291.55;
_root.f[77] = 3;
_root.x[78] = 342.85;
_root.y[78] = 286.35;
_root.f[78] = 3;
_root.x[79] = 342.85;
_root.y[79] = 281.15;
_root.f[79] = 3;
_root.x[80] = 342.85;
_root.y[80] = 275.95;
_root.f[80] = 3;
_root.x[81] = 342.85;
_root.y[81] = 270.75;
_root.f[81] = 3;
_root.x[82] = 342.85;
_root.y[82] = 265.55;
_root.f[82] = 3;
_root.x[83] = 342.85;
_root.y[83] = 260.35;
_root.f[83] = 3;
_root.x[84] = 342.85;
_root.y[84] = 255.15;
_root.f[84] = 3;
_root.x[85] = 342.85;
_root.y[85] = 249.9;
_root.f[85] = 3;
_root.x[86] = 342.85;
_root.y[86] = 244.75;
_root.f[86] = 3;
_root.x[87] = 342.85;
_root.y[87] = 239.55;
_root.f[87] = 3;
_root.x[88] = 342.85;
_root.y[88] = 234.35;
_root.f[88] = 3;
_root.x[89] = 342.85;
_root.y[89] = 229.15;
_root.f[89] = 3;
_root.x[90] = 342.85;
_root.y[90] = 223.9;
_root.f[90] = 3;
_root.x[91] = 342.85;
_root.y[91] = 218.7;
_root.f[91] = 3;
_root.x[92] = 342.85;
_root.y[92] = 213.3;
_root.f[92] = 3;
_root.x[93] = 342.8;
_root.y[93] = 207.7;
_root.f[93] = 3;
_root.x[94] = 342.75;
_root.y[94] = 202.35;
_root.f[94] = 3;
_root.x[95] = 342.65;
_root.y[95] = 197.1;
_root.f[95] = 3;
_root.x[96] = 342.5;
_root.y[96] = 191.85;
_root.f[96] = 3;
_root.x[97] = 342.35;
_root.y[97] = 186.6;
_root.f[97] = 3;
_root.x[98] = 342.15;
_root.y[98] = 181.35;
_root.f[98] = 3;
_root.x[99] = 341.95;
_root.y[99] = 176.1;
_root.f[99] = 3;
_root.x[100] = 341.7;
_root.y[100] = 170.9;
_root.f[100] = 3;
_root.x[101] = 341.45;
_root.y[101] = 165.75;
_root.f[101] = 3;
_root.x[102] = 341.1;
_root.y[102] = 160.65;
_root.f[102] = 3;
_root.x[103] = 340.65;
_root.y[103] = 155.55;
_root.f[103] = 3;
_root.x[104] = 340.1;
_root.y[104] = 150.45;
_root.f[104] = 3;
_root.x[105] = 339.45;
_root.y[105] = 145.3;
_root.f[105] = 3;
_root.x[106] = 338.7;
_root.y[106] = 140.2;
_root.f[106] = 3;
_root.x[107] = 337.65;
_root.y[107] = 135.1;
_root.f[107] = 3;
_root.x[108] = 336.5;
_root.y[108] = 130.1;
_root.f[108] = 3;
_root.x[109] = 335.15;
_root.y[109] = 125.1;
_root.f[109] = 3;
_root.x[110] = 333.6;
_root.y[110] = 120.15;
_root.f[110] = 3;
_root.x[111] = 331.9;
_root.y[111] = 115.3;
_root.f[111] = 2;
_root.x[112] = 330;
_root.y[112] = 110.45;
_root.f[112] = 2;
_root.x[113] = 327.9;
_root.y[113] = 105.7;
_root.f[113] = 2;
_root.x[114] = 325.6;
_root.y[114] = 101.05;
_root.f[114] = 2;
_root.x[115] = 323.1;
_root.y[115] = 96.5;
_root.f[115] = 2;
_root.x[116] = 320.45;
_root.y[116] = 92.05;
_root.f[116] = 2;
_root.x[117] = 317.6;
_root.y[117] = 87.65;
_root.f[117] = 2;
_root.x[118] = 314.55;
_root.y[118] = 83.45;
_root.f[118] = 2;
_root.x[119] = 311.35;
_root.y[119] = 79.35;
_root.f[119] = 2;
_root.x[120] = 307.9;
_root.y[120] = 75.45;
_root.f[120] = 2;
_root.x[121] = 304.3;
_root.y[121] = 71.85;
_root.f[121] = 2;
_root.x[122] = 300.55;
_root.y[122] = 68.35;
_root.f[122] = 2;
_root.x[123] = 296.65;
_root.y[123] = 65;
_root.f[123] = 2;
_root.x[124] = 292.6;
_root.y[124] = 61.8;
_root.f[124] = 2;
_root.x[125] = 288.4;
_root.y[125] = 58.8;
_root.f[125] = 2;
_root.x[126] = 284.1;
_root.y[126] = 55.95;
_root.f[126] = 2;
_root.x[127] = 279.6;
_root.y[127] = 53.35;
_root.f[127] = 2;
_root.x[128] = 275;
_root.y[128] = 51;
_root.f[128] = 1;
_root.x[129] = 270.25;
_root.y[129] = 48.85;
_root.f[129] = 1;
_root.x[130] = 265.45;
_root.y[130] = 46.95;
_root.f[130] = 1;
_root.x[131] = 260.5;
_root.y[131] = 45.35;
_root.f[131] = 1;
_root.x[132] = 255.45;
_root.y[132] = 44;
_root.f[132] = 1;
_root.x[133] = 250.35;
_root.y[133] = 42.95;
_root.f[133] = 1;
_root.x[134] = 245.15;
_root.y[134] = 42.15;
_root.f[134] = 1;
_root.x[135] = 240;
_root.y[135] = 41.65;
_root.f[135] = 1;
_root.x[136] = 234.8;
_root.y[136] = 41.4;
_root.f[136] = 1;
_root.x[137] = 229.6;
_root.y[137] = 41.4;
_root.f[137] = 1;
_root.x[138] = 224.4;
_root.y[138] = 41.65;
_root.f[138] = 1;
_root.x[139] = 219.2;
_root.y[139] = 42;
_root.f[139] = 1;
_root.x[140] = 214.05;
_root.y[140] = 42.55;
_root.f[140] = 1;
_root.x[141] = 208.95;
_root.y[141] = 43.35;
_root.f[141] = 1;
_root.x[142] = 203.9;
_root.y[142] = 44.4;
_root.f[142] = 1;
_root.x[143] = 198.85;
_root.y[143] = 45.75;
_root.f[143] = 1;
_root.x[144] = 193.95;
_root.y[144] = 47.3;
_root.f[144] = 1;
_root.x[145] = 189.05;
_root.y[145] = 49.2;
_root.f[145] = 1;
_root.x[146] = 184.3;
_root.y[146] = 51.3;
_root.f[146] = 1;
_root.x[147] = 179.75;
_root.y[147] = 53.75;
_root.f[147] = 1;
_root.x[148] = 175.3;
_root.y[148] = 56.45;
_root.f[148] = 8;
_root.x[149] = 171.05;
_root.y[149] = 59.5;
_root.f[149] = 8;
_root.x[150] = 167;
_root.y[150] = 62.8;
_root.f[150] = 8;
_root.x[151] = 163.2;
_root.y[151] = 66.4;
_root.f[151] = 8;
_root.x[152] = 159.65;
_root.y[152] = 70.2;
_root.f[152] = 8;
_root.x[153] = 156.3;
_root.y[153] = 74.15;
_root.f[153] = 8;
_root.x[154] = 153.35;
_root.y[154] = 78.45;
_root.f[154] = 8;
_root.x[155] = 150.75;
_root.y[155] = 82.9;
_root.f[155] = 8;
_root.x[156] = 148.35;
_root.y[156] = 87.5;
_root.f[156] = 8;
_root.x[157] = 146.15;
_root.y[157] = 92.15;
_root.f[157] = 8;
_root.x[158] = 144.25;
_root.y[158] = 97;
_root.f[158] = 8;
_root.x[159] = 142.65;
_root.y[159] = 101.9;
_root.f[159] = 8;
_root.x[160] = 141.3;
_root.y[160] = 106.95;
_root.f[160] = 7;
_root.x[161] = 140.4;
_root.y[161] = 112.1;
_root.f[161] = 7;
_root.x[162] = 139.9;
_root.y[162] = 117.25;
_root.f[162] = 7;
_root.x[163] = 139.85;
_root.y[163] = 122.5;
_root.f[163] = 7;
_root.x[164] = 140.2;
_root.y[164] = 127.7;
_root.f[164] = 7;
_root.x[165] = 140.95;
_root.y[165] = 132.85;
_root.f[165] = 7;
_root.x[166] = 142.05;
_root.y[166] = 137.95;
_root.f[166] = 7;
_root.x[167] = 143.65;
_root.y[167] = 142.85;
_root.f[167] = 7;
_root.x[168] = 145.6;
_root.y[168] = 147.65;
_root.f[168] = 7;
_root.x[169] = 147.9;
_root.y[169] = 152.25;
_root.f[169] = 6;
_root.x[170] = 150.55;
_root.y[170] = 156.7;
_root.f[170] = 6;
_root.x[171] = 153.6;
_root.y[171] = 160.9;
_root.f[171] = 6;
_root.x[172] = 157;
_root.y[172] = 164.8;
_root.f[172] = 6;
_root.x[173] = 160.8;
_root.y[173] = 168.4;
_root.f[173] = 6;
_root.x[174] = 164.9;
_root.y[174] = 171.55;
_root.f[174] = 6;
_root.x[175] = 169.4;
_root.y[175] = 174.2;
_root.f[175] = 6;
_root.x[176] = 174.15;
_root.y[176] = 176.3;
_root.f[176] = 6;
_root.x[177] = 179.15;
_root.y[177] = 177.9;
_root.f[177] = 5;
_root.x[178] = 184.25;
_root.y[178] = 178.9;
_root.f[178] = 5;
_root.x[179] = 189.45;
_root.y[179] = 179.45;
_root.f[179] = 5;
_root.x[180] = 194.6;
_root.y[180] = 179.05;
_root.f[180] = 5;
_root.x[181] = 199.7;
_root.y[181] = 177.95;
_root.f[181] = 5;
_root.x[182] = 204.6;
_root.y[182] = 176.25;
_root.f[182] = 5;
_root.x[183] = 209.25;
_root.y[183] = 173.85;
_root.f[183] = 4;
_root.x[184] = 213.4;
_root.y[184] = 170.8;
_root.f[184] = 4;
_root.x[185] = 216.9;
_root.y[185] = 167;
_root.f[185] = 4;
_root.x[186] = 219.55;
_root.y[186] = 162.55;
_root.f[186] = 4;
_root.x[187] = 220.8;
_root.y[187] = 157.5;
_root.f[187] = 3;
_root.x[188] = 220.6;
_root.y[188] = 152.2;
_root.f[188] = 3;
_root.x[189] = 219.15;
_root.y[189] = 147.25;
_root.f[189] = 3;
_root.x[190] = 216.05;
_root.y[190] = 143.2;
_root.f[190] = 2;
_root.x[191] = 211.35;
_root.y[191] = 141.15;
_root.f[191] = 1;
_root.x[192] = 206.15;
_root.y[192] = 140.6;
_root.f[192] = 1;
_root.x[193] = 201.65;
_root.y[193] = 138.2;
_root.f[193] = 1;
_root.x[194] = 198.35;
_root.y[194] = 134.2;
_root.f[194] = 2;
_root.x[195] = 196.75;
_root.y[195] = 129.35;
_root.f[195] = 2;
_root.x[196] = 196.5;
_root.y[196] = 124.25;
_root.f[196] = 3;
_root.x[197] = 197.8;
_root.y[197] = 119.25;
_root.f[197] = 3;
_root.x[198] = 200.45;
_root.y[198] = 114.8;
_root.f[198] = 4;
_root.x[199] = 203.75;
_root.y[199] = 110.75;
_root.f[199] = 4;
_root.x[200] = 207.75;
_root.y[200] = 107.5;
_root.f[200] = 4;
_root.x[201] = 212.3;
_root.y[201] = 105.05;
_root.f[201] = 4;
_root.x[202] = 217.1;
_root.y[202] = 103.25;
_root.f[202] = 5;
_root.x[203] = 222.15;
_root.y[203] = 102.15;
_root.f[203] = 5;
_root.x[204] = 227.35;
_root.y[204] = 101.85;
_root.f[204] = 5;
_root.x[205] = 232.55;
_root.y[205] = 102.3;
_root.f[205] = 5;
_root.x[206] = 237.6;
_root.y[206] = 103.4;
_root.f[206] = 5;
_root.x[207] = 242.6;
_root.y[207] = 105;
_root.f[207] = 5;
_root.x[208] = 247.4;
_root.y[208] = 107;
_root.f[208] = 6;
_root.x[209] = 251.95;
_root.y[209] = 109.5;
_root.f[209] = 6;
_root.x[210] = 256.35;
_root.y[210] = 112.35;
_root.f[210] = 6;
_root.x[211] = 260.3;
_root.y[211] = 115.65;
_root.f[211] = 6;
_root.x[212] = 263.95;
_root.y[212] = 119.25;
_root.f[212] = 6;
_root.x[213] = 267.25;
_root.y[213] = 123.25;
_root.f[213] = 6;
_root.x[214] = 270.05;
_root.y[214] = 127.6;
_root.f[214] = 6;
_root.x[215] = 272.35;
_root.y[215] = 132.25;
_root.f[215] = 6;
_root.x[216] = 274.1;
_root.y[216] = 137.15;
_root.f[216] = 7;
_root.x[217] = 275.45;
_root.y[217] = 142.2;
_root.f[217] = 7;
_root.x[218] = 276.45;
_root.y[218] = 147.3;
_root.f[218] = 7;
_root.x[219] = 277.15;
_root.y[219] = 152.45;
_root.f[219] = 7;
_root.x[220] = 277.5;
_root.y[220] = 157.65;
_root.f[220] = 7;
_root.x[221] = 277.55;
_root.y[221] = 162.85;
_root.f[221] = 7;
_root.x[222] = 277;
_root.y[222] = 167.95;
_root.f[222] = 7;
_root.x[223] = 276.15;
_root.y[223] = 173.05;
_root.f[223] = 7;
_root.x[224] = 275.05;
_root.y[224] = 178.1;
_root.f[224] = 7;
_root.x[225] = 273.65;
_root.y[225] = 183.05;
_root.f[225] = 7;
_root.x[226] = 271.9;
_root.y[226] = 187.95;
_root.f[226] = 8;
_root.x[227] = 269.85;
_root.y[227] = 192.75;
_root.f[227] = 8;
_root.x[228] = 267.45;
_root.y[228] = 197.35;
_root.f[228] = 8;
_root.x[229] = 264.75;
_root.y[229] = 201.8;
_root.f[229] = 8;
_root.x[230] = 261.8;
_root.y[230] = 206.1;
_root.f[230] = 8;
_root.x[231] = 258.5;
_root.y[231] = 210.15;
_root.f[231] = 8;
_root.x[232] = 254.95;
_root.y[232] = 214;
_root.f[232] = 8;
_root.x[233] = 251.2;
_root.y[233] = 217.6;
_root.f[233] = 8;
_root.x[234] = 247.2;
_root.y[234] = 220.95;
_root.f[234] = 8;
_root.x[235] = 243.05;
_root.y[235] = 224.05;
_root.f[235] = 8;
_root.x[236] = 238.7;
_root.y[236] = 226.8;
_root.f[236] = 8;
_root.x[237] = 234.2;
_root.y[237] = 229.4;
_root.f[237] = 8;
_root.x[238] = 229.65;
_root.y[238] = 231.75;
_root.f[238] = 1;
_root.x[239] = 224.95;
_root.y[239] = 233.9;
_root.f[239] = 1;
_root.x[240] = 220.15;
_root.y[240] = 235.8;
_root.f[240] = 1;
_root.x[241] = 215.25;
_root.y[241] = 237.45;
_root.f[241] = 1;
_root.x[242] = 210.2;
_root.y[242] = 238.85;
_root.f[242] = 1;
_root.x[243] = 205.15;
_root.y[243] = 239.95;
_root.f[243] = 1;
_root.x[244] = 200;
_root.y[244] = 240.75;
_root.f[244] = 1;
_root.x[245] = 194.85;
_root.y[245] = 241.2;
_root.f[245] = 1;
_root.x[246] = 189.65;
_root.y[246] = 241.4;
_root.f[246] = 1;
_root.x[247] = 184.45;
_root.y[247] = 241.4;
_root.f[247] = 1;
_root.x[248] = 179.25;
_root.y[248] = 241.4;
_root.f[248] = 1;
_root.x[249] = 174.05;
_root.y[249] = 241.4;
_root.f[249] = 1;
_root.x[250] = 168.85;
_root.y[250] = 241.4;
_root.f[250] = 1;
_root.x[251] = 163.65;
_root.y[251] = 241.4;
_root.f[251] = 1;
_root.x[252] = 158.45;
_root.y[252] = 241.4;
_root.f[252] = 1;
_root.x[253] = 153.2;
_root.y[253] = 241.4;
_root.f[253] = 1;
_root.x[254] = 148.05;
_root.y[254] = 241.4;
_root.f[254] = 1;
_root.x[255] = 142.85;
_root.y[255] = 241.4;
_root.f[255] = 1;
_root.x[256] = 137.65;
_root.y[256] = 241.4;
_root.f[256] = 1;
_root.x[257] = 132.45;
_root.y[257] = 241.4;
_root.f[257] = 1;
_root.x[258] = 127.25;
_root.y[258] = 241.4;
_root.f[258] = 1;
_root.x[259] = 122;
_root.y[259] = 241.4;
_root.f[259] = 1;
_root.x[260] = 116.8;
_root.y[260] = 241.4;
_root.f[260] = 1;
_root.x[261] = 111.65;
_root.y[261] = 241.4;
_root.f[261] = 1;
_root.x[262] = 106.45;
_root.y[262] = 241.4;
_root.f[262] = 1;
_root.x[263] = 101.25;
_root.y[263] = 241.4;
_root.f[263] = 1;
_root.x[264] = 96;
_root.y[264] = 241.4;
_root.f[264] = 1;
_root.x[265] = 90.8;
_root.y[265] = 241.4;
_root.f[265] = 1;
_root.x[266] = 85.6;
_root.y[266] = 241.4;
_root.f[266] = 1;
_root.x[267] = 80.4;
_root.y[267] = 241.4;
_root.f[267] = 1;
_root.x[268] = 75.25;
_root.y[268] = 241.4;
_root.f[268] = 1;
_root.x[269] = 70.15;
_root.y[269] = 240.55;
_root.f[269] = 1;
_root.x[270] = 65.65;
_root.y[270] = 237.95;
_root.f[270] = 2;
_root.x[271] = 62.3;
_root.y[271] = 234.05;
_root.f[271] = 2;
_root.x[272] = 60.5;
_root.y[272] = 229.2;
_root.f[272] = 2;
_root.x[273] = 60.2;
_root.y[273] = 224;
_root.f[273] = 3;
_root.x[274] = 60.2;
_root.y[274] = 218.8;
_root.f[274] = 3;
_root.x[275] = 60.2;
_root.y[275] = 213.55;
_root.f[275] = 3;
_root.x[276] = 60.2;
_root.y[276] = 208.35;
_root.f[276] = 3;
_root.x[277] = 60.2;
_root.y[277] = 203.15;
_root.f[277] = 3;
_root.x[278] = 60.2;
_root.y[278] = 197.95;
_root.f[278] = 3;
_root.x[279] = 60.2;
_root.y[279] = 192.75;
_root.f[279] = 3;
_root.x[280] = 60.2;
_root.y[280] = 187.55;
_root.f[280] = 3;
_root.x[281] = 60.2;
_root.y[281] = 182.35;
_root.f[281] = 3;
_root.x[282] = 60.2;
_root.y[282] = 177.15;
_root.f[282] = 3;
_root.x[283] = 60.2;
_root.y[283] = 171.95;
_root.f[283] = 3;
_root.x[284] = 60.2;
_root.y[284] = 166.75;
_root.f[284] = 3;
_root.x[285] = 60.2;
_root.y[285] = 161.55;
_root.f[285] = 3;
_root.x[286] = 60.2;
_root.y[286] = 156.35;
_root.f[286] = 3;
_root.x[287] = 60.2;
_root.y[287] = 151.15;
_root.f[287] = 3;
_root.x[288] = 60.2;
_root.y[288] = 145.95;
_root.f[288] = 3;
_root.x[289] = 60.2;
_root.y[289] = 140.75;
_root.f[289] = 3;
_root.x[290] = 60.2;
_root.y[290] = 135.55;
_root.f[290] = 3;
_root.x[291] = 60.2;
_root.y[291] = 130.35;
_root.f[291] = 3;
_root.x[292] = 60.2;
_root.y[292] = 125.15;
_root.f[292] = 3;
_root.x[293] = 60.2;
_root.y[293] = 119.95;
_root.f[293] = 3;
_root.x[294] = 60.2;
_root.y[294] = 114.75;
_root.f[294] = 3;
_root.x[295] = 60.2;
_root.y[295] = 109.55;
_root.f[295] = 3;
_root.x[296] = 60.2;
_root.y[296] = 104.35;
_root.f[296] = 3;
_root.x[297] = 60.2;
_root.y[297] = 99.15;
_root.f[297] = 3;
_root.x[298] = 60.2;
_root.y[298] = 93.95;
_root.f[298] = 3;
dinp();
Symbol 663 MovieClip Frame 5
_root.tx = 165;
_root.ty = 226;
_root.tx2 = 210;
_root.ty2 = 226;
_root.x[1] = -40.45;
_root.y[1] = 317.5;
_root.f[1] = 7;
_root.x[2] = -34.25;
_root.y[2] = 317.5;
_root.f[2] = 5;
_root.x[3] = -28.05;
_root.y[3] = 317.5;
_root.f[3] = 5;
_root.x[4] = -21.9;
_root.y[4] = 317.5;
_root.f[4] = 5;
_root.x[5] = -15.75;
_root.y[5] = 317.5;
_root.f[5] = 5;
_root.x[6] = -9.55;
_root.y[6] = 317.5;
_root.f[6] = 5;
_root.x[7] = -3.4;
_root.y[7] = 317.5;
_root.f[7] = 5;
_root.x[8] = 2.75;
_root.y[8] = 317.5;
_root.f[8] = 5;
_root.x[9] = 8.95;
_root.y[9] = 317.5;
_root.f[9] = 5;
_root.x[10] = 15.1;
_root.y[10] = 317.5;
_root.f[10] = 5;
_root.x[11] = 21.3;
_root.y[11] = 317.5;
_root.f[11] = 5;
_root.x[12] = 27.35;
_root.y[12] = 316.7;
_root.f[12] = 5;
_root.x[13] = 32.6;
_root.y[13] = 313.55;
_root.f[13] = 4;
_root.x[14] = 36.2;
_root.y[14] = 308.55;
_root.f[14] = 4;
_root.x[15] = 37.45;
_root.y[15] = 302.5;
_root.f[15] = 3;
_root.x[16] = 37.45;
_root.y[16] = 296.35;
_root.f[16] = 3;
_root.x[17] = 37.45;
_root.y[17] = 290.2;
_root.f[17] = 3;
_root.x[18] = 37.45;
_root.y[18] = 284;
_root.f[18] = 3;
_root.x[19] = 37.45;
_root.y[19] = 277.85;
_root.f[19] = 3;
_root.x[20] = 37.45;
_root.y[20] = 271.65;
_root.f[20] = 3;
_root.x[21] = 37.45;
_root.y[21] = 265.5;
_root.f[21] = 3;
_root.x[22] = 37.45;
_root.y[22] = 259.35;
_root.f[22] = 3;
_root.x[23] = 37.45;
_root.y[23] = 253.15;
_root.f[23] = 3;
_root.x[24] = 37.45;
_root.y[24] = 247;
_root.f[24] = 3;
_root.x[25] = 37.45;
_root.y[25] = 240.8;
_root.f[25] = 3;
_root.x[26] = 37.45;
_root.y[26] = 234.65;
_root.f[26] = 3;
_root.x[27] = 37.45;
_root.y[27] = 228.45;
_root.f[27] = 3;
_root.x[28] = 38.05;
_root.y[28] = 222.4;
_root.f[28] = 3;
_root.x[29] = 40.85;
_root.y[29] = 216.95;
_root.f[29] = 4;
_root.x[30] = 45.65;
_root.y[30] = 213.1;
_root.f[30] = 4;
_root.x[31] = 51.6;
_root.y[31] = 211.55;
_root.f[31] = 5;
_root.x[32] = 57.8;
_root.y[32] = 211.5;
_root.f[32] = 5;
_root.x[33] = 63.95;
_root.y[33] = 211.5;
_root.f[33] = 5;
_root.x[34] = 70.1;
_root.y[34] = 211.5;
_root.f[34] = 5;
_root.x[35] = 76.25;
_root.y[35] = 211.65;
_root.f[35] = 5;
_root.x[36] = 82.05;
_root.y[36] = 213.55;
_root.f[36] = 5;
_root.x[37] = 86.6;
_root.y[37] = 217.7;
_root.f[37] = 6;
_root.x[38] = 89.1;
_root.y[38] = 223.3;
_root.f[38] = 7;
_root.x[39] = 89.45;
_root.y[39] = 229.45;
_root.f[39] = 7;
_root.x[40] = 89.45;
_root.y[40] = 235.65;
_root.f[40] = 7;
_root.x[41] = 89.45;
_root.y[41] = 241.85;
_root.f[41] = 7;
_root.x[42] = 89.45;
_root.y[42] = 248;
_root.f[42] = 7;
_root.x[43] = 89.45;
_root.y[43] = 254.15;
_root.f[43] = 7;
_root.x[44] = 89.45;
_root.y[44] = 260.35;
_root.f[44] = 7;
_root.x[45] = 89.45;
_root.y[45] = 266.5;
_root.f[45] = 7;
_root.x[46] = 89.45;
_root.y[46] = 272.65;
_root.f[46] = 7;
_root.x[47] = 89.45;
_root.y[47] = 278.85;
_root.f[47] = 7;
_root.x[48] = 89.45;
_root.y[48] = 285;
_root.f[48] = 7;
_root.x[49] = 89.45;
_root.y[49] = 291.2;
_root.f[49] = 7;
_root.x[50] = 89.45;
_root.y[50] = 297.35;
_root.f[50] = 7;
_root.x[51] = 89.5;
_root.y[51] = 303.5;
_root.f[51] = 7;
_root.x[52] = 91.15;
_root.y[52] = 309.4;
_root.f[52] = 7;
_root.x[53] = 95;
_root.y[53] = 314.15;
_root.f[53] = 6;
_root.x[54] = 100.45;
_root.y[54] = 316.95;
_root.f[54] = 6;
_root.x[55] = 106.6;
_root.y[55] = 317.5;
_root.f[55] = 5;
_root.x[56] = 112.8;
_root.y[56] = 317.5;
_root.f[56] = 5;
_root.x[57] = 118.95;
_root.y[57] = 317.5;
_root.f[57] = 5;
_root.x[58] = 125.1;
_root.y[58] = 317.25;
_root.f[58] = 5;
_root.x[59] = 130.75;
_root.y[59] = 315;
_root.f[59] = 4;
_root.x[60] = 135.05;
_root.y[60] = 310.6;
_root.f[60] = 4;
_root.x[61] = 137.25;
_root.y[61] = 304.85;
_root.f[61] = 3;
_root.x[62] = 137.45;
_root.y[62] = 298.7;
_root.f[62] = 3;
_root.x[63] = 137.45;
_root.y[63] = 292.5;
_root.f[63] = 3;
_root.x[64] = 137.6;
_root.y[64] = 286.35;
_root.f[64] = 3;
_root.x[65] = 139.65;
_root.y[65] = 280.6;
_root.f[65] = 3;
_root.x[66] = 143.85;
_root.y[66] = 276.15;
_root.f[66] = 4;
_root.x[67] = 149.55;
_root.y[67] = 273.8;
_root.f[67] = 4;
_root.x[68] = 155.75;
_root.y[68] = 273.5;
_root.f[68] = 5;
_root.x[69] = 161.9;
_root.y[69] = 273.5;
_root.f[69] = 5;
_root.x[70] = 168.05;
_root.y[70] = 273.5;
_root.f[70] = 5;
_root.x[71] = 174.2;
_root.y[71] = 273.75;
_root.f[71] = 5;
_root.x[72] = 179.85;
_root.y[72] = 276.05;
_root.f[72] = 6;
_root.x[73] = 184.1;
_root.y[73] = 280.45;
_root.f[73] = 6;
_root.x[74] = 186.25;
_root.y[74] = 286.25;
_root.f[74] = 7;
_root.x[75] = 186.45;
_root.y[75] = 292.45;
_root.f[75] = 7;
_root.x[76] = 186.45;
_root.y[76] = 298.6;
_root.f[76] = 7;
_root.x[77] = 186.65;
_root.y[77] = 304.75;
_root.f[77] = 7;
_root.x[78] = 188.7;
_root.y[78] = 310.45;
_root.f[78] = 7;
_root.x[79] = 192.95;
_root.y[79] = 314.9;
_root.f[79] = 6;
_root.x[80] = 198.65;
_root.y[80] = 317.2;
_root.f[80] = 6;
_root.x[81] = 204.85;
_root.y[81] = 317.5;
_root.f[81] = 5;
_root.x[82] = 211;
_root.y[82] = 317.5;
_root.f[82] = 5;
_root.x[83] = 217.15;
_root.y[83] = 317.5;
_root.f[83] = 5;
_root.x[84] = 223.25;
_root.y[84] = 317;
_root.f[84] = 5;
_root.x[85] = 228.75;
_root.y[85] = 314.25;
_root.f[85] = 4;
_root.x[86] = 232.65;
_root.y[86] = 309.55;
_root.f[86] = 4;
_root.x[87] = 234.35;
_root.y[87] = 303.6;
_root.f[87] = 3;
_root.x[88] = 234.4;
_root.y[88] = 297.45;
_root.f[88] = 3;
_root.x[89] = 234.4;
_root.y[89] = 291.3;
_root.f[89] = 3;
_root.x[90] = 234.4;
_root.y[90] = 285.1;
_root.f[90] = 3;
_root.x[91] = 234.4;
_root.y[91] = 278.9;
_root.f[91] = 3;
_root.x[92] = 234.4;
_root.y[92] = 272.75;
_root.f[92] = 3;
_root.x[93] = 234.4;
_root.y[93] = 266.6;
_root.f[93] = 3;
_root.x[94] = 234.4;
_root.y[94] = 260.4;
_root.f[94] = 3;
_root.x[95] = 234.4;
_root.y[95] = 254.25;
_root.f[95] = 3;
_root.x[96] = 234.4;
_root.y[96] = 248.05;
_root.f[96] = 3;
_root.x[97] = 234.4;
_root.y[97] = 241.9;
_root.f[97] = 3;
_root.x[98] = 234.4;
_root.y[98] = 235.7;
_root.f[98] = 3;
_root.x[99] = 234.4;
_root.y[99] = 229.55;
_root.f[99] = 3;
_root.x[100] = 234.75;
_root.y[100] = 223.45;
_root.f[100] = 3;
_root.x[101] = 237.15;
_root.y[101] = 217.8;
_root.f[101] = 3;
_root.x[102] = 241.65;
_root.y[102] = 213.65;
_root.f[102] = 4;
_root.x[103] = 247.45;
_root.y[103] = 211.65;
_root.f[103] = 5;
_root.x[104] = 253.65;
_root.y[104] = 211.5;
_root.f[104] = 5;
_root.x[105] = 259.8;
_root.y[105] = 211.5;
_root.f[105] = 5;
_root.x[106] = 265.95;
_root.y[106] = 211.5;
_root.f[106] = 5;
_root.x[107] = 272.1;
_root.y[107] = 211.95;
_root.f[107] = 5;
_root.x[108] = 277.6;
_root.y[108] = 214.65;
_root.f[108] = 6;
_root.x[109] = 281.55;
_root.y[109] = 219.3;
_root.f[109] = 6;
_root.x[110] = 283.3;
_root.y[110] = 225.2;
_root.f[110] = 7;
_root.x[111] = 283.4;
_root.y[111] = 231.35;
_root.f[111] = 7;
_root.x[112] = 283.4;
_root.y[112] = 237.55;
_root.f[112] = 7;
_root.x[113] = 283.4;
_root.y[113] = 243.75;
_root.f[113] = 7;
_root.x[114] = 283.4;
_root.y[114] = 249.9;
_root.f[114] = 7;
_root.x[115] = 283.4;
_root.y[115] = 256.05;
_root.f[115] = 7;
_root.x[116] = 283.4;
_root.y[116] = 262.25;
_root.f[116] = 7;
_root.x[117] = 283.4;
_root.y[117] = 268.4;
_root.f[117] = 7;
_root.x[118] = 283.4;
_root.y[118] = 274.6;
_root.f[118] = 7;
_root.x[119] = 283.4;
_root.y[119] = 280.75;
_root.f[119] = 7;
_root.x[120] = 283.4;
_root.y[120] = 286.9;
_root.f[120] = 7;
_root.x[121] = 283.4;
_root.y[121] = 293.1;
_root.f[121] = 7;
_root.x[122] = 283.4;
_root.y[122] = 299.25;
_root.f[122] = 7;
_root.x[123] = 283.7;
_root.y[123] = 305.4;
_root.f[123] = 7;
_root.x[124] = 286.05;
_root.y[124] = 311.05;
_root.f[124] = 7;
_root.x[125] = 290.5;
_root.y[125] = 315.25;
_root.f[125] = 6;
_root.x[126] = 296.3;
_root.y[126] = 317.35;
_root.f[126] = 5;
_root.x[127] = 302.45;
_root.y[127] = 317.5;
_root.f[127] = 5;
_root.x[128] = 308.65;
_root.y[128] = 317.5;
_root.f[128] = 5;
_root.x[129] = 314.8;
_root.y[129] = 317.5;
_root.f[129] = 5;
_root.x[130] = 320.9;
_root.y[130] = 316.8;
_root.f[130] = 5;
_root.x[131] = 326.25;
_root.y[131] = 313.8;
_root.f[131] = 4;
_root.x[132] = 329.95;
_root.y[132] = 308.95;
_root.f[132] = 4;
_root.x[133] = 331.4;
_root.y[133] = 302.95;
_root.f[133] = 3;
_root.x[134] = 331.4;
_root.y[134] = 296.8;
_root.f[134] = 3;
_root.x[135] = 331.4;
_root.y[135] = 290.6;
_root.f[135] = 3;
_root.x[136] = 331.4;
_root.y[136] = 284.45;
_root.f[136] = 3;
_root.x[137] = 331.4;
_root.y[137] = 278.3;
_root.f[137] = 3;
_root.x[138] = 331.4;
_root.y[138] = 272.1;
_root.f[138] = 3;
_root.x[139] = 331.4;
_root.y[139] = 265.9;
_root.f[139] = 3;
_root.x[140] = 331.4;
_root.y[140] = 259.75;
_root.f[140] = 3;
_root.x[141] = 331.4;
_root.y[141] = 253.6;
_root.f[141] = 3;
_root.x[142] = 331.4;
_root.y[142] = 247.4;
_root.f[142] = 3;
_root.x[143] = 331.4;
_root.y[143] = 241.25;
_root.f[143] = 3;
_root.x[144] = 331.4;
_root.y[144] = 235.1;
_root.f[144] = 3;
_root.x[145] = 331.4;
_root.y[145] = 228.9;
_root.f[145] = 3;
_root.x[146] = 331.4;
_root.y[146] = 222.7;
_root.f[146] = 3;
_root.x[147] = 331.4;
_root.y[147] = 216.55;
_root.f[147] = 3;
_root.x[148] = 331.4;
_root.y[148] = 210.4;
_root.f[148] = 3;
_root.x[149] = 331.4;
_root.y[149] = 204.2;
_root.f[149] = 3;
_root.x[150] = 331.4;
_root.y[150] = 198.05;
_root.f[150] = 3;
_root.x[151] = 331.4;
_root.y[151] = 191.85;
_root.f[151] = 3;
_root.x[152] = 331.4;
_root.y[152] = 185.7;
_root.f[152] = 3;
_root.x[153] = 331.25;
_root.y[153] = 179.55;
_root.f[153] = 3;
_root.x[154] = 329.3;
_root.y[154] = 173.8;
_root.f[154] = 2;
_root.x[155] = 325.1;
_root.y[155] = 169.25;
_root.f[155] = 2;
_root.x[156] = 319.45;
_root.y[156] = 166.85;
_root.f[156] = 1;
_root.x[157] = 313.3;
_root.y[157] = 166.5;
_root.f[157] = 1;
_root.x[158] = 307.15;
_root.y[158] = 166.5;
_root.f[158] = 1;
_root.x[159] = 300.95;
_root.y[159] = 166.5;
_root.f[159] = 1;
_root.x[160] = 294.8;
_root.y[160] = 166.5;
_root.f[160] = 1;
_root.x[161] = 288.6;
_root.y[161] = 166.5;
_root.f[161] = 1;
_root.x[162] = 282.45;
_root.y[162] = 166.5;
_root.f[162] = 1;
_root.x[163] = 276.25;
_root.y[163] = 166.5;
_root.f[163] = 1;
_root.x[164] = 270.1;
_root.y[164] = 166.5;
_root.f[164] = 1;
_root.x[165] = 263.95;
_root.y[165] = 166.5;
_root.f[165] = 1;
_root.x[166] = 257.75;
_root.y[166] = 166.5;
_root.f[166] = 1;
_root.x[167] = 251.6;
_root.y[167] = 166.5;
_root.f[167] = 1;
_root.x[168] = 245.4;
_root.y[168] = 166.5;
_root.f[168] = 1;
_root.x[169] = 239.25;
_root.y[169] = 166.5;
_root.f[169] = 1;
_root.x[170] = 233.1;
_root.y[170] = 166.5;
_root.f[170] = 1;
_root.x[171] = 226.9;
_root.y[171] = 166.5;
_root.f[171] = 1;
_root.x[172] = 220.7;
_root.y[172] = 166.5;
_root.f[172] = 1;
_root.x[173] = 214.55;
_root.y[173] = 166.5;
_root.f[173] = 1;
_root.x[174] = 208.4;
_root.y[174] = 166.5;
_root.f[174] = 1;
_root.x[175] = 202.2;
_root.y[175] = 166.5;
_root.f[175] = 1;
_root.x[176] = 196.05;
_root.y[176] = 166.5;
_root.f[176] = 1;
_root.x[177] = 189.85;
_root.y[177] = 166.5;
_root.f[177] = 1;
_root.x[178] = 183.7;
_root.y[178] = 166.5;
_root.f[178] = 1;
_root.x[179] = 177.5;
_root.y[179] = 166.5;
_root.f[179] = 1;
_root.x[180] = 171.35;
_root.y[180] = 166.5;
_root.f[180] = 1;
_root.x[181] = 165.2;
_root.y[181] = 166.5;
_root.f[181] = 1;
_root.x[182] = 159;
_root.y[182] = 166.5;
_root.f[182] = 1;
_root.x[183] = 152.85;
_root.y[183] = 166.5;
_root.f[183] = 1;
_root.x[184] = 146.65;
_root.y[184] = 166.5;
_root.f[184] = 1;
_root.x[185] = 140.5;
_root.y[185] = 166.5;
_root.f[185] = 1;
_root.x[186] = 134.4;
_root.y[186] = 165.95;
_root.f[186] = 1;
_root.x[187] = 128.95;
_root.y[187] = 163.15;
_root.f[187] = 1;
_root.x[188] = 125.05;
_root.y[188] = 158.4;
_root.f[188] = 2;
_root.x[189] = 123.45;
_root.y[189] = 152.45;
_root.f[189] = 3;
_root.x[190] = 123.4;
_root.y[190] = 146.3;
_root.f[190] = 3;
_root.x[191] = 123.4;
_root.y[191] = 140.1;
_root.f[191] = 3;
_root.x[192] = 123.4;
_root.y[192] = 133.95;
_root.f[192] = 3;
_root.x[193] = 123.4;
_root.y[193] = 127.75;
_root.f[193] = 3;
_root.x[194] = 123.4;
_root.y[194] = 121.6;
_root.f[194] = 3;
_root.x[195] = 123.4;
_root.y[195] = 115.45;
_root.f[195] = 3;
_root.x[196] = 123.4;
_root.y[196] = 109.25;
_root.f[196] = 3;
_root.x[197] = 122.75;
_root.y[197] = 103.2;
_root.f[197] = 3;
_root.x[198] = 119.85;
_root.y[198] = 97.8;
_root.f[198] = 2;
_root.x[199] = 115;
_root.y[199] = 94.05;
_root.f[199] = 2;
_root.x[200] = 109.05;
_root.y[200] = 92.55;
_root.f[200] = 1;
_root.x[201] = 102.85;
_root.y[201] = 92.5;
_root.f[201] = 1;
_root.x[202] = 96.7;
_root.y[202] = 92.5;
_root.f[202] = 1;
_root.x[203] = 90.55;
_root.y[203] = 92.5;
_root.f[203] = 1;
_root.x[204] = 84.55;
_root.y[204] = 93.7;
_root.f[204] = 1;
_root.x[205] = 79.5;
_root.y[205] = 97.2;
_root.f[205] = 8;
_root.x[206] = 76.3;
_root.y[206] = 102.4;
_root.f[206] = 8;
_root.x[207] = 75.4;
_root.y[207] = 108.5;
_root.f[207] = 7;
_root.x[208] = 75.4;
_root.y[208] = 114.65;
_root.f[208] = 7;
_root.x[209] = 75.4;
_root.y[209] = 120.85;
_root.f[209] = 7;
_root.x[210] = 75.4;
_root.y[210] = 127.05;
_root.f[210] = 7;
_root.x[211] = 75.4;
_root.y[211] = 133.2;
_root.f[211] = 7;
_root.x[212] = 75.4;
_root.y[212] = 139.35;
_root.f[212] = 7;
_root.x[213] = 75.4;
_root.y[213] = 145.55;
_root.f[213] = 7;
_root.x[214] = 75.4;
_root.y[214] = 151.7;
_root.f[214] = 7;
_root.x[215] = 74.1;
_root.y[215] = 157.65;
_root.f[215] = 7;
_root.x[216] = 70.45;
_root.y[216] = 162.6;
_root.f[216] = 8;
_root.x[217] = 65.2;
_root.y[217] = 165.7;
_root.f[217] = 8;
_root.x[218] = 59.05;
_root.y[218] = 166.5;
_root.f[218] = 1;
_root.x[219] = 52.9;
_root.y[219] = 166.5;
_root.f[219] = 1;
_root.x[220] = 46.75;
_root.y[220] = 166.5;
_root.f[220] = 1;
_root.x[221] = 40.55;
_root.y[221] = 166.45;
_root.f[221] = 1;
_root.x[222] = 34.65;
_root.y[222] = 164.9;
_root.f[222] = 1;
_root.x[223] = 29.85;
_root.y[223] = 161.1;
_root.f[223] = 2;
_root.x[224] = 27;
_root.y[224] = 155.65;
_root.f[224] = 2;
_root.x[225] = 26.4;
_root.y[225] = 149.55;
_root.f[225] = 3;
_root.x[226] = 26.4;
_root.y[226] = 143.35;
_root.f[226] = 3;
_root.x[227] = 26.4;
_root.y[227] = 137.15;
_root.f[227] = 3;
_root.x[228] = 26.4;
_root.y[228] = 131;
_root.f[228] = 3;
_root.x[229] = 26.4;
_root.y[229] = 124.85;
_root.f[229] = 3;
_root.x[230] = 26.4;
_root.y[230] = 118.65;
_root.f[230] = 3;
_root.x[231] = 26.4;
_root.y[231] = 112.5;
_root.f[231] = 3;
_root.x[232] = 26.4;
_root.y[232] = 106.3;
_root.f[232] = 3;
_root.x[233] = 26.4;
_root.y[233] = 100.15;
_root.f[233] = 3;
_root.x[234] = 26.4;
_root.y[234] = 93.95;
_root.f[234] = 3;
_root.x[235] = 26.4;
_root.y[235] = 87.8;
_root.f[235] = 3;
_root.x[236] = 26.4;
_root.y[236] = 81.65;
_root.f[236] = 3;
_root.x[237] = 26.4;
_root.y[237] = 75.45;
_root.f[237] = 3;
_root.x[238] = 26.4;
_root.y[238] = 69.3;
_root.f[238] = 3;
_root.x[239] = 26.5;
_root.y[239] = 63.1;
_root.f[239] = 3;
_root.x[240] = 28.25;
_root.y[240] = 57.3;
_root.f[240] = 3;
_root.x[241] = 32.2;
_root.y[241] = 52.65;
_root.f[241] = 4;
_root.x[242] = 37.75;
_root.y[242] = 49.95;
_root.f[242] = 4;
_root.x[243] = 43.9;
_root.y[243] = 49.5;
_root.f[243] = 5;
_root.x[244] = 50.1;
_root.y[244] = 49.5;
_root.f[244] = 5;
_root.x[245] = 56.25;
_root.y[245] = 49.5;
_root.f[245] = 5;
_root.x[246] = 62.4;
_root.y[246] = 49.5;
_root.f[246] = 5;
_root.x[247] = 68.6;
_root.y[247] = 49.5;
_root.f[247] = 5;
_root.x[248] = 74.8;
_root.y[248] = 49.5;
_root.f[248] = 5;
_root.x[249] = 80.95;
_root.y[249] = 49.5;
_root.f[249] = 5;
_root.x[250] = 87.1;
_root.y[250] = 49.5;
_root.f[250] = 5;
_root.x[251] = 93.3;
_root.y[251] = 49.5;
_root.f[251] = 5;
_root.x[252] = 99.45;
_root.y[252] = 49.5;
_root.f[252] = 5;
_root.x[253] = 105.65;
_root.y[253] = 49.5;
_root.f[253] = 5;
_root.x[254] = 111.8;
_root.y[254] = 49.5;
_root.f[254] = 5;
_root.x[255] = 117.95;
_root.y[255] = 49.5;
_root.f[255] = 5;
_root.x[256] = 124.15;
_root.y[256] = 49.5;
_root.f[256] = 5;
_root.x[257] = 130.3;
_root.y[257] = 49.5;
_root.f[257] = 5;
_root.x[258] = 136.45;
_root.y[258] = 49.5;
_root.f[258] = 5;
_root.x[259] = 142.65;
_root.y[259] = 49.5;
_root.f[259] = 5;
_root.x[260] = 148.85;
_root.y[260] = 49.5;
_root.f[260] = 5;
_root.x[261] = 155;
_root.y[261] = 49.5;
_root.f[261] = 5;
_root.x[262] = 161.1;
_root.y[262] = 50;
_root.f[262] = 5;
_root.x[263] = 166.6;
_root.y[263] = 52.65;
_root.f[263] = 6;
_root.x[264] = 170.6;
_root.y[264] = 57.35;
_root.f[264] = 6;
_root.x[265] = 172.35;
_root.y[265] = 63.25;
_root.f[265] = 7;
_root.x[266] = 172.4;
_root.y[266] = 69.4;
_root.f[266] = 7;
_root.x[267] = 172.4;
_root.y[267] = 75.55;
_root.f[267] = 7;
_root.x[268] = 172.4;
_root.y[268] = 81.75;
_root.f[268] = 7;
_root.x[269] = 172.4;
_root.y[269] = 87.9;
_root.f[269] = 7;
_root.x[270] = 172.4;
_root.y[270] = 94.1;
_root.f[270] = 7;
_root.x[271] = 172.4;
_root.y[271] = 100.25;
_root.f[271] = 7;
_root.x[272] = 172.4;
_root.y[272] = 106.45;
_root.f[272] = 7;
_root.x[273] = 172.4;
_root.y[273] = 112.6;
_root.f[273] = 7;
_root.x[274] = 173.3;
_root.y[274] = 118.65;
_root.f[274] = 7;
_root.x[275] = 176.55;
_root.y[275] = 123.85;
_root.f[275] = 6;
_root.x[276] = 181.6;
_root.y[276] = 127.35;
_root.f[276] = 6;
_root.x[277] = 187.65;
_root.y[277] = 128.5;
_root.f[277] = 5;
_root.x[278] = 193.8;
_root.y[278] = 128.5;
_root.f[278] = 5;
_root.x[279] = 199.95;
_root.y[279] = 128.5;
_root.f[279] = 5;
_root.x[280] = 206.15;
_root.y[280] = 128.5;
_root.f[280] = 5;
_root.x[281] = 212.35;
_root.y[281] = 128.5;
_root.f[281] = 5;
_root.x[282] = 218.5;
_root.y[282] = 128.5;
_root.f[282] = 5;
_root.x[283] = 224.65;
_root.y[283] = 128.5;
_root.f[283] = 5;
_root.x[284] = 230.85;
_root.y[284] = 128.5;
_root.f[284] = 5;
_root.x[285] = 237;
_root.y[285] = 128.5;
_root.f[285] = 5;
_root.x[286] = 243.2;
_root.y[286] = 128.5;
_root.f[286] = 5;
_root.x[287] = 249.35;
_root.y[287] = 128.5;
_root.f[287] = 5;
_root.x[288] = 255.55;
_root.y[288] = 128.5;
_root.f[288] = 5;
_root.x[289] = 261.7;
_root.y[289] = 128.5;
_root.f[289] = 5;
_root.x[290] = 267.85;
_root.y[290] = 128.5;
_root.f[290] = 5;
_root.x[291] = 274.05;
_root.y[291] = 128.5;
_root.f[291] = 5;
_root.x[292] = 280.2;
_root.y[292] = 128.5;
_root.f[292] = 5;
_root.x[293] = 286.3;
_root.y[293] = 127.85;
_root.f[293] = 5;
_root.x[294] = 291.65;
_root.y[294] = 124.85;
_root.f[294] = 4;
_root.x[295] = 295.35;
_root.y[295] = 120;
_root.f[295] = 4;
_root.x[296] = 296.85;
_root.y[296] = 114.05;
_root.f[296] = 3;
_root.x[297] = 296.85;
_root.y[297] = 107.85;
_root.f[297] = 3;
_root.x[298] = 296.85;
_root.y[298] = 101.65;
_root.f[298] = 3;
dinp();
Symbol 672 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 1
stop();
function clchg(r) {
switch (r) {
case 1 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 30;
colList.rb = 80;
colList.gb = 0;
colList.bb = 0;
break;
case 2 :
colList.ra = 100;
colList.ga = 100;
colList.ba = 20;
colList.rb = 120;
colList.gb = 25;
colList.bb = 0;
break;
case 3 :
colList.ra = 0;
colList.ga = 100;
colList.ba = 100;
colList.rb = 0;
colList.gb = 0;
colList.bb = 175;
break;
case 4 :
colList.ra = 100;
colList.ga = 100;
colList.ba = 0;
colList.rb = 30;
colList.gb = 70;
colList.bb = 0;
break;
case 5 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 100;
colList.rb = 45;
colList.gb = 0;
colList.bb = 60;
break;
case 6 :
colList.ra = 0;
colList.ga = 0;
colList.ba = 0;
colList.rb = 0;
colList.gb = 0;
colList.bb = 0;
}
}
function mv(w) {
w.i = w.i + 1;
var _local3 = Math.floor(w.i);
w._x = _root.x[_local3];
w._y = _root.y[_local3];
w.swapDepths(_root.d[_local3]);
var _local4 = (_root.f[_local3] * 3) + nn;
w.o.gotoAndStop(_local4);
w.c.gotoAndStop(_local4);
if (w.i > 298) {
cm.s = 99;
}
}
function slct(i) {
var _local3 = this["m" + i];
if (cm.s == 4) {
if (_local3.a == 1) {
sl1.gd.gotoAndStop(1);
_local3.gd.gotoAndStop(2);
sl1 = _local3;
if (cm.tk > 8) {
cm.mmk();
}
} else if (_local3.a == -1) {
chfk.gotoAndStop(_root.bg + 1);
}
}
}
function slot(i) {
var _local2 = this["m" + i];
if (_local2.a == -1) {
chfk.gotoAndStop(1);
} else {
_local2.gd.gotoAndStop(1);
}
}
function wari(i) {
if ((cm.s == 4) && (cm.tk > 9)) {
var _local2 = this["m" + i];
if (_local2.a == 1) {
cm.jp = i;
} else if (_local2.a == -1) {
cm.s = 12;
}
}
}
stop();
var mk = 300;
var ni = -1;
var nn = 0;
var lv = 5;
var sp = 1;
var nx = 5;
var su = -1;
var sl1 = -1;
var sl2 = -1;
var wru;
i = 0;
while (i <= 60) {
theName = "m" + i;
duplicateMovieClip (m, theName, i + 1000);
u = this[theName];
u.i = 0;
u._x = -200;
u._y = 200;
u.a = 0;
u.u = i;
u.n = -1;
u.fl = 0;
fi = (_root.f[i] * 3) + 0;
u.o.gotoAndStop(fi);
u.c.gotoAndStop(fi);
u.swapDepths((u._y * 100) + i);
i++;
}
Instance of Symbol 663 MovieClip "mp" in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 672 MovieClip "chfk" in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999);
}
Instance of Symbol 554 MovieClip "m" in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
o.stop();
c.stop();
}
onClipEvent (enterFrame) {
}
Instance of Symbol 673 MovieClip "cm" in Symbol 674 MovieClip Frame 1
onClipEvent (load) {
function scs(nmi, nmk, nms) {
var _local3 = "0000000000" + nms;
_local3 = _local3.substr(-9, 9);
scx = 1;
while (scx <= nmk) {
var _local2 = Math.floor(_local3.substr((10 - scx) - 1, 1)) + 1;
switch (nmi) {
case 1 :
_root["s" + scx].gotoAndStop(_local2);
break;
case 2 :
_root.nrw["n" + scx].gotoAndStop(_local2);
break;
case 3 :
_root.nrw["c" + scx].gotoAndStop(_local2);
break;
case 4 :
_root.sb.sb["s" + scx].gotoAndStop(_local2);
break;
case 5 :
_root.sb.sb["n" + scx].gotoAndStop(_local2);
break;
case 6 :
_root.sb.rs["s" + scx].gotoAndStop(_local2);
break;
case 7 :
_root.nrw["ma" + scx].gotoAndStop(_local2);
break;
case 8 :
_root.nrw["mb" + scx].gotoAndStop(_local2);
break;
case 9 :
_root.sb.sb["ma" + scx].gotoAndStop(_local2);
break;
case 10 :
_root.sb.sb["mb" + scx].gotoAndStop(_local2);
break;
case 11 :
_root.al.mp.cmb.comb["c" + scx].gotoAndStop(_local2);
break;
}
scx++;
}
}
function clchg(r) {
switch (r) {
case 1 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 30;
colList.rb = 80;
colList.gb = 0;
colList.bb = 0;
break;
case 2 :
colList.ra = 100;
colList.ga = 100;
colList.ba = 0;
colList.rb = 30;
colList.gb = 70;
colList.bb = 0;
break;
case 3 :
colList.ra = 0;
colList.ga = 100;
colList.ba = 100;
colList.rb = 0;
colList.gb = 0;
colList.bb = 175;
break;
case 4 :
colList.ra = 90;
colList.ga = 90;
colList.ba = 10;
colList.rb = 110;
colList.gb = 15;
colList.bb = 0;
break;
case 5 :
colList.ra = 100;
colList.ga = 45;
colList.ba = 100;
colList.rb = 45;
colList.gb = 0;
colList.bb = 60;
break;
case 6 :
colList.ra = 0;
colList.ga = 0;
colList.ba = 0;
colList.rb = 0;
colList.gb = 0;
colList.bb = 0;
}
}
function gct() {
var _local3 = 0;
_local3 = 0;
while (_local3 <= 60) {
var _local4 = _parent["m" + _local3];
if (_local4.a == 1) {
_parent.mv(_local4);
}
_local3++;
}
gc++;
if (gc > _parent.nx) {
nap = 1;
gc = 0;
var _local4 = _parent["m" + gi];
_local4.i = 0;
_local4._x = _root.x[0];
_local4._x = _root.y[0];
_local4.a = 1;
var _local5 = Math.floor(Math.random() * _root.mxf) + 1;
if ((_local5 == nwch1) && (_local5 == nwch2)) {
_local5 = Math.floor(Math.random() * _root.mxf) + 1;
if ((_local5 == nwch1) && (_local5 == nwch2)) {
_local5++;
if (_local5 > _root.mxf) {
_local5 = 1;
}
}
}
var _local6 = Math.floor(Math.random() * _root.mxc) + 1;
if ((_local6 == nwcl1) && (_local6 == nwcl2)) {
_local6 = Math.floor(Math.random() * _root.mxc) + 1;
if ((_local6 == nwcl1) && (_local6 == nwcl2)) {
_local6++;
if (_local6 > _root.mxc) {
_local6 = 1;
}
}
}
if (((Math.random() * 100) > 96) && (_root.stg > 5)) {
_local5 = 6;
_local6 = 6;
}
_local4.ch = _local5;
nwch2 = nwch1;
nwch1 = _local5;
_local4.gotoAndStop(_local4.ch);
_local4.cl = _local6;
nwcl2 = nwcl1;
nwcl1 = _local6;
colList = new Object();
colList.aa = 100;
clchg(_local4.cl);
colObj = new Color(_local4.c);
colObj.setTransform(colList);
_local4.o.gotoAndStop(2);
_local4.c.gotoAndStop(2);
_local4.fl = 0;
if ((Math.random() * 100) > 95) {
_local4.fl = 1;
_local4.fls.gotoAndPlay(2);
}
_root.n[nwi] = gi;
_local4.n = nwi;
nwi++;
gip();
}
}
function mst() {
var _local3 = 0;
_local3 = 0;
while (_local3 <= 60) {
var _local4 = (_root.f[_parent["m" + _local3].i] * 3) - 1;
_parent["m" + _local3].o.gotoAndStop(_local4);
_parent["m" + _local3].c.gotoAndStop(_local4);
_local3++;
}
}
function mv() {
var c2 = cc;
cs++;
if (cs >= _parent.sp) {
cs = 0;
cc = cc + 1;
if (cc > 2) {
cc = 0;
with (_parent) {
nn = nn + ni;
if (nn == -1) {
_root.snd.gotoAndPlay("s03");
if ((s == 1) && (gi > stlv)) {
mst();
s = 2;
_root.sb.gotoAndPlay("st_flg");
}
}
if (nn == 0) {
ni = -1;
}
if (nn == -2) {
ni = 1;
}
}
if (s > 1) {
gct();
}
}
}
}
function gip() {
if (s == 1) {
gi++;
} else {
var _local2 = 0;
_local2 = 60;
while (_local2 >= 0) {
if (_parent["m" + _local2].a == 0) {
gi = _local2;
}
_local2--;
}
}
}
function tap(u, i) {
u.i = -1;
u.a = -1;
u.n = -1;
var _local4 = Math.floor(Math.random() * _root.mxf) + 1;
if (_local4 == i.ch) {
_local4 = Math.floor(Math.random() * _root.mxf) + 1;
if (_local4 == i.ch) {
_local4++;
if (_local4 > _root.mxf) {
_local4 = 1;
}
}
}
u.ch = _local4;
u.gotoAndStop(u.ch);
var _local3 = Math.floor(Math.random() * _root.mxc) + 1;
if (_local3 == i.cl) {
_local3 = Math.floor(Math.random() * _root.mxc) + 1;
if (_local3 == i.cl) {
_local3++;
if (_local3 > _root.mxc) {
_local3 = 1;
}
}
}
u.cl = _local3;
nwcl = _local3;
colList = new Object();
colList.aa = 100;
clchg(u.cl);
colObj = new Color(u.c);
colObj.setTransform(colList);
u.o.gotoAndPlay(38);
u.c.gotoAndPlay(38);
}
function tk_ap() {
var _local3 = -1;
if (tku2 == -1) {
_local3 = _parent["m" + gi];
tap(_local3);
_local3.swapDepths(79000 + _root.ty2);
_local3._x = _root.tx2;
_local3._y = _root.ty2;
tku2 = _local3;
gip();
_local3 = _parent["m" + gi];
tap(_local3, tku2);
_local3.swapDepths(79000 + _root.ty);
_local3._x = _root.tx;
_local3._y = _root.ty;
tku = _local3;
gip();
} else {
_local3 = tku2;
_local3.o.gotoAndStop(20);
_local3.c.gotoAndStop(20);
tku = _local3;
_local3 = _parent["m" + gi];
tap(_local3, tku);
_local3._x = _root.tx2;
_local3._y = _root.ty2;
tku2 = _local3;
tku.swapDepths(79000 + _root.ty);
tku2.swapDepths(79000 + _root.ty2);
gip();
}
tku.c.ya.gotoAndStop(2);
}
function mmk() {
var _local5 = _parent._xmouse - _root.tx;
var _local6 = _parent._ymouse - _root.ty;
var _local4 = Math.atan2(_local6, _local5);
var _local3 = Math.round(_local4 / 0.75) + 5;
if (_local3 > 8) {
_local3 = 1;
}
_local3 = (_local3 * 3) - 1;
tku.o.gotoAndStop(_local3);
tku.c.gotoAndStop(_local3);
}
function tmk() {
var _local4 = _root.tx - _root.tx2;
var _local5 = _root.ty - _root.ty2;
var _local3 = Math.atan2(_local5, _local4);
var _local2 = Math.round(_local3 / 0.75) + 5;
if (_local2 > 8) {
_local2 = 1;
}
twm = _local2;
tsx = (_root.tx - _root.tx2) / 9;
tsy = (_root.ty - _root.ty2) / 9;
_local2 = (_local2 * 3) - 1;
tku2.o.gotoAndStop(_local2);
tku2.c.gotoAndStop(_local2);
}
function zr() {
var _local5 = -1;
var _local3 = -1;
_local5 = 0;
while (_local5 <= 60) {
_local3 = _parent["m" + _root.n[_local5]];
if ((_local3.n <= wru.n) && (_local3.a == 1)) {
_local3.i++;
var _local4 = Math.floor(_local3.i);
_local3._x = _root.x[_local4];
_local3._y = _root.y[_local4];
_local3.swapDepths(_root.d[_local4]);
_local4 = (_root.f[_local4] * 3) - 1;
_local3.o.gotoAndStop(_local4);
_local3.c.gotoAndStop(_local4);
}
_local5++;
}
}
function zr2() {
var _local3 = -1;
var _local4 = -1;
tku.i = wru.i - 6;
tku.n = wru.n + 1;
if (tku.n > 60) {
tku.n = 0;
}
tku.a = 1;
_local3 = 0;
while (_local3 <= 60) {
_local4 = _parent["m" + _root.n[_local3]];
if ((_local4.n > wru.n) && (n != tku)) {
_local4.n++;
}
_local3++;
}
nwi++;
}
function lst() {
var _local4 = 0;
var _local3 = -1;
_local4 = 0;
while (_local4 <= 60) {
_root.n[_local4] = -1;
_local4++;
}
_local4 = 0;
while (_local4 <= 60) {
_local3 = _parent["m" + _local4];
if (_local3.a == 1) {
if (_root.n[_local3.n] == -1) {
_root.n[_local3.n] = _local4;
} else {
_root.snd.gototAndPlay("cake");
_root.scr = 999999 /* 0x0F423F */;
scs(1, 8, _root.scr);
_local3.i = -1;
_local3.n = -1;
_local3.a = 0;
_local3.ch = 7;
_local3.cl = 7;
_local3.fl = 0;
_local3.fls.gotoAndStop(1);
_local3.gotoAndStop(7);
}
}
_local4++;
}
_local3 = _parent["m" + _root.n[0]];
var _local5 = _local3.i;
_local4 = 1;
while (_local4 <= 60) {
_local3 = _parent["m" + _root.n[_local4]];
_local5 = _local5 - (_parent.nx + 1);
_local3.i = _local5;
_local4++;
}
}
function chk() {
var _local9 = -1;
var _local5 = -1;
var _local7 = -1;
var _local6 = -1;
_local9 = 2;
while (_local9 <= 60) {
_local7 = _parent["m" + _root.n[_local9 - 1]];
_local6 = _parent["m" + _root.n[_local9 - 2]];
_local5 = _parent["m" + _root.n[_local9]];
if ((((_local5.a + _local7.a) + _local6.a) == 3) && (((_local5.cl == _local7.cl) && (_local5.cl == _local6.cl)) || ((_local5.ch == _local7.ch) && (_local5.ch == _local6.ch)))) {
flg = 1;
_local5.o.gotoAndStop(25);
_local5.c.gotoAndStop(25);
_local7.o.gotoAndStop(25);
_local7.c.gotoAndStop(25);
_local6.o.gotoAndStop(25);
_local6.c.gotoAndStop(25);
_local5.sc.gotoAndStop(sd + 2);
_local7.sc.gotoAndStop(sd + 2);
_local6.sc.gotoAndStop(sd + 2);
if ((((_local5.fl == 1) && (_local5.a == 1)) || ((_local7.fl == 1) && (_local7.a == 1))) || ((_local6.fl == 1) && (_local6.a == 1))) {
_root.snd.gotoAndPlay("ef1");
var _local8 = -1;
if (_local5.fl == 1) {
_local8 = _local5;
}
if (_local7.fl == 1) {
_local8 = _local7;
}
if (_local6.fl == 1) {
_local8 = _local6;
}
var _local4 = -1;
var _local3 = -1;
_local4 = _local8.n - 3;
while (_local4 <= (_local8.n + 3)) {
if ((_local4 > 0) && (_local4 < 61)) {
_local3 = _parent["m" + _root.n[_local4]];
_local3.cl = _local8.cl;
colList = new Object();
colList.aa = 100;
clchg(_local3.cl);
colObj = new Color(_local3.c);
colObj.setTransform(colList);
_local3.o.gotoAndStop(25);
_local3.c.gotoAndStop(25);
_local3.sc.gotoAndStop(sd + 2);
}
_local4++;
}
}
}
_local9++;
}
}
function tbr() {
_root.tb._xscale = tim;
tst = Math.floor(tim / 20) + 1;
if (tst > 4) {
tst = 4;
}
_root.tb.gotoAndStop(5 - tst);
_parent.sp = tst;
}
function pnt() {
var _local4 = -1;
var _local3 = -1;
var _local5 = 0;
_local4 = 0;
while (_local4 <= 60) {
_local3 = _parent["m" + _root.n[_local4]];
if ((((_local3.a == 1) && (_local3.o._currentframe == 25)) && (_local3.n >= 0)) && (_local3.n < 61)) {
_root.ck[_local3.ch]++;
_root.cc[_local3.cl]++;
if (_local3.ch == 6) {
tim = tim + 40;
_root.scr = _root.scr + 2000;
}
_local5++;
_local3.sc.gotoAndStop(1);
_local3.a = 0;
_local3.n = 999;
_local3.cl = 9;
_local3.ch = 9;
_local3.o.gotoAndStop(1);
_local3.c.gotoAndStop(1);
_local3.i = -1;
_local3._x = -500;
_local3.fl = 0;
_local3.fls.gotoAndStop(1);
_local3.gotoAndStop(7);
}
_local4++;
}
_root.scr = _root.scr + (((sd * sd) * 10) * _local5);
scs(1, 8, _root.scr);
cfr = cfr + _local5;
scs(3, 4, cfr);
tim = tim + ((sd * sd) * sd);
if (tim > 90) {
tim = 90;
}
tbr();
}
function zr3() {
var _local3 = -1;
var _local4 = -1;
var _local5 = 0;
sc = 0;
_local3 = 60;
while (_local3 >= 0) {
_local4 = _parent["m" + _root.n[_local3]];
if (_local4.a == 0) {
_local5 = 1;
sc = sc + (_parent.nx + 1);
} else if (_local5 == 1) {
_local4.a = 2;
}
_local3--;
}
}
function zr4() {
var _local5 = -1;
var _local3 = -1;
_local5 = 60;
while (_local5 >= 0) {
_local3 = _parent["m" + _root.n[_local5]];
if (_local3.a == 2) {
_local3.i = _local3.i - 2;
var _local4 = Math.floor(_local3.i);
_local3._x = _root.x[_local4];
_local3._y = _root.y[_local4];
_local3.swapDepths(_root.d[_local4]);
_local4 = (_root.f[_local4] * 3) - 1;
_local3.o.gotoAndStop(_local4);
_local3.c.gotoAndStop(_local4);
}
_local5--;
}
sc = sc - 2;
if (sc < 1) {
var _local6 = 0;
_local5 = 0;
while (_local5 <= 60) {
_local3 = _parent["m" + _root.n[_local5]];
if (_local3.a == 2) {
_local3.a = 1;
}
if (_local3.a == 1) {
_local3.n = _local6;
_local6++;
}
_local5++;
}
nwi = _local6;
lst();
s = 7;
}
}
function cler() {
var _local5 = 0;
var _local4 = -1;
var _local3 = -1;
_local4 = 0;
while (_local4 <= 60) {
_local3 = _parent["m" + _root.n[_local4]];
if (_local3.a == 1) {
_local3.o.gotoAndStop(25);
_local3.c.gotoAndStop(25);
}
_local4++;
}
tku2.o.gotoAndPlay(26);
tku2.c.gotoAndPlay(26);
}
if (_root.stg == 1) {
_root.rfk.gotoAndStop(2);
}
twk = new Array(0, 0, 0, -1, -1, -1, -2, -2, -2, -1, -1, 0, 0, -1, -1);
var rcm = 0;
var cmct = 0;
var cy = 0;
var twm = -1;
var tsx = 0;
var tsy = 0;
_parent.mp.gotoAndStop(_root.bg);
_parent.hk.gotoAndStop(_root.bm[_root.bg2]);
scs(1, 8, _root.scr);
var cc = 0;
var cs = 0;
var nwch1 = -1;
var nwcl1 = -1;
var nwch1 = -1;
var nwcl2 = -1;
var nwi = 0;
var gc = 0;
var gi = 0;
var s = 1;
var stlv = _root.stlv;
var tk = 0;
var tku = -1;
var tku2 = -1;
var j = 0;
var jx = 0;
var jy = 0;
var wru = -1;
var sc = 0;
var flg = 0;
var sd = 0;
var cfr = 0;
var jp = -1;
var tim = 90;
var tst = 1;
var ust = 1;
var nap = 0;
_root.tb._xscale = tim;
}
onClipEvent (enterFrame) {
switch (s) {
case 1 :
mv();
gct();
break;
case 3 :
_parent.sp = 4;
s = 4;
break;
case 4 :
nap = 0;
mv();
if (tk == 0) {
tk_ap();
tk = 1;
}
if (tk < 10) {
tku.o.gotoAndStop((twm * 3) + twk[tk]);
tku.c.gotoAndStop((twm * 3) + twk[tk]);
tku._x = tku._x + tsx;
tku._y = tku._y + tsy;
if (tk == 9) {
tku.o.gotoAndStop(20);
tku.c.gotoAndStop(20);
mmk();
tmk();
}
}
tk = tk + (tk != 0);
if (_parent.ya._currentframe == 2) {
_parent.ya._x = (_parent.sl1._x + _parent.sl2._x) / 2;
_parent.ya._y = (_parent.sl1._y + _parent.sl2._y) / 2;
}
if (((jp != -1) && (tk > 10)) && (nap == 0)) {
_root.snd.gotoAndPlay("jmp");
_parent.sl1.gd.gotoAndStop(1);
wru = _parent["m" + jp];
tku.kg.gotoAndStop(2);
j = -18;
s = 5;
jx = (wru._x - tku._x) / 17;
jy = (wru._y - tku._y) / 17;
jp = -1;
tku.swapDepths(89999);
}
tim = tim - _root.tlv;
if (tim < 0) {
tim = 0;
}
tbr();
if ((Key.isDown(4) || (Key.isDown(32))) && (tk > 9)) {
s = 12;
}
break;
case 5 :
cmct = 0;
tku._x = tku._x + jx;
tku._y = tku._y + jy;
tku.o._y = tku.o._y + j;
tku.c._y = tku.c._y + j;
j = j + 2.4;
if (tku.o._y > 0) {
_root.snd.gotoAndPlay("s01");
_parent.sl1.gd.gotoAndStop(1);
_parent.sl2.gd.gotoAndStop(1);
tku._x = wru._x;
tku._y = wru._y;
tku.n = wru.n + 1;
if (tku.n > 60) {
tku.n = 0;
}
tku.o._y = 0;
tku.c._y = 0;
j = 0;
tku.kg.gotoAndStop(1);
sc = 0;
s = 6;
}
break;
case 6 :
zr();
if (sc >= _parent.nx) {
lst();
zr2();
tk = 0;
lst();
s = 7;
}
sc++;
break;
case 7 :
tku.c.ya.gotoAndStop(1);
flg = 0;
chk();
if (flg != 0) {
cmct = 1;
if (sd > 8) {
_root.snd.gotoAndPlay("f9");
} else {
_root.snd.gotoAndPlay("f" + (sd + 1));
}
sd++;
if (sd > 1) {
cy = 5;
_root._y = _root._y + cy;
}
if (sd > 21) {
sd = 21;
}
sc = 0;
s = 8;
} else {
if (cmct == 0) {
rcm = 0;
} else {
if (rcm > 0) {
tim = tim + ((Math.floor(rcm) / 2) + 1);
if (tim > 90) {
tim = 90;
}
tbr();
_root.scr = _root.scr + (rcm * 20);
scs(1, 8, _root.scr);
_root.snd.gotoAndPlay("cake");
_parent.mp.cmb.gotoAndPlay(2);
}
rcm++;
}
s = 4;
if (sd > 0) {
if (cfr >= _root.cn) {
s = 51;
cler();
_root.scr = _root.scr + (_root.stg * 1000);
scs(1, 8, _root.scr);
_root.sb.gotoAndPlay("clr");
}
}
sd = 0;
}
break;
case 8 :
_root._y = _root._y - cy;
cy = 0;
sc++;
if (sc > 10) {
s = 9;
}
break;
case 9 :
pnt();
s = 10;
break;
case 10 :
zr3();
s = 11;
break;
case 11 :
zr4();
break;
case 12 :
tku.c.ya.gotoAndStop(1);
_root.snd.gotoAndPlay("ch");
tku.kg.gotoAndStop(2);
tku2.kg.gotoAndStop(2);
sc = 0;
j = -11;
s = 13;
break;
case 13 :
sc++;
tku._x = tku._x - tsx;
tku._y = tku._y - tsy;
tku2._x = tku2._x + tsx;
tku2._y = tku2._y + tsy;
tku.swapDepths(79000 + tku._y);
tku2.swapDepths(79000 + tku2._y);
tku.o._y = tku.o._y + j;
tku.c._y = tku.c._y + j;
tku2.o._y = tku2.o._y + j;
tku2.c._y = tku2.c._y + j;
j = j + 3;
if (tku.o._y > 0) {
tku.o._y = 0;
tku.c._y = 0;
tku2.o._y = 0;
tku2.c._y = 0;
tku.kg.gotoAndStop(1);
tku2.kg.gotoAndStop(1);
sc = tku2;
tku2 = tku;
tku = sc;
sc = 0;
tku.o.gotoAndStop(20);
tku.c.gotoAndStop(20);
tku.c.ya.gotoAndStop(2);
tmk();
s = 4;
}
break;
case 99 :
tku._x = -500;
tku.o.gotoAndStop(20);
tku.c.gotoAndStop(20);
_root.sb.gotoAndPlay("tmov");
s = 100;
break;
}
}
Symbol 680 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 11
gotoAndPlay (2);
Symbol 684 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 1
stop();
Symbol 712 Button
on (release) {
if (_root.al.cm.s == 4) {
_root.al.cm.s = 98;
sb.gotoAndPlay("ps");
}
}
Symbol 717 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("titl");
}
Symbol 731 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 2
f1.gotoAndStop(_root.ma);
f2.gotoAndStop(_root.mb);
_root.a.scs(7, 2, _root.mn);
_root.a.scs(8, 2, _root.mn);
Symbol 777 MovieClip Frame 1
stop();
Symbol 798 MovieClip Frame 1
stop();
Symbol 824 MovieClip Frame 1
stop();
Symbol 824 MovieClip Frame 17
gotoAndStop (1);
Symbol 824 MovieClip Frame 38
stop();
Symbol 824 MovieClip Frame 54
gotoAndStop (1);
Symbol 824 MovieClip Frame 87
gotoAndStop (1);
Symbol 824 MovieClip Frame 103
gotoAndStop (1);
Symbol 824 MovieClip Frame 119
gotoAndStop (1);
Symbol 840 MovieClip Frame 1
stop();
Symbol 840 MovieClip Frame 17
gotoAndStop (1);
Symbol 840 MovieClip Frame 38
stop();
Symbol 840 MovieClip Frame 54
gotoAndStop (1);
Symbol 840 MovieClip Frame 87
gotoAndStop (1);
Symbol 840 MovieClip Frame 103
gotoAndStop (1);
Symbol 840 MovieClip Frame 119
gotoAndStop (1);
Symbol 840 MovieClip Frame 120
stop();
Symbol 841 MovieClip Frame 1
stop();
Symbol 857 MovieClip Frame 1
stop();
Symbol 857 MovieClip Frame 17
gotoAndStop (1);
Symbol 857 MovieClip Frame 40
stop();
Symbol 857 MovieClip Frame 56
gotoAndStop (1);
Symbol 857 MovieClip Frame 89
gotoAndStop (1);
Symbol 857 MovieClip Frame 105
gotoAndStop (1);
Symbol 857 MovieClip Frame 121
gotoAndStop (1);
Symbol 857 MovieClip Frame 122
stop();
Symbol 858 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 17
gotoAndStop (1);
Symbol 874 MovieClip Frame 40
stop();
Symbol 874 MovieClip Frame 56
gotoAndStop (1);
Symbol 874 MovieClip Frame 89
gotoAndStop (1);
Symbol 874 MovieClip Frame 105
gotoAndStop (1);
Symbol 874 MovieClip Frame 121
gotoAndStop (1);
Symbol 874 MovieClip Frame 122
stop();
Symbol 875 MovieClip Frame 1
stop();
Symbol 891 MovieClip Frame 1
stop();
Symbol 891 MovieClip Frame 17
gotoAndStop (1);
Symbol 891 MovieClip Frame 40
stop();
Symbol 891 MovieClip Frame 56
gotoAndStop (1);
Symbol 891 MovieClip Frame 89
gotoAndStop (1);
Symbol 891 MovieClip Frame 105
gotoAndStop (1);
Symbol 891 MovieClip Frame 121
gotoAndStop (1);
Symbol 891 MovieClip Frame 122
stop();
Symbol 892 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 17
gotoAndStop (1);
Symbol 908 MovieClip Frame 40
stop();
Symbol 908 MovieClip Frame 56
gotoAndStop (1);
Symbol 908 MovieClip Frame 89
gotoAndStop (1);
Symbol 908 MovieClip Frame 105
gotoAndStop (1);
Symbol 908 MovieClip Frame 121
gotoAndStop (1);
Symbol 908 MovieClip Frame 122
stop();
Symbol 909 MovieClip Frame 1
stop();
Symbol 925 MovieClip Frame 1
stop();
Symbol 925 MovieClip Frame 17
gotoAndStop (1);
Symbol 925 MovieClip Frame 40
stop();
Symbol 925 MovieClip Frame 56
gotoAndStop (1);
Symbol 925 MovieClip Frame 57
play();
Symbol 925 MovieClip Frame 89
gotoAndStop (1);
Symbol 925 MovieClip Frame 105
gotoAndStop (1);
Symbol 925 MovieClip Frame 121
gotoAndStop (1);
Symbol 926 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 1
stop();
Instance of Symbol 261 MovieClip "s" in Symbol 927 MovieClip Frame 6
onClipEvent (load) {
gotoAndStop(_parent._parent.cmb);
}
Instance of Symbol 926 MovieClip "m" in Symbol 927 MovieClip Frame 6
onClipEvent (enterFrame) {
if (a._currentframe == 1) {
a.gotoAndPlay("sc");
b.gotoAndPlay("sc");
}
}
Symbol 948 MovieClip Frame 1
stop();
Symbol 953 Button
on (release) {
_root.snd.gotoAndPlay("s01");
_root.hiscore_hc.connectSWHiscore("submit", 1, _root.scr);
}
Symbol 954 Button
on (release) {
_root.snd.gotoAndPlay("s01");
stopAllSounds();
_root.gotoAndStop("titl");
}
Symbol 960 MovieClip Frame 1
stop();
Symbol 961 MovieClip Frame 1
stop();
Symbol 962 MovieClip Frame 1
_root.al.cm.scs(6, 8, _root.scr);
kj1 = 7;
kj2 = 7;
kj3 = 7;
cj1 = 7;
cj2 = 7;
cj3 = 7;
i = 1;
while (i <= 7) {
if (_root.ck[kj1] < _root.ck[i]) {
kj3 = kj2;
kj2 = kj1;
kj1 = i;
} else if (_root.ck[kj2] < _root.ck[i]) {
kj3 = kj2;
kj2 = i;
} else if (_root.ck[kj3] < _root.ck[i]) {
kj3 = i;
}
if (_root.cc[cj1] < _root.cc[i]) {
cj3 = cj2;
cj2 = cj1;
cj1 = i;
} else if (_root.cc[cj2] < _root.cc[i]) {
cj3 = cj2;
cj2 = i;
} else if (_root.cc[cj3] < _root.cc[i]) {
cj3 = i;
}
i++;
}
k1.gotoAndStop(kj1);
k2.gotoAndStop(kj2);
k3.gotoAndStop(kj3);
c1.gotoAndStop(cj1);
c2.gotoAndStop(cj2);
c3.gotoAndStop(cj3);
m.gotoAndStop(kj1);
m.m.gotoAndStop(cj1);
sf = new Array("", "\u30DD\u30C3\u30D7", "\u30AD\u30E5\u30FC\u30C8", "\u30EF\u30EB", "\u30A2\u30C0\u30EB\u30C8", "\u30DF\u30B9\u30C6\u30EA\u30A2\u30B9", "\u30DE\u30CB\u30A2\u30C3\u30AF", "\u30DE\u30CB\u30A2\u30C3\u30AF");
sf2 = new Array("", "\u304A\u3068\u3053\u306E\u3053", "\u304A\u3093\u306A\u306E\u3053", "\u30E4\u30F3\u30AD\u30FC", "\u304A\u3084\u3058", "\u306A\u305E\u306E\u4EBA", "\u3078\u3093\u306A\u4EBA", "\u3078\u3093\u306A\u4EBA");
_parent.t1 = ("<b>\u3061\u3087\u3063\u3074\u308A<font color='#FF9900'><b>" + sf[kj3]) + "</b></font>\u3067\u3001";
_parent.t2 = ((("<b>\u308F\u308A\u3068<font color='#FF9900'><b>" + sf[kj2]) + "</b></font>\u306A\u3001<font color='#FF9900'><b>") + sf2[kj1]) + "\uFF01</b></font>";
Instance of Symbol 927 MovieClip "m" in Symbol 962 MovieClip Frame 1
onClipEvent (load) {
c = 0;
}
onClipEvent (enterFrame) {
if (_currentframe < 6) {
c++;
if (c == 2) {
m.a.gotoAndStop(1);
m.b.gotoAndStop(1);
}
if (c == 20) {
m.a.gotoAndStop("bz2");
m.b.gotoAndStop("bz");
}
if (c > 40) {
c = 0;
}
}
}
Symbol 971 Button
on (press) {
_parent.play();
}
Symbol 972 MovieClip Frame 1
kj1 = 7;
kj2 = 7;
kj3 = 7;
cj1 = 7;
cj2 = 7;
cj3 = 7;
i = 1;
while (i <= 7) {
if (_root.ck[kj1] < _root.ck[i]) {
kj3 = kj2;
kj2 = kj1;
kj1 = i;
} else if (_root.ck[kj2] < _root.ck[i]) {
kj3 = kj2;
kj2 = i;
} else if (_root.ck[kj3] < _root.ck[i]) {
kj3 = i;
}
if (_root.cc[cj1] < _root.cc[i]) {
cj3 = cj2;
cj2 = cj1;
cj1 = i;
} else if (_root.cc[cj2] < _root.cc[i]) {
cj3 = cj2;
cj2 = i;
} else if (_root.cc[cj3] < _root.cc[i]) {
cj3 = i;
}
i++;
}
m.gotoAndStop(kj1);
m.m.gotoAndStop(cj1);
sf = new Array("", "\u30DD\u30C3\u30D7", "\u30AD\u30E5\u30FC\u30C8", "\u30EF\u30EB", "\u30A2\u30C0\u30EB\u30C8", "\u30DF\u30B9\u30C6\u30EA\u30A2\u30B9", "\u30DE\u30CB\u30A2\u30C3\u30AF", "\u30DE\u30CB\u30A2\u30C3\u30AF");
sf2 = new Array("", "\u304A\u3068\u3053\u306E\u3053", "\u304A\u3093\u306A\u306E\u3053", "\u30E4\u30F3\u30AD\u30FC", "\u304A\u3084\u3058", "\u306A\u305E\u306E\u4EBA", "\u3078\u3093\u306A\u4EBA", "\u3078\u3093\u306A\u4EBA");
_parent.t1 = ("<b>\u3061\u3087\u3063\u3074\u308A<font color='#FF9900'><b>" + sf[kj3]) + "</b></font>\u3067\u3001";
_parent.t2 = ((("<b>\u308F\u308A\u3068<font color='#FF9900'><b>" + sf[kj2]) + "</b></font>\u306A\u3001<font color='#FF9900'><b>") + sf2[kj1]) + "\uFF01</b></font>";
Instance of Symbol 927 MovieClip "m" in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
c = 0;
}
onClipEvent (enterFrame) {
if (_currentframe < 6) {
c++;
if (c == 2) {
m.a.gotoAndStop(1);
m.b.gotoAndStop(1);
}
if (c == 20) {
m.a.gotoAndStop("bz2");
m.b.gotoAndStop("bz");
}
if (c > 40) {
c = 0;
}
}
}
Symbol 989 MovieClip Frame 1
stop();
Symbol 990 MovieClip Frame 1
f1.gotoAndStop(_root.ma);
f2.gotoAndStop(_root.mb);
_root.a.scs(9, 2, _root.mn);
_root.a.scs(10, 2, _root.mn);
Symbol 991 MovieClip Frame 1
_root.nt.gotoAndStop(2);
Symbol 991 MovieClip Frame 6
stop();
Symbol 991 MovieClip Frame 8
_root.al.cm.scs(2, 4, _root.cn);
_root.al.cm.scs(4, 2, _root.stg);
_root.al.cm.scs(5, 4, _root.cn);
_root.nt.gotoAndStop(2);
Symbol 991 MovieClip Frame 43
_root.rfk.gotoAndStop(1);
_root.al.cm.s = 3;
_root.nt.gotoAndStop(1);
stop();
Symbol 991 MovieClip Frame 82
stopAllSounds();
Symbol 991 MovieClip Frame 87
_root.stg++;
if (_root.stg == 3) {
_root.mxf = 5;
}
if (_root.stg == 4) {
_root.mxc = 4;
}
if (_root.stg == 5) {
_root.mxc = 5;
}
_root.bg++;
if (_root.bg > 5) {
_root.bg = 1;
}
_root.bg2 = _root.bg2 + 1;
if (_root.bg2 > 10) {
_root.bg2 = 1;
}
if (_root.stg > 5) {
_root.stlv++;
if (_root.stlv > 50) {
_root.stlv = 50;
}
_root.tlv = _root.tlv + 0.01;
_root.cn = _root.cn + 5;
}
_root.play();
stop();
Symbol 991 MovieClip Frame 98
stopAllSounds();
_root.nt.gotoAndStop(2);
Symbol 991 MovieClip Frame 150
Symbol 991 MovieClip Frame 167
_root.nt.gotoAndStop(1);
stop();
Symbol 991 MovieClip Frame 168
Symbol 991 MovieClip Frame 184
stop();
Symbol 991 MovieClip Frame 196
_root.nt.gotoAndStop(1);
_root.al.cm.s = 4;
gotoAndStop (43);
Symbol 991 MovieClip Frame 204
_root.a.scs(4, 2, _root.stg);
_root.nt.gotoAndStop(2);
Symbol 991 MovieClip Frame 277
_root.s = 1;
_root.nt.gotoAndStop(1);
stop();
Symbol 994 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 2
nt.useHandCursor = false;
stop();