Frame 1
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_seizurenow_copy", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.seizurenow_copy = new Sound(this._parent.BS_seizurenow_copy);
} else {
this.createEmptyMovieClip("_seizurenow_copy_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.seizurenow_copy = new Sound(this.BS_seizurenow_copy);
}
_global.Behaviors.Sound.seizurenow_copy.attachSound("seizurenow_copy");
_global.Behaviors.Sound.seizurenow_copy.start(0, 1);