nchat = ["You have wonderful hands !","You sure saved HIS sorry ass !","You\'ve got Clooney\'s heart","You have much to teach us.","I get off at 3am, do you fancy a kebab?","Chocolates?, MALTEESERS !","You\'re a magician !","You\'re so good we should CLONE you..","That was worth doing overtime for !","You\'ve got the reflexes of a HOT CAT !","EXCELLENT !","Is it getting hot in here?","I love your... technique","This guy makes my heart STOP!","My friend, electric.","You give me such a buzz!","Can you feel it too? It\'s like electricity","He\'s a sharp dresser too!","Wow. Next time, I\'m going private","Doc, you\'re a stunner!","I feel a Finger Frenzy coming on!","Set phasers to stunned!","...and who is this Bambos guy anyway?","It\'s Hank Zapper!","Set the controls for the heart of the stun","Loving your bedside manner","You have the power","It\'s ALIVE!","You\'re the guv\'nor","My hero","That was the business","That made me moist.","He\'s not on fire, but you are.","You\'re the Un-terminator.","Watt\'s up, doc!","Do you play tennis with Dr Bambos?","A great STAT of mind"," He lives on Electric Avenue","Smells like chicken..."];
body = _root.thebody;
body._x = 361;
body._y = 270;
fibs = _root.fibs;
danger = _root.danger;
clock = _root.clock;
meter = _root.meter;
slider = _root.slider;
alive = _root.alive;
tally = _root.tally;
playbut = _root.i_submit;
stat = _root.title;
myface = _root.face;
nurse = _root.nurse;
charger = _root.charger;
window = _root.window;
savedscore = _root.savedscore;
charger._alpha = 99;
sliderox = slider._x;
bar = 300;
electro = 0;
clocktime = 0;
dead_off_frame = 30;
alive_off_frame = 44;
timeout_frame = 108;
next_person_frame = 120;
flatline_frame = 10;
bodyrest_frame = 1;
bodyshock_frame = 4;
resetgame();
}
function game()
{
if(st == 3)
{
if(Math.floor(Math.random(1) * 300) > 297 and window._currentframe == 1)