ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <br> <center><a href="http://www.studenthandouts.com/English-Games.html"><img src="http://www.studenthandouts.com/English-Games-Icon.jpg" height="50"></a> <a href="http://www.studenthandouts.com/Math-Games.html"><img src="http://www.studenthandouts.com/Math-Games-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/Science-Games.html"><img src="http://www.studenthandouts.com/Science-Games-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/Social-Studies-Games.html"><img src="http://www.studenthandouts.com/Social-Studies-Games-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/Trivia-Games.html"><img src="http://www.studenthandouts.com/Trivia-Games-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/American-History.html"><img src="http://www.studenthandouts.com/American-History-Test-Prep-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/Economics-Games.html"><img src="http://www.studenthandouts.com/Economics-Test-Prep-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/European-History.html"><img src="http://www.studenthandouts.com/European-History-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/Geography-Games.html"><img src="http://www.studenthandouts.com/Geography-Test-Prep-Icon.bmp" height="50"></a> <a href="http://www.studenthandouts.com/World-History.html"><img src="http://www.studenthandouts.com/World-History-Test-Prep-Icon.bmp" height="50"></a> </center> <html> <br> <center> <script type="text/javascript"><!-- google_ad_client = "pub-7566531330099713"; /* Leaderboard Ad */ google_ad_slot = "5236841293"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </center> <br> <html> <!-- saved from url=(0014)about:internet --> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <meta http-equiv="X-UA-Compatible"content="IE=EmulateIE7"> <!--***GENUINE***--> <!--***ESTEMPLATE***--> <TITLE>Academic Quiz Bowl Practice Questions - Geography and Peoples #1 - Free Hangman Game</Title><!--***UNICODE***--> <!-- version 2.0.0 --> <!--PLEASE NOTE THAT ALTERATIONS TO THE ORIGINAL TEMPLATES ARE ONLY POSSIBLE IN THE REGISTERED VERSION--> <style type="text/css"> .FormFont{font-family: Microsoft Sans Serif,MS Sans Serif,courier new,courier,sans-serif;font-size:16px;color:#000000;font-weight:normal;}</style> <style type="text/css"> #tt_ovrl { background-color: black; -moz-opacity: 0.7; opacity: 0.7; top: 0; left: 0; position: fixed; width: 100%; height:100%; z-index: 99; } #tt_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;} #tt_win { margin: 20% auto 0 auto; width: 400px; text-align: left;} #tt_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;} #tt_t {color: white; margin: 0 0 2px 3px; font-family: Arial, sans-serif; font-size: 10pt;} #tt_text {width: 100%;} #tt_w span {font-family: Arial, sans-serif; font-size: 10pt;} #tt_w div {text-align: right; margin-top: 5px;} </style> <!-- IE specific code: --> <!--[if lte IE 7]> <style type="text/css"> #tt_ovrl { position: absolute; filter:alpha(opacity=70); top: expression(eval(document.body.scrollTop)); width: expression(eval(document.body.clientWidth)); } #tt_ww { position: absolute; top: expression(eval(document.body.scrollTop)); } </style> <![endif]--> <meta name="description" content="Free and fun educational Hangman-style Energy Saver game for Geography and Quiz Bowl students. Improve classroom grades and standardized test scores while having fun. Great test prep. Play individually on a PC or as a class using a SmartBoard or projector. 100% free. No registration or log-in required. Fun and easy way to learn!"> <script type="text/javascript"> var PassAns=""; var PassQues=""; var PassQuiz=""; var RCount=0; function get_cookie (Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) // if cookie exists if (offset != -1) { offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function setRunsCookie(what){ document.cookie=checkup+"="+what } function hw1(PassQues1,PassAns1,PassQuiz1) { if (passed==1 || runner==1){ return; } PassAns=PassAns1; PassQues=PassQues1; PassQuiz=PassQuiz1; get_cookie(checkup); if (get_cookie(checkup)=="" & RCount==0){ RCount=1; setRunsCookie(0); tries=0; } if (get_cookie(checkup)!="" & RCount==0){ RCount=1; var prevRuns = get_cookie(checkup); var newRuns = parseInt(prevRuns); newRuns = newRuns+1; setRunsCookie(newRuns); tries=newRuns; } if (tries > Amber || tries==Amber){ runner=0; } if (tries < Amber){ runner=1; return; } if (passed==1 || runner==1){ return; } document.onselectstart=new Function ("return true"); tt_prompt( hw2, 'A password is necessary to continue', ''); } function hw2(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); Count(n); } function hw3() { document.onselectstart=new Function ("return true"); tt_prompt( hw4, 'Please tell us your name ...', ''); } function hw4(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); AlertCC(n,correctList, incorrectList, totalcorrect,totaltried, totalincorrect, quiztitle, tries, SIZE, address) } function hw5(PassQues1) { PassQues=PassQues1; document.onselectstart=new Function ("return true"); tt_prompt( hw6, 'What is your answer?', ''); } function hw6(n,question) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); PassQuiz="x"; Engine2(PassQues,n); } function hw7() { document.onselectstart=new Function ("return true"); tt_prompt( hw8, 'Please tell us your name ...', ''); } function hw8(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); PassAns=n; AlertCC(n,correctList, incorrectList, totalcorrect,totaltried, totalincorrect,question, quiztitle, tries); } function hw10() { document.onselectstart=new Function ("return true"); tt_prompt( hw11, 'What colour would you like? Simply type in the name of the colour ... red, blue, yellow, pink etc.', ''); } function hw11(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); Mycolor(n); } function hw13(PA1) { PassQuiz=PA1; document.onselectstart=new Function ("return true"); tt_prompt( hw14, 'Please tell us the name of player 1', ''); } function hw14(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); PassQues=n; hw15(); //AlertCC(n,score1, score2, correctList, incorrectList, totalcorrect1,totaltried1, totalincorrect1,totalcorrect2,totaltried2, totalincorrect2,quiztitle, tries, SIZE, address) } function hw15() { document.onselectstart=new Function ("return true"); tt_prompt( hw16, 'Please tell us the name of player 2', ''); } function hw16(n) { if (n==null){ document.onselectstart=new Function ("return false"); return;} document.onselectstart=new Function ("return false"); if (PassQuiz=="PT"){ AlertCC(PassQues,n,fortune1, fortune2, correctList, incorrectList, totalcorrect1,totaltried1, totalincorrect1, totalcorrect2, totaltried2, totalincorrect2, quiztitle, tries, SIZE, address) } if (PassQuiz=="MM"){ AlertCC(PassQues,n,score1, score2, correctList, incorrectList, totalcorrect1,totaltried1, totalincorrect1,totalcorrect2,totaltried2, totalincorrect2,quiztitle, tries, SIZE, address) } } var tt_cb = null; function tt$(a) { return document.getElementById(a); } function tt_prompt(cb, q, a) { tt_cb = cb; tt$('tt_t').innerHTML = '' + ''; tt$('tt_prompt').innerHTML = q; tt$('tt_text').value = a; tt$('tt_ovrl').style.display = tt$('tt_ww').style.display = ''; tt$('tt_text').focus(); tt$('tt_text').select(); } function tt_clk(m) { tt$('tt_ovrl').style.display = tt$('tt_ww').style.display = 'none'; if (!m) tt_cb(null); else tt_cb(tt$('tt_text').value); } cs="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; Indigo=0; Red=""; Yellow=""; ls1="";ls2="";ls3="";bye = 0;four="00 01 10 11 ";fourletter="a b c d "; var passed=0; var runner=0; var DaysToLive=1; function PW(info){ if ( passed==1){ return;} var pw=info; if (pw==null) { bye=1;return; } for (var i=0;i<pw.length;i++) { chm=pw.charAt(i); cmm=cs.indexOf(chm)+32; for (var j=7;j>-1;j--) { cx=Math.pow(2,j); if (cmm >= cx ) { cmm=cmm-cx;ls1+="1"; } else{ ls1+="0"; } } } for(var i=0;i<ls1.length;i=i+2) { ls2=ls1.substring(i,i+2);y=four.indexOf(ls2);ls3+=fourletter.charAt(y);}if(ls3 != Red&& ls3!= Yellow ){bye=1;ls1="";ls2="";ls3="";alert("Sorry but the password is incorrect");PW();return;} if (ls3==Yellow){ WWHCount=0; Indigo=1; tries=0; } setRunsCookie(0); passed=1; bye=0; if (PassQuiz=="MC"){ Engine(PassQues,PassAns); } if (PassQuiz=="ES"){ statIt(); } if (PassQuiz=="QT"){ checkAnswer(); } if (PassQuiz=="IOW"){ checkWord(PassAns); } if (PassQuiz=="GT"){ Engine(PassQues,PassAns); } if (PassQuiz=="WYO"){ checkWord(PassAns); } if (PassQuiz=="FC"){ flip(PassAns); } if (PassQuiz=="MM"){ checkWord(PassAns); } if (PassQuiz=="PT"){ checkAnswer(PassAns); } } function Bye(){return;temp=window.confirm("Are you sure?"); if(temp==true){location.replace("about:blank"); StopIt=0; return(0);} if(temp==false){ location.reload(); StopIt=0; }} function cheers(){PW();if (bye==1){Bye();}} var Amber= 0; //**expDays var expDays = 1; var myexp = new Date(); //**Green var checkup ="DC8265"; myexp.setTime(myexp.getTime() + (expDays*24*60*60*1000)); function Count(info){ if (passed==1 || runner==1){ passed=1; return; } PW(info); return; } // --> </SCRIPT><!--IN--> </head> <!--BACKGROUND--> <body bgcolor="green" onKeyDown=" onKeyDown();" onLoad="doit();"><!--***BACKGROUND2--> <CENTER><NOSCRIPT><b>This page requires a JavaScript-enabled browser</b><BR>Instructions on how to enable your browser are contained in the Teaching Templates help file.<BR></NOSCRIPT></CENTER> <!-- tt_prompt HTML code --> <div id="tt_ovrl" style="display: none;">&nbsp;</div> <div id="tt_ww" style="display: none;"> <div id="tt_win"><div id="tt_t"></div> <div id="tt_w"><span id="tt_prompt"></span> <br /><input type="text" id="tt_text" onKeyPress= "if((event.keyCode==10)||(event.keyCode==13)) tt_clk(1); if (event.keyCode==27) tt_clk(0);"> <br><div><input type="button" id="tt_ok" onclick="tt_clk(1);" value="OK"> <input type="button" id="tt_cancel" onclick="tt_clk(0);" value="Cancel"> </div></div> </div> </div> <!--<div id="debugConsole"> <h1>QUIZ RESULTS CONSOLE</h1> <p id="debugText"></p> </div>--> <SCRIPT type="text/javascript"> var commas ="\""; var ImageShow=0; var ad="0"; var tries="0"; <!-- Resize Bug Umgehung var verdict = ""; resultString = ""; var SCORM=false; function decodeIT(verdict) { resultString=verdict; var tester; tester= resultString.indexOf('#'); if (tester < 0) { return resultString; } if (verdict != '') { var uniText = verdict; var i = 0; var testText = uniText.substring(2,uniText.length-1).split(";&#") for (i=0;i<testText.length;i++) resultString = testText[i]; resultString = "" for (i=0;i<testText.length;i++) resultString = resultString + String.fromCharCode(testText[i]); return resultString; } } function disableselect(e){ return false; } function reEnable(){ return true; } document.onselectstart=new Function ("return false"); if (window.sidebar){ document.onmousedown=disableselect; document.onclick=reEnable; } NS4x=document.layers; if (NS4x) { origWidth=innerWidth; origHeight=innerHeight; } manu=navigator.appName; vers=navigator.appVersion; var NS4=true; if (manu.indexOf("Microsoft")>=0 && parseInt(navigator.appVersion)>=4) { NS4=false; } function reDo() { if (innerWidth !=origWidth || innerHeight !=origHeight) location.reload(); } if (NS4x) onresize=reDo; function makeArray(size) { this.length=size; for (var n=1;n<=size;n++) { this[n]=0; } } // *********** SETTING SOME GLOBAL VARIABLES *********************************** alph="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; alph1="abcdefghijklmnopqrstuvwxyz"; spc=" "; scoc=0; scov=0; p=100; boo=0; est=new Array(); alphb=new Array(); alphr=new Array(); for (var i=0;i<26;i++){ if (i<=7){ est[i]=new Image(); est[i].src="Images/"+(i+p)+".gif"; } alphb[i]=new Image(); alphb[i].src="Images/"+i+".gif"; alphr[i]=new Image(); alphr[i].src="Images/"+i+"r.gif"; } ctr1=1; var FULL=0; var ema=0; var word=""; word=" "; var tip=""; var ping=""; var FONTT=0; SIZE = 8; var message = "&#65;&#99;&#97;&#100;&#101;&#109;&#105;&#99;&#32;&#81;&#117;&#105;&#122;&#32;&#66;&#111;&#119;&#108;&#32;&#80;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#32;&#81;&#117;&#101;&#115;&#116;&#105;&#111;&#110;&#115;&#32;&#8211;&#32;&#71;&#101;&#111;&#103;&#114;&#97;&#112;&#104;&#121;&#32;&#97;&#110;&#100;&#32;&#80;&#101;&#111;&#112;&#108;&#101;&#115;&#32;&#35;&#49;&#32;&#8211;&#32;&#69;&#110;&#101;&#114;&#103;&#121;&#32;&#83;&#97;&#118;&#101;&#114;&#32;&#71;&#97;&#109;&#101;"; QUESTION=new makeArray(SIZE); IMAGE=new makeArray(SIZE); HINT=new makeArray(SIZE); available=new makeArray(SIZE); wrong=new makeArray(SIZE); availSize=SIZE; QuizSize=SIZE; QuestionNumber=1; wrongSize=0; var q=50; currentElement=SIZE; inReplay=false; //var FONTT=0; done=true; marker=0; justContinue=false; function initAvail() { for (var n=1;n<=SIZE;n++) { available[n]=n; } availSize=SIZE; wrongSize=0; currentElement=SIZE; marker=0; mark=0; inReplay=false; done=false; getWord(); } function randomise(maximum) { var now=new Date(); var hour=now.getHours(); var minimum=now.getMinutes(); var sec=now.getSeconds(); return ((((hour +1)*(minimum +1)*(sec))%maximum) + 1); } function getWord() { ls=" "; if (!inReplay) { currentElement=randomise(availSize); QuestionNumber = available[currentElement]; resultString = QUESTION[(available[currentElement])]; decodeIT(QUESTION[(available[currentElement])]); QUESTION[(available[currentElement])]=resultString; word=QUESTION[(available[currentElement])]; reportWord=word; word=word.toLowerCase(); document.butt.src=IMAGE[(available[currentElement])]; resultString = HINT[(available[currentElement])]; decodeIT(HINT[(available[currentElement])]); HINT[(available[currentElement])]=resultString; tip=HINT[(available[currentElement])]; tips(); } else { currentElement=randomise(wrongSize); resultString = QUESTION[(wrong[currentElement])]; decodeIT(QUESTION[(wrong[currentElement])]); QUESTION[(wrong[currentElement])]=resultString; word=QUESTION[(wrong[currentElement])]; reportWord=word; word=word.toLowerCase(); document.butt.src=IMAGE[(wrong[currentElement])]; resultString = HINT[(wrong[currentElement])]; decodeIT(HINT[(wrong[currentElement])]); HINT[(wrong[currentElement])]=resultString; tip=HINT[(wrong[currentElement])]; tips(); } } function checkWord(ctr1) {if (answ ==0){location.reload(); } else { if (done); else if (!inReplay) { if (ctr1 !=7) w="correct!"; else { w="incorrect "; wrong[wrongSize + 1]=available[currentElement]; wrongSize++; } for (var n=currentElement;n<availSize;n++) available[n]=available[n+1]; availSize--; } else if (inReplay && justContinue); else { if (ctr1 !=7) w="correct!"; else w="incorrect" ; for (var n=currentElement;n<wrongSize;n++) wrong[n]=wrong[n+1]; wrongSize--; } } } function estmp(){ quiz(); if (ctr1<7){ ctr1++; document.images[ad].src=est[ctr1].src; } else { estmp2(); } } function estmp2(){ crt1++; document.images[ad].src=est[ctr1].src; document.write(crt1); } function gword(){ ping=" "; ls=word ; cmpr=spc.substring(0,ls.length); lslen=ls.length; pad=Math.floor((20-lslen)/2); pad=(pad<0||pad>10?0:pad); for (var i=0;i<lslen;i++){ ping=word.charAt(i); if (ping ==" ") { document.images[ad+42+pad+i+13].src="Images/f.gif"; } else{ document.images[ad+42+pad+i+13].src="Images/e.gif"; } } } function moveIt(){ window.status="Energy Saver"; if (document.images[flg+ad+1].src.indexOf("f.gif")==-1){ document.images[flg+ad+1].src="Images/f.gif"; ltr=alph1.substring(flg,flg+1); hflg=0; while (ls.indexOf(ltr)>-1){ pos=ls.indexOf(ltr); ls=ls.substring(0,pos)+" "+ls.substring(pos+1,ls.length); document.images[ad+27+pos+pad+3].src="Images/"+flg+".gif"; hflg=1; } if (hflg==0){ estmp(); } if (ls==cmpr||ctr1==7){ ad1=(ctr1==7?0:-2); checkWord(ctr1); finUp(); } } } function finUp(){ mark=1; for (var i=0;i<26;i++){ document.images[i+ad+1].src="Images/f.gif"; } for (var i=0;i<lslen;i++){ document.images[ad+42+pad+i+13].src="Images/f.gif"; if (ctr1==7){ chr=ls.charAt(i); if (chr!=" "){ flg=alph1.indexOf(chr); document.images[ad+27+i+pad+3].src="Images/"+flg+"r.gif"; } } } if (ctr1==7){ totaltried ++; totalincorrect ++; if (SCORM == true){ SetScormScore(QUESTION[QuestionNumber],"-",QuestionNumber); } //zahl=parseInt(questionNum); incorrectList=incorrectList+reportWord+"; " ; scoc++; document.forms[0].response.value="Right: " + scov + " Wrong: " + scoc + " ...There are "+ SIZE + " "+ "questions." ; ls=""+scoc; } else{ totaltried ++; totalcorrect ++; if (SCORM == true){ SetScormScore(QUESTION[QuestionNumber],QUESTION[QuestionNumber],QuestionNumber); } // zahl=parseInt(questionNum); correctList=correctList+reportWord+"; "; scov++; document.forms[0].response.value="Right: " + scov + " Wrong: " + scoc + " ...There are "+ SIZE + " questions." ; ls=""+scov; } document.but.src="Images/b0.gif"; boo=1; } function reStart(){ //PassSet3 window.status="Energy Saver"; if (boo !=0){ if (SCORM == true && availSize == 0 ){ done=true; mark=1; // disable "answer" button marker=1; document.forms[0].response.value="You have answered all the questions."; return; } document.butt.src="Images/f.gif"; mark=0; document.forms[0].response.value=message; if (done) document.forms[0].response.value="Click 'reset' to start again"; else if (availSize ==0 && wrongSize ==0) { document.forms[0].response.value="You have answered all the questions. Click 'Reset' to start again."; done=true; mark=1; // disable "answer" button marker=1; } else if (availSize ==0 && wrongSize !=0 && (!inReplay)) { inReplay=true; marker=2; document.forms[0].response.value="End of the quiz. Click 'repeat' to redo the questions you got wrong."; justContinue=true; mark=1; scoc=0; scov=0; document.but.src="Images/b2.gif"; boo=1; } else { marker=0; justContinue=false; } if (marker==0){ answ=FONTT; clearIm(); getWord(); gword(); boo=0; setTimeout('document.but.src="Images/b3.gif"',500); } } } function clearIm(){ for (var i=0;i<26;i++){ document.images[i+ad+1].src="Images/"+i+".gif"; } for (var i=0;i<25;i++){ document.images[i+ad+27].src="Images/f.gif"; } document.images[ad].src="Images/101.gif"; ctr1=1; } function statIt(){ //PassSet1 window.status="Energy Saver"; if (document.images[flg+ad+1].src.indexOf("f.gif")==-1){ document.images[flg+ad+1].src="Images/"+flg+"r.gif"; } } function unstatIt(){ if (document.images[oflg+ad+1].src.indexOf("f.gif")==-1){ document.images[flg+ad+1].src="Images/"+oflg+".gif"; } } function lightIt(){ window.status="Energy Saver"; if (document.but.src.indexOf("b0.gif")>-1){ document.but.src="Images/b1.gif"; } } function getImgAdd(){ window.status="Energy Saver"; for (var i=0;i<20;i++){ if (document.images[i].src.indexOf("Images/101.gif")>-1){ ad=i; i=18; } } } function Qend(){ //PassSet2 if (mark !=1){ ctr1=7; mark=1; checkWord(7); finUp(); } } function tips(){ if (tip == "Sorry, no hint is available for this question!"){ tip = "Please click on the letter boxes to enter your answer ..."; } document.forms[0].response.value=tip; } //***FEEDBACK OPTION*** var plonk="</" +"SCRIPT>"; var jbegin="<" +"SCRIPT type='text/javascript'>"; var invert='"'; var bingo=""; var address="myaddress@myserver.com"; //***QUIZNAM var quizname="Energy Saver Results for:"; var quiztitle ="&#65;&#99;&#97;&#100;&#101;&#109;&#105;&#99;&#32;&#81;&#117;&#105;&#122;&#32;&#66;&#111;&#119;&#108;&#32;&#80;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#32;&#81;&#117;&#101;&#115;&#116;&#105;&#111;&#110;&#115;&#32;&#8211;&#32;&#71;&#101;&#111;&#103;&#114;&#97;&#112;&#104;&#121;&#32;&#97;&#110;&#100;&#32;&#80;&#101;&#111;&#112;&#108;&#101;&#115;&#32;&#35;&#49;&#32;&#8211;&#32;&#69;&#110;&#101;&#114;&#103;&#121;&#32;&#83;&#97;&#118;&#101;&#114;&#32;&#71;&#97;&#109;&#101;"; var totaltried=0; var totalcorrect=0; var totalincorrect=0; incorrectAnswer=""; incorrectList =""; correctList=""; var reportWord=""; var popup="null"; function wclose(){ location.replace("about:blank"); return; } function showScorm(correctList, incorrectList, totalcorrect,totaltried, totalincorrect, quiztitle, tries, SIZE,address){ if (totalcorrect==0 && totalincorrect==0){ alert("No results to show at the moment!"); return; } if(tries=="0"){ tries="Not recorded"; } ema=1; per=(totaltried-totalincorrect)/SIZE*100; per=Math.round(per)+"%"; var squiztitle = quiztitle; while (squiztitle.indexOf("'") > -1) squiztitle = squiztitle.replace("'","`"); var sIncorrect = incorrectList; while (sIncorrect.indexOf("'") > -1) sIncorrect = sIncorrect.replace("'","`"); var sCorrect = correctList; while (sCorrect.indexOf("'") > -1) sCorrect = sCorrect.replace("'","`"); if (totaltried==0){ per="0%"; } ShowScore(correctList, incorrectList, totalcorrect,totaltried, totalincorrect,SIZE, quiztitle, tries); } function hideScorm(){ var noInput = ""; var debugText = document.getElementById("debugText"); if(debugText){ debugText.innerHTML = noInput; } } function AlertCC(n,correctList, incorrectList, totalcorrect,totaltried, totalincorrect, quiztitle, tries, SIZE, address) { temp=window.confirm("To use this option you must have a standard email client installed on your computer (Outlook Express, Outlook, Eudora etc.) Please note that you may encounter problems if you are running an anti-virus software which blocks script-based mailing. Please note also that submitting the results automatically ends the quiz session!"); if (temp==false){ return; } var myname=n; if (myname==null){ return; } if(tries=="0"){ tries="Not recorded"; } ema=1; if (myname==null || myname==""){ myname="Unknown User"; } //***ADDRESS var quiztaker=myname; var submitString= "'mailto:"+address+"?subject=Teaching Templates Results from "+quiztaker+" &amp;NAME=supporter &amp;METHOD=POST &amp;ENCTYPE=text/plain'>"; var re = / /g; submitString= submitString.replace(re,"%20"); myname=quizname+" " +myname; per=(totaltried-totalincorrect)/SIZE*100; per=Math.round(per)+"%"; var squiztaker = quiztaker; while (squiztaker.indexOf("'") > -1) squiztaker = squiztaker.replace("'","`"); var squiztitle = quiztitle; while (squiztitle.indexOf("'") > -1) squiztitle = squiztitle.replace("'","`"); var sIncorrect = incorrectList; while (sIncorrect.indexOf("'") > -1) sIncorrect = sIncorrect.replace("'","`"); var sCorrect = correctList; while (sCorrect.indexOf("'") > -1) sCorrect = sCorrect.replace("'","`"); if (totaltried==0){ per="0%"; } var m1="<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><TITLE>Results</TITLE>" + jbegin + "function disableselect(e){"+ "return false;"+ "} "+ "function reEnable(){"+ "return true;"+ "} "+ "document.onselectstart=new Function ('return false');"+ "if (window.sidebar){"+ "document.onmousedown=disableselect;"+ "document.onclick=reEnable;"+ "} "+ plonk+ "</head>"; var m2="<body BGCOLOR='#FFFFFF'>"; var m7="<div align='center'>"+ "<form action='...'>"+ "<input type='button' value='Send Message'onClick="+commas+"parent.location='mailto:"+address+"?subject=Quiz Results&amp;body=TITLE: "+escape(squiztitle)+"%0ASubmitted by: " + escape(squiztaker)+"%0AQuestions available :"+SIZE+"%0AQuestions answered: "+totaltried+"%0ACorrect: "+totalcorrect+"%0A Incorrect: "+totalincorrect+"%0AGrade as percentage: "+per+"%0A%0AIncorrect Answers %0A"+sIncorrect+"%0A%0AQuestions with correct answers%0A"+sCorrect+"%0A'"+commas+">"+ "</form>"+ "</div>"; var m3="<h1><B>Teaching Templates: Energy Saver Quiz Results</B></h1>" + "<BR><CENTER>"+ "<FORM action=" + submitString +"These are the results which will be sent if you click the 'Send message' button:<br><br>"+'\n'+ "<TEXTAREA NAME=Message COLS=80 ROWS=20 readonly>"+ "Title of Quiz: "+quiztitle+ '\n'+ "Quiz type: Energy Saver"+'\n'+ "The results will be submitted to: " + address +'\n'+ "Questions answered by: "+quiztaker+'\n'+ "Number of quiz attempts: "+tries+'\n'+ "Total number of questions available: "+ SIZE +'\n'+ "Total number of questions answered: "+totaltried +'\n'+ "Total number of correct answers: " + totalcorrect +'\n'+ "Total number of incorrect answers: " + totalincorrect + '\n'+ "Grade as percentage: "+per+'\n' + "List of question(s) with incorrect answers:"+'\n'+ incorrectList+'\n'+ "List of question(s) with correct answers:" +'\n'+ correctList+'\n'; var m4="</textarea><P><INPUT TYPE=hidden VALUE='Send Message'><P>"+ "<input type=button VALUE=' Print this Page '" + " onClick='printit()'>"+ " "+ "<input type='button' value=' Close Window'" + " onClick='wclose()'><P>"+ jbegin+ "function wclose(){" + "var browserName = '';" + "var ua = navigator.userAgent.toLowerCase();" + "if ( ua.indexOf('firefox') != -1 ) { " + "browserName = 'firefox';}" + "if ( ua.indexOf('chrome') != -1 ) { " + "browserName = 'chrome';}" + "if ( ua.indexOf('safari') != -1 ) { " + "browserName = 'safari';}" + "if ( ua.indexOf('opera') != -1 ) { " + "browserName = 'opera';}" + "if (browserName != 'firefox'){" + "if (browserName == 'chrome' || browserName == 'safari' || browserName == 'opera'){" + "this.location.reload();" + "return;" + "}}" + "history.back();}" + "function printit(){"+ "var NS = (navigator.appName == 'Netscape');"+ "var VERSION = parseInt(navigator.appVersion);"+ "var browserName = '';" + "var ua = navigator.userAgent.toLowerCase();" + "if ( ua.indexOf('msie') != -1 ) { " + "browserName = 'msie';}" + "if (NS) {" + "window.print();" + "} else {" + "if (browserName=='msie'){window.location.reload();}"+ "window.print();" + "} "+ "} "+ plonk + "</FORM></CENTER>"; window.document.write(m1+m2+m3+m4+m7+'</body></html>'); } function PopupTest() { //return if (window.SymError || window['SymError'] || window.SymWinOpen || window['SymWinOpen']) { alert('You appear to have a program installed on this computer that is blocking the javascript for the quiz on this page.'+ 'It is most likely an ad blocking program that might be part of a security program such as '+'Norton Internet Security or '+'Norton Personal Firewall '+' If the quiz does not show or does not function correctly, you can try disabling the ad blocking program on '+'your computer and refreshing this page. It may also be necessary to clear the '+'Temporary Internet Files cache for your browser '); } var place=location.href; var gotIt= place.indexOf("?"); if (gotIt!=-1){ TestPop='true'; } if (gotIt==-1){ if (FULL!=0){ try{ TestPopup = window.open('','','width=screen.width,height=screen.height'); TestPop = TestPopup; TestPopup.close(); } catch(err){ TestPop='false'; } } } } function StatusQuo() { //return if (FULL!=0 &&(TestPop == 'false' || TestPop == null)) { if(navigator.oscpu && document.getElementsByClassName){ FULL=0; return; } alert('Your present browser settings block the popup window\nwhich is required in fullscreen or maximised quiz mode.\nPlease make the necessary changes to the\nquiz and/ or browser options.'); FULL=0; return; } return; } function doit() { //initSCORM(); var browserName = ""; var ua = navigator.userAgent.toLowerCase(); if ( ua.indexOf( "opera" ) != -1 ) { browserName = "opera"; } else if ( ua.indexOf( "chrome" ) != -1 ) { browserName = "chrome"; } else if ( ua.indexOf( "msie" ) != -1 ) { browserName = "msie"; } else if ( ua.indexOf( "safari" ) != -1 ) { browserName = "safari"; } else if ( ua.indexOf( "mozilla" ) != -1 ) { if ( ua.indexOf( "firefox" ) != -1 ) { browserName = "firefox"; } else { browserName = "firefox"; } FULL=0; return; } //PopupTest(); //StatusQuo(); } function right(e) { if (navigator.appName=='Netscape' && FULL==1 && (e.which==3 || e.which==2)) return false; else if (navigator.appName=='Microsoft Internet Explorer' && FULL==1 && (event.button==2 || event.button==3)) { alert("Sorry, but this option is not available in this quiz!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; //************************************** // **************************** // Block backspace onKeyDown************ // *************************** function onKeyDown() { if (FULL==1){ if ( (event.altKey) || ((event.keyCode==8) && (event.srcElement.type !="text" && event.srcElement.type !="textarea" && event.srcElement.type !="password")) || ((event.ctrlKey) && ((event.keyCode==78) || (event.keyCode==82)) ) || (event.keyCode==116) ) { event.keyCode=0; event.returnValue=false; if (window.opener !=null && FULL==1 && !NS4) { window.opener.blur(); msgWindow.focus(); } } } } QUESTION[ 1] ="&#83;&#97;&#104;&#97;&#114;&#97;";QUESTION[ 2] ="&#78;&#117;&#98;&#105;&#97;&#110;&#32;&#68;&#101;&#115;&#101;&#114;&#116;";QUESTION[ 3] ="&#86;&#105;&#110;&#115;&#111;&#110;&#32;&#77;&#97;&#115;&#115;&#105;&#102;";QUESTION[ 4] ="&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#32;&#83;&#99;&#111;&#116;&#116;";QUESTION[ 5] ="&#65;&#116;&#97;&#99;&#97;&#109;&#97;&#32;&#68;&#101;&#115;&#101;&#114;&#116;";QUESTION[ 6] ="&#65;&#114;&#105;&#122;&#111;&#110;&#97;";QUESTION[ 7] ="&#67;&#104;&#105;&#99;&#97;&#103;&#111;";QUESTION[ 8] ="&#84;&#117;&#97;&#114;&#101;&#103;"; IMAGE[ 1] ='Clips/f.gif';IMAGE[ 2] ='Clips/f.gif';IMAGE[ 3] ='Clips/f.gif';IMAGE[ 4] ='Clips/f.gif';IMAGE[ 5] ='Clips/f.gif';IMAGE[ 6] ='Clips/f.gif';IMAGE[ 7] ='Clips/f.gif';IMAGE[ 8] ='Clips/f.gif'; HINT[ 1] ="&#87;&#104;&#97;&#116;&#32;&#100;&#101;&#115;&#101;&#114;&#116;&#44;&#32;&#51;&#46;&#53;&#32;&#109;&#105;&#108;&#108;&#105;&#111;&#110;&#32;&#115;&#113;&#117;&#97;&#114;&#101;&#32;&#109;&#105;&#108;&#101;&#115;&#32;&#105;&#110;&#32;&#115;&#105;&#122;&#101;&#44;&#32;&#105;&#115;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#110;&#111;&#114;&#116;&#104;&#101;&#114;&#110;&#32;&#65;&#102;&#114;&#105;&#99;&#97;&#63;";HINT[ 2] ="&#84;&#104;&#101;&#32;&#101;&#97;&#115;&#116;&#101;&#114;&#110;&#32;&#112;&#111;&#114;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#32;&#83;&#97;&#104;&#97;&#114;&#97;&#44;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#98;&#101;&#116;&#119;&#101;&#101;&#110;&#32;&#116;&#104;&#101;&#32;&#78;&#105;&#108;&#101;&#32;&#82;&#105;&#118;&#101;&#114;&#32;&#97;&#110;&#100;&#32;&#116;&#104;&#101;&#32;&#82;&#101;&#100;&#32;&#83;&#101;&#97;&#44;&#32;&#105;&#115;&#32;&#107;&#110;&#111;&#119;&#110;&#32;&#97;&#115;&#32;&#119;&#104;&#97;&#116;&#63;";HINT[ 3] ="&#87;&#104;&#97;&#116;&#32;&#105;&#115;&#32;&#65;&#110;&#116;&#97;&#114;&#99;&#116;&#105;&#99;&#97;&#8217;&#115;&#32;&#116;&#97;&#108;&#108;&#101;&#115;&#116;&#32;&#109;&#111;&#117;&#110;&#116;&#97;&#105;&#110;&#44;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#116;&#104;&#101;&#32;&#69;&#108;&#108;&#115;&#119;&#111;&#114;&#116;&#104;&#32;&#77;&#111;&#117;&#110;&#116;&#97;&#105;&#110;&#115;&#63;";HINT[ 4] ="&#87;&#104;&#111;&#32;&#108;&#101;&#100;&#32;&#71;&#114;&#101;&#97;&#116;&#32;&#66;&#114;&#105;&#116;&#97;&#105;&#110;&#8217;&#115;&#32;&#78;&#97;&#116;&#105;&#111;&#110;&#97;&#108;&#32;&#65;&#110;&#116;&#97;&#114;&#99;&#116;&#105;&#99;&#32;&#69;&#120;&#112;&#101;&#100;&#105;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#49;&#57;&#48;&#49;&#44;&#32;&#100;&#117;&#114;&#105;&#110;&#103;&#32;&#119;&#104;&#105;&#99;&#104;&#32;&#116;&#104;&#101;&#32;&#112;&#111;&#108;&#97;&#114;&#32;&#112;&#108;&#97;&#116;&#101;&#97;&#117;&#32;&#119;&#97;&#115;&#32;&#100;&#105;&#115;&#99;&#111;&#118;&#101;&#114;&#101;&#100;&#63;";HINT[ 5] ="&#68;&#117;&#114;&#105;&#110;&#103;&#32;&#116;&#104;&#101;&#32;&#87;&#97;&#114;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#32;&#80;&#97;&#99;&#105;&#102;&#105;&#99;&#32;&#40;&#49;&#56;&#55;&#57;&#45;&#49;&#56;&#56;&#51;&#41;&#44;&#32;&#119;&#104;&#97;&#116;&#32;&#100;&#101;&#115;&#101;&#114;&#116;&#32;&#119;&#97;&#115;&#32;&#102;&#105;&#101;&#114;&#99;&#101;&#108;&#121;&#32;&#102;&#111;&#117;&#103;&#104;&#116;&#32;&#111;&#118;&#101;&#114;&#32;&#98;&#121;&#32;&#66;&#111;&#108;&#105;&#118;&#105;&#97;&#44;&#32;&#67;&#104;&#105;&#108;&#101;&#44;&#32;&#97;&#110;&#100;&#32;&#80;&#101;&#114;&#117;&#44;&#32;&#98;&#101;&#99;&#97;&#117;&#115;&#101;&#32;&#111;&#102;&#32;&#105;&#116;&#115;&#32;&#110;&#105;&#116;&#114;&#97;&#116;&#101;&#32;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#63;";HINT[ 6] ="&#71;&#114;&#97;&#110;&#100;&#32;&#67;&#97;&#110;&#121;&#111;&#110;&#32;&#78;&#97;&#116;&#105;&#111;&#110;&#97;&#108;&#32;&#80;&#97;&#114;&#107;&#32;&#105;&#115;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#119;&#104;&#97;&#116;&#32;&#115;&#116;&#97;&#116;&#101;&#63;";HINT[ 7] ="&#87;&#104;&#97;&#116;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#109;&#111;&#115;&#116;&#32;&#112;&#111;&#112;&#117;&#108;&#111;&#117;&#115;&#32;&#99;&#105;&#116;&#121;&#32;&#105;&#110;&#32;&#73;&#108;&#108;&#105;&#110;&#111;&#105;&#115;&#63;";HINT[ 8] ="&#84;&#104;&#101;&#32;&#110;&#111;&#109;&#97;&#100;&#105;&#99;&#32;&#112;&#97;&#115;&#116;&#111;&#114;&#97;&#108;&#105;&#115;&#116;&#32;&#66;&#101;&#114;&#98;&#101;&#114;&#115;&#44;&#32;&#112;&#114;&#105;&#110;&#99;&#105;&#112;&#97;&#108;&#32;&#105;&#110;&#104;&#97;&#98;&#105;&#116;&#97;&#110;&#116;&#115;&#32;&#111;&#102;&#32;&#110;&#111;&#114;&#116;&#104;&#101;&#114;&#110;&#32;&#65;&#102;&#114;&#105;&#99;&#97;&#8217;&#115;&#32;&#83;&#97;&#104;&#97;&#114;&#97;&#110;&#32;&#105;&#110;&#116;&#101;&#114;&#105;&#111;&#114;&#44;&#32;&#97;&#114;&#101;&#32;&#107;&#110;&#111;&#119;&#110;&#32;&#98;&#121;&#32;&#119;&#104;&#97;&#116;&#32;&#110;&#97;&#109;&#101;&#63;"; // End Hiding --> </SCRIPT> <script type='text/javascript'>FONTT = 1 </script> <CENTER><H1>&#65;&#99;&#97;&#100;&#101;&#109;&#105;&#99;&#32;&#81;&#117;&#105;&#122;&#32;&#66;&#111;&#119;&#108;&#32;&#80;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#32;&#81;&#117;&#101;&#115;&#116;&#105;&#111;&#110;&#115;&#32;&#8211;&#32; <em>&#71;&#101;&#111;&#103;&#114;&#97;&#112;&#104;&#121;&#32;&#97;&#110;&#100;&#32;&#80;&#101;&#111;&#112;&#108;&#101;&#115;&#32;&#35;&#49;</em>&#32;&#8211;&#32; Hangman&#32;&#71;&#97;&#109;&#101;</H1></CENTER><!--CAPTION--> <FORM action='...'> <CENTER> <INPUT class="FormFont" TYPE="Text" NAME="response" VALUE="" SIZE=80 READONLY><br><br> <INPUT TYPE="BUTTON" VALUE="Close Quiz" onClick=wclose()> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="BUTTON" VALUE="Reset" onClick="location.reload()"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="BUTTON" VALUE="Answer" onClick="Qend()"> <TABLE SUMMARY='' BORDER=0 CELLSPACING=10 ALIGN=RIGHT> <!--***FOLLOWING FOR IMAGE***--> <TR> <TD ALIGN=CENTER> </TD> </TR> <TR> <TD> <IMG SRC="Images/f.gif" WIDTH="90" HEIGHT="90" ALT="" BORDER="0" NAME="butt"> </TD> </TR> </TABLE> <!--*** END OF IMAGE ***--> </CENTER> </FORM> <CENTER> <TABLE SUMMARY='' CELLPADDING=0 CELLSPACING=0 BORDER=0> <TR> <TD ALIGN=CENTER> <FONT face="Helvetica,Arial,Geneva" SIZE="5"> <B> Energy Saver </B><BR><BR> </FONT> </TD> </TR> <TR> <TD> <IMG SRC="Images/101.gif" WIDTH=202 HEIGHT=146 ALT="" BORDER=0> </TD> </TR> </TABLE></CENTER> <P> <SCRIPT type="text/javascript"> <!-- document.forms[0].response.value=message; var answ=FONTT; document.write('<CENTER><TABLE CELLPADDING=0 CELLSPACING=5 BOR' +'DER=0><TR><TD COLSPAN=26><FONT FACE="helvetica,arial' +',geneva" COLOR=BLUE><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click to select letters here:</B></FON' +'T></TD></TR><TR><CENTER>'); for (var i=0;i<26;i++){ document.write('<TD><A HREF="javascript" onClick="flg=' +i+';moveIt();return false;" onMouseOver="flg='+i+';statIt();return true;" onMouseOut="oflg=' +i+';+unstatIt();return true;"><IMG SRC="Images/'+i+'.gif"></A></TD>'); window.status="Energy Saver"; } document.write('</TR></TABLE>'); for (var i=0;i<25;i++){ document.write('<IMG SRC="Images/f.gif" HEIGHT=28 WIDTH=20>&nbsp;&nbsp;'); } document.write('<BR>'); for (var i=0;i<25;i++){ document.write('<IMG SRC="Images/f.gif" HEIGHT=3 WIDTH=20>&nbsp;&nbsp;'); window.status="Energy Saver"; } getImgAdd(); function quiz(){} function TTM() { var mop = 0; mop = history.length; if (mop == 0){ alert("The Task Manager is not running. You must start the Task manager before you load the first quiz!"); } history.back(); } // End Hiding --> </SCRIPT> <BR> <CENTER> <TABLE SUMMARY='' BORDER=0 CELLSPACING=10> <!--The "continue" button --> <TR> <TD> <A HREF="Images/f.gif" onClick="reStart();return false;" onMouseOver="lightIt();return true;"><IMG SRC="Images/b3.gif" WIDTH="80" HEIGHT="30" BORDER="0" ALT="" NAME="but"></A> </TD> </TR> </TABLE> </CENTER> <P> <!--<BR><FONT SIZE=1>Teaching Templates Copyright (C) 2002-2009 by <a href="http://www.tac-soft.com">Tac-Software. All Rights Reserved</a></FONT> --> <!--***SUBMIT1--> <form action='...'><INPUT TYPE="BUTTON" VALUE="Submit Results" onClick="hw3()"></form><!--***SUBMIT2--> <script type="text/javascript"> answ=FONTT; initAvail(); gword(); </script> <!-- <KEY>&#83;&#97;&#104;&#97;&#114;&#97;|&#78;&#117;&#98;&#105;&#97;&#110;&#32;&#68;&#101;&#115;&#101;&#114;&#116;|&#86;&#105;&#110;&#115;&#111;&#110;&#32;&#77;&#97;&#115;&#115;&#105;&#102;|&#82;&#111;&#98;&#101;&#114;&#116;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#32;&#83;&#99;&#111;&#116;&#116;|&#65;&#116;&#97;&#99;&#97;&#109;&#97;&#32;&#68;&#101;&#115;&#101;&#114;&#116;|&#65;&#114;&#105;&#122;&#111;&#110;&#97;|&#67;&#104;&#105;&#99;&#97;&#103;&#111;|&#84;&#117;&#97;&#114;&#101;&#103;||&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;|&#67;&#108;&#105;&#112;&#115;&#47;&#102;&#46;&#103;&#105;&#102;||&#87;&#104;&#97;&#116;&#32;&#100;&#101;&#115;&#101;&#114;&#116;&#44;&#32;&#51;&#46;&#53;&#32;&#109;&#105;&#108;&#108;&#105;&#111;&#110;&#32;&#115;&#113;&#117;&#97;&#114;&#101;&#32;&#109;&#105;&#108;&#101;&#115;&#32;&#105;&#110;&#32;&#115;&#105;&#122;&#101;&#44;&#32;&#105;&#115;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#110;&#111;&#114;&#116;&#104;&#101;&#114;&#110;&#32;&#65;&#102;&#114;&#105;&#99;&#97;&#63;|&#84;&#104;&#101;&#32;&#101;&#97;&#115;&#116;&#101;&#114;&#110;&#32;&#112;&#111;&#114;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#32;&#83;&#97;&#104;&#97;&#114;&#97;&#44;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#98;&#101;&#116;&#119;&#101;&#101;&#110;&#32;&#116;&#104;&#101;&#32;&#78;&#105;&#108;&#101;&#32;&#82;&#105;&#118;&#101;&#114;&#32;&#97;&#110;&#100;&#32;&#116;&#104;&#101;&#32;&#82;&#101;&#100;&#32;&#83;&#101;&#97;&#44;&#32;&#105;&#115;&#32;&#107;&#110;&#111;&#119;&#110;&#32;&#97;&#115;&#32;&#119;&#104;&#97;&#116;&#63;|&#87;&#104;&#97;&#116;&#32;&#105;&#115;&#32;&#65;&#110;&#116;&#97;&#114;&#99;&#116;&#105;&#99;&#97;&#8217;&#115;&#32;&#116;&#97;&#108;&#108;&#101;&#115;&#116;&#32;&#109;&#111;&#117;&#110;&#116;&#97;&#105;&#110;&#44;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#116;&#104;&#101;&#32;&#69;&#108;&#108;&#115;&#119;&#111;&#114;&#116;&#104;&#32;&#77;&#111;&#117;&#110;&#116;&#97;&#105;&#110;&#115;&#63;|&#87;&#104;&#111;&#32;&#108;&#101;&#100;&#32;&#71;&#114;&#101;&#97;&#116;&#32;&#66;&#114;&#105;&#116;&#97;&#105;&#110;&#8217;&#115;&#32;&#78;&#97;&#116;&#105;&#111;&#110;&#97;&#108;&#32;&#65;&#110;&#116;&#97;&#114;&#99;&#116;&#105;&#99;&#32;&#69;&#120;&#112;&#101;&#100;&#105;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#49;&#57;&#48;&#49;&#44;&#32;&#100;&#117;&#114;&#105;&#110;&#103;&#32;&#119;&#104;&#105;&#99;&#104;&#32;&#116;&#104;&#101;&#32;&#112;&#111;&#108;&#97;&#114;&#32;&#112;&#108;&#97;&#116;&#101;&#97;&#117;&#32;&#119;&#97;&#115;&#32;&#100;&#105;&#115;&#99;&#111;&#118;&#101;&#114;&#101;&#100;&#63;|&#68;&#117;&#114;&#105;&#110;&#103;&#32;&#116;&#104;&#101;&#32;&#87;&#97;&#114;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#32;&#80;&#97;&#99;&#105;&#102;&#105;&#99;&#32;&#40;&#49;&#56;&#55;&#57;&#45;&#49;&#56;&#56;&#51;&#41;&#44;&#32;&#119;&#104;&#97;&#116;&#32;&#100;&#101;&#115;&#101;&#114;&#116;&#32;&#119;&#97;&#115;&#32;&#102;&#105;&#101;&#114;&#99;&#101;&#108;&#121;&#32;&#102;&#111;&#117;&#103;&#104;&#116;&#32;&#111;&#118;&#101;&#114;&#32;&#98;&#121;&#32;&#66;&#111;&#108;&#105;&#118;&#105;&#97;&#44;&#32;&#67;&#104;&#105;&#108;&#101;&#44;&#32;&#97;&#110;&#100;&#32;&#80;&#101;&#114;&#117;&#44;&#32;&#98;&#101;&#99;&#97;&#117;&#115;&#101;&#32;&#111;&#102;&#32;&#105;&#116;&#115;&#32;&#110;&#105;&#116;&#114;&#97;&#116;&#101;&#32;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#63;|&#71;&#114;&#97;&#110;&#100;&#32;&#67;&#97;&#110;&#121;&#111;&#110;&#32;&#78;&#97;&#116;&#105;&#111;&#110;&#97;&#108;&#32;&#80;&#97;&#114;&#107;&#32;&#105;&#115;&#32;&#108;&#111;&#99;&#97;&#116;&#101;&#100;&#32;&#105;&#110;&#32;&#119;&#104;&#97;&#116;&#32;&#115;&#116;&#97;&#116;&#101;&#63;|&#87;&#104;&#97;&#116;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#109;&#111;&#115;&#116;&#32;&#112;&#111;&#112;&#117;&#108;&#111;&#117;&#115;&#32;&#99;&#105;&#116;&#121;&#32;&#105;&#110;&#32;&#73;&#108;&#108;&#105;&#110;&#111;&#105;&#115;&#63;|&#84;&#104;&#101;&#32;&#110;&#111;&#109;&#97;&#100;&#105;&#99;&#32;&#112;&#97;&#115;&#116;&#111;&#114;&#97;&#108;&#105;&#115;&#116;&#32;&#66;&#101;&#114;&#98;&#101;&#114;&#115;&#44;&#32;&#112;&#114;&#105;&#110;&#99;&#105;&#112;&#97;&#108;&#32;&#105;&#110;&#104;&#97;&#98;&#105;&#116;&#97;&#110;&#116;&#115;&#32;&#111;&#102;&#32;&#110;&#111;&#114;&#116;&#104;&#101;&#114;&#110;&#32;&#65;&#102;&#114;&#105;&#99;&#97;&#8217;&#115;&#32;&#83;&#97;&#104;&#97;&#114;&#97;&#110;&#32;&#105;&#110;&#116;&#101;&#114;&#105;&#111;&#114;&#44;&#32;&#97;&#114;&#101;&#32;&#107;&#110;&#111;&#119;&#110;&#32;&#98;&#121;&#32;&#119;&#104;&#97;&#116;&#32;&#110;&#97;&#109;&#101;&#63;||**ping|*|||green|*||||--> </body> </html>