Frame 1
stop();
owner_URL = "http://gamesofdesire.com/";
partner_URL = "http://funny-games.biz/adult";
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
percent = (percent_shadow = ("Loading: " + int((100 * getBytesLoaded()) / getBytesTotal())) + "%");
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
moregames1.onPress = function () {
getURL (owner_URL, "_blank");
};
moregames2.onPress = function () {
getURL (partner_URL, "_blank");
};
Frame 3
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, "screen", 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = clip_name;
}
function playSound(snd_name) {
snd = new Sound();
snd.attachSound(snd_name);
snd.start();
delete snd;
}
setScreen("mainmenu");
Symbol 6 MovieClip [dialog_line] Frame 1
stop();
onRollOver = function () {
if (_currentframe == 3) {
return(undefined);
}
i = 0;
while (i < 3) {
if (eval ("_parent.dialog_line" + i)._currentframe == 3) {
} else {
eval ("_parent.dialog_line" + i).gotoAndStop(1);
}
i++;
}
gotoAndStop (2);
};
onRollOut = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (1);
};
onPress = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (3);
_parent.your_phrase._visible = true;
_parent.your_phrase.phrase = your_text;
_parent.your_phrase.letters = 0;
_parent.your_phrase.her_face = her_face;
_parent.her_phrase.phrase = her_text;
_parent.her_phrase.good_result = good_result;
_parent.her_phrase.next_face = next_face;
_parent.her_phrase.next_btn._visible = (_parent.your_phrase.next_btn._visible = false);
_parent._parent.playSound("typing");
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
};
Symbol 20 MovieClip Frame 1
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 36 MovieClip [mainmenu] Frame 1
Mouse.show();
play_btn.onPress = function () {
_parent.gotoScreen("talk_screen");
};
moregames1.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
moregames2.onPress = function () {
getURL (_parent.partner_URL, "_blank");
};
Symbol 38 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 38 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 38 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 58 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
_parent.babe.gotoAndStop(her_face);
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent._parent.playSound("typing");
};
Symbol 68 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("drink_screen");
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 69 MovieClip [talk_screen] Frame 1
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Wanna feel pretty tonight?");
her_phrases.push("What!? Are you mad!?");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Mrs. Francois! I'm very poor in Maths. Can you help me?");
her_phrases.push("But how I could do this... I'm a teacher of French.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I don't normally date teachers, but ok, here's my is number...");
her_phrases.push("Ohhh Jeffrey. You shouldn't date your teachers!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Hey, if I kiss you, will I get slapped?");
her_phrases.push("You won't do this, I'm married!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Can I flirt with you?");
her_phrases.push("Sure you can!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("If I could rearrange the alphabet, I'd put U and I together.");
her_phrases.push("Ohhh Jeffrey! That's so sweet, but I'm your teacher!");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("Baby did you fart, cuz you blow me away!");
her_phrases.push("That is so disgusting and incredibly rude!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I think I'm gay, wanna prove me wrong?");
her_phrases.push("Huh! That's not my problem!");
her_faces.push(3);
next_faces.push(2);
results.push(false);
your_phrases.push("Hey can you do me a favor?");
her_phrases.push("Uhhh...That depends...");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("I wish we lived in Alaska where the nights would last forever.");
her_phrases.push("What do you mean Jeffrey!?");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I got a queen size bed and I'm tired of sleeping alone...");
her_phrases.push("Huh!? You're just a perverted teen!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Stay beautiful till the next time I see you.");
her_phrases.push("Ohhh thanks! I promise you that.");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("I have a weapon of mass destruction in my pants.");
her_phrases.push("What did you say! That's so vulgar!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("You need a vacation, my body is your pleasure island.");
her_phrases.push("Huh!? I don't think so Jeffrey!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Are you going to kiss me or do I have to lie to my diary?");
her_phrases.push("I have to seriously talk with you, come to me in the evening.");
her_faces.push(2);
next_faces.push(2);
results.push(true);
AddDialogLines = function () {
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 73 MovieClip [drink_screen] Frame 40
stop();
_parent.gotoScreen("lay_screen");
Symbol 79 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
_parent.babe.gotoAndStop(her_face);
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent._parent.playSound("typing");
};
Symbol 82 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if ((letters > phrase.length) && (!next_btn._visible)) {
letters = phrase.length;
next_btn._visible = true;
if (good_result && (_parent.dialogs_num == 3)) {
_parent.play();
}
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("suck_screen");
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 85 MovieClip Frame 1
next_btn.onPress = function () {
_parent.AddDialogLines();
_visible = false;
};
Symbol 101 MovieClip Frame 1
stop();
Symbol 105 MovieClip [lay_screen] Frame 1
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
dialogs_num = 0;
your_phrases.push("Shut the fuck up! I'm here to fuck you all up!");
her_phrases.push("WHAT!? Get fuck out of my house!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("But I like older women. They\u2019re so grateful.");
her_phrases.push("Hey, I'm just 26!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Your eyes are blue, like the ocean. I'm lost at sea.");
her_phrases.push("Ohhh... You're so romantic...");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("Pinch me. You're so fine I must be dreaming.");
her_phrases.push("Ohhh... Thanks. But you'd better stop dreaming.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Is your dad a terrorists? Cause you're the bomb!");
her_phrases.push("Huh!? That's so stupid!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I had a wet dream about you last night.");
her_phrases.push("And What did you see in your dream? Please be honest...");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("In my dream We were walking hand in hand along the beach.");
her_phrases.push("Sounds very romantic. But you know we can't be together.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("We're having a hot sex on the floor among the books.");
her_phrases.push("You'd better forget this dream.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I was sucking and licking your breasts all the night.");
her_phrases.push("Mmmm... This so sexy. Wanna look at them?");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("Can I warm my hands in your heavenly breasts?");
her_phrases.push("No-no-no... You won't do this.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("That's a nice set of legs, what time do they open?");
her_phrases.push("Hey, Chill out boy. I think you'd better go home.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Well, I wanna show you something, too...");
her_phrases.push("Huh!? What do you mean Jeffrey?");
her_faces.push(2);
next_faces.push(1);
results.push(true);
AddDialogLines = function () {
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
dialogs_num++;
};
Symbol 105 MovieClip [lay_screen] Frame 20
stop();
Symbol 110 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(0.002);
}
};
Symbol 125 MovieClip Frame 1
moan_timer = 0;
onEnterFrame = function () {
if ((_currentframe == 3) && (moan_timer == 0)) {
_parent._parent.playSound("pleasure" + random(4));
moan_timer = 30;
}
if ((_currentframe == 2) && (moan_timer == 0)) {
_parent._parent.playSound("anger" + random(4));
moan_timer = 30;
}
if (moan_timer > 0) {
moan_timer--;
}
};
Symbol 127 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(0.002);
}
};
Symbol 130 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.2) {
_parent._parent.AddMood(0.002);
}
};
Symbol 134 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 142 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.5) {
_parent._parent.AddMood(0.002);
}
};
Symbol 145 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.9) {
_parent._parent.AddMood(0.002);
}
};
Symbol 146 MovieClip Frame 1
_parent.boob2._visible = true;
Symbol 146 MovieClip Frame 2
_parent.boob2._visible = false;
Symbol 149 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.1) {
_parent._parent.AddMood(0.002);
}
};
Symbol 156 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.3) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.4) {
_parent._parent.AddMood(0.002);
}
};
Symbol 158 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.8) {
_parent._parent.AddMood(0.002);
}
};
Symbol 159 MovieClip Frame 1
_parent.boob1._visible = true;
Symbol 159 MovieClip Frame 2
_parent.boob1._visible = false;
Symbol 160 MovieClip Frame 1
onEnterFrame = function () {
if (_parent._parent.mood.value < 0.6) {
_parent._parent.AddMood(-0.002);
} else if (_parent._parent.mood.value < 0.7) {
_parent._parent.AddMood(0.002);
}
};
Symbol 161 MovieClip Frame 1
_parent.boob1._visible = true;
_parent.boob2._visible = true;
Symbol 161 MovieClip Frame 2
_parent.boob1._visible = false;
_parent.boob2._visible = false;
Symbol 163 MovieClip Frame 1
function SetHider() {
hider._x = (value_show * volumer._width) - hider._width;
}
value = 0;
value_show = value;
SetHider();
onEnterFrame = function () {
if (value > value_show) {
_parent.head.gotoAndStop(3);
value_show = value;
SetHider();
if (!_parent.dialog._visible) {
_parent.dialog._visible = true;
_parent.dialog.gotoAndStop(5 + random(3));
}
} else if (value < value_show) {
_parent.head.gotoAndStop(2);
value = value_show;
if (!_parent.dialog._visible) {
_parent.dialog._visible = true;
_parent.dialog.gotoAndStop(2 + random(3));
}
} else {
if (_parent.part_clip == undefined) {
_parent.head.gotoAndStop(1);
} else {
_parent.head.gotoAndStop(3);
}
if (_parent.dialog._visible && (_parent.dialog.timer >= _parent.dialog.time)) {
_parent.dialog._visible = false;
}
}
};
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 13
stop();
_visible = false;
Symbol 174 MovieClip Frame 1
function SetPhrase(num, time_) {
timer = 0;
time = time_;
_visible = true;
gotoAndStop(num);
}
stop();
if (time == undefined) {
time = 0;
timer = 0;
}
onEnterFrame = function () {
if (timer < time) {
timer++;
}
};
SetPhrase(1, 110);
Symbol 177 MovieClip [touch_screen] Frame 1
function AddMood(val) {
if (val < 0) {
val = -1E-8;
}
mood.value = mood.value + val;
if (mood.value > 1) {
if (!next_btn._visible) {
next_btn._visible = true;
glow._visible = true;
glow.play();
}
mood.value = 1;
}
}
function ReleasePart() {
if (!part_clip.single) {
part_clip.gotoAndStop(1);
}
part_clip = undefined;
cursor._visible = true;
}
Mouse.hide();
parts = new Array("boob1", "boob2", "nipple1", "nipple2", "both_boobs", "elbow", "elbow2", "hip1", "hip2", "pussy");
next_btn._visible = false;
glow._visible = false;
i = 0;
while (i < parts.length) {
eval (parts[i]).stop();
eval (parts[i]).onPress = function () {
if ((dialog._currentframe == 1) && (dialog._visible)) {
return(undefined);
}
if (part_clip != undefined) {
return(undefined);
}
part_clip = this;
this.gotoAndStop(2);
cursor._visible = false;
};
i++;
}
onMouseUp = function () {
if (part_clip.single) {
return(undefined);
}
ReleasePart();
};
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
next_btn.onPress = function () {
_parent.gotoScreen("ride_screen");
Mouse.show();
};
Symbol 194 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 1
function SetLevel(_level) {
level = _level;
if (level > 1) {
level = 1;
}
value._y = (1 - _level) * value._height;
}
level = 0;
SetLevel(level);
Symbol 219 MovieClip [suck_screen] Frame 29
stop();
next_btn.onPress = function () {
play();
};
Symbol 219 MovieClip [suck_screen] Frame 30
if (ymouse == undefined) {
ymouse = _ymouse;
mouse_up = false;
changes = 0;
changes_prev = 0;
counter = 0;
frames_per_cicle = 0;
moan_timer = 0;
}
onMouseMove = function () {
if ((!mouse_up) && (_ymouse < ymouse)) {
mouse_up = true;
changes++;
} else if (mouse_up && (_ymouse > ymouse)) {
mouse_up = false;
changes++;
}
ymouse = _ymouse;
};
cummed = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
if (cummed) {
return(undefined);
}
if (moan_timer == 0) {
_parent.playSound("suck" + random(3));
moan_timer = 20 + int((1 - thermo.level) * 30);
}
if (moan_timer > 0) {
moan_timer--;
}
counter++;
if (counter >= 10) {
counter = 0;
if ((changes >= changes_prev) && (changes != 0)) {
frames_per_cicle = frames_per_cicle + 2;
} else {
if (frames_per_cicle > 8) {
frames_per_cicle = frames_per_cicle - 2;
} else {
frames_per_cicle = frames_per_cicle - 1;
}
if (frames_per_cicle < 0) {
frames_per_cicle = 0;
}
}
changes_prev = changes;
changes = 0;
}
thermo.SetLevel(frames_per_cicle / 45);
if (frames_per_cicle > 25) {
face.gotoAndStop(2);
} else {
face.gotoAndStop(1);
}
frame = _currentframe + frames_per_cicle;
if (frame > 230) {
if (thermo.level >= 1) {
cummed = true;
gotoAndPlay (231);
return(undefined);
}
frame = frame - 200;
}
gotoAndStop(frame);
};
Symbol 219 MovieClip [suck_screen] Frame 255
face.gotoAndStop(1);
Symbol 219 MovieClip [suck_screen] Frame 279
stop();
next_btn.onPress = function () {
_parent.gotoScreen("touch_screen");
};
Symbol 232 MovieClip Frame 1
if (ymouse == undefined) {
ymouse = _ymouse;
mouse_up = false;
changes = 0;
changes_prev = 0;
counter = 0;
frames_per_cicle = 0;
}
onMouseMove = function () {
if ((!mouse_up) && (_ymouse < ymouse)) {
mouse_up = true;
changes++;
} else if (mouse_up && (_ymouse > ymouse)) {
mouse_up = false;
changes++;
}
ymouse = _ymouse;
};
cummed = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
if (cummed) {
return(undefined);
}
counter++;
if (counter >= 10) {
counter = 0;
if ((changes >= changes_prev) && (changes != 0)) {
frames_per_cicle = frames_per_cicle + 2;
} else {
if (frames_per_cicle > 8) {
frames_per_cicle = frames_per_cicle - 2;
} else {
frames_per_cicle = frames_per_cicle - 1;
}
if (frames_per_cicle < 0) {
frames_per_cicle = 0;
}
}
changes_prev = changes;
changes = 0;
}
_parent.thermo.SetLevel(frames_per_cicle / 45);
frame = _currentframe + frames_per_cicle;
if (frame > 200) {
if (_parent.thermo.level >= 1) {
cummed = true;
_parent._parent.gotoScreen("cumming_screen");
return(undefined);
}
frame = frame - 200;
}
gotoAndStop(frame);
};
Symbol 281 MovieClip [cumming_screen] Frame 80
stop();
next_btn.onPress = function () {
play();
};
Symbol 281 MovieClip [cumming_screen] Frame 109
stop();
again_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
moregames1.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
moregames2.onPress = function () {
getURL (_parent.partner_URL, "_blank");
};