
inc_freeyouthtest_js =
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitiona'
+ 'l//EN"\n"http://www.w3.org/TR/html4/loose.dtd">\n<html>\n<h'
+ 'ead>\n<meta http-equiv="Content-Type" content="text/html;'
+ ' charset=iso-8859-1">\n<title>Eleven Talents</title>\n<SCR'
+ 'IPT LANGUAGE="JavaScript" TYPE="text/javascript">\n\n// Fu'
+ 'nction to create arrays\nfunction makeArray(len){\n	for (v'
+ 'ar i=0; i<len; i++) this[i]=null;\nthis.length=len\n}\n\n// '
+ 'Create array to hold gifts\ngifts = new makeArray(10);\ngi'
+ 'fts[0]=\'<a href="http://www.eleventalents.com/blankgifts'
+ '-list.htm#AdministrationRuling">Definition</a>&nbsp;&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Adm'
+ 'inistration/Ruling</b>\',\ngifts[1]=\'<a href="http://www.e'
+ 'leventalents.com/blankgifts-list.htm#Discernment">Defini'
+ 'tion</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ '&nbsp;&nbsp;<b>Discernment</b>\',\ngifts[2]=\'<a href="http'
+ '://www.eleventalents.com/blankgifts-list.htm#Evangelism"'
+ '>Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;<b>Evangelism</b>\';\ngifts[3]=\'<a href'
+ '="http://www.eleventalents.com/blankgifts-list.htm#Exhor'
+ 'tation">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;<b>Exhortation</b>\',\ngifts[4]='
+ '\'<a href="http://www.eleventalents.com/blankgifts-list.h'
+ 'tm#Faith">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Faith</b>\';\ngifts[5]=\'<a '
+ 'href="http://www.eleventalents.com/blankgifts-list.htm#G'
+ 'iving">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;<b>Giving</b>\';\ngifts[6]=\'<a hr'
+ 'ef="http://www.eleventalents.com/blankgifts-list.htm#Hel'
+ 'ps">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;<b>Helps/Serving/Ministering</b>\';'
+ '\ngifts[7]=\'<a href="http://www.eleventalents.com/blankgi'
+ 'fts-list.htm#Mercy">Definition</a>&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Mercy</b>\';\ngif'
+ 'ts[8]=\'<a href="http://www.eleventalents.com/blankgifts-'
+ 'list.htm#Pastor">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Pastor/Teacher</b>'
+ '\';\ngifts[9]=\'<a href="http://www.eleventalents.com/blank'
+ 'gifts-list.htm#Teaching">Definition</a>&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Teaching</'
+ 'b>\';\n\n// The question object constructor function\nfuncti'
+ 'on makeQuestion(question,giftno) 	{\nthis.question=questi'
+ 'on;\nthis.giftno=giftno;\nthis.useranswer=null;\nthis.showF'
+ 'orm=showForm;\nthis.userChoices=new makeArray(4);\n	this.u'
+ 'serChoices[0]="Not at all, never",\n	this.userChoices[1]='
+ '"Some of the time, once in a while",\n	this.userChoices[2'
+ ']="Most of the time, usually true",\n	this.userChoices[3]'
+ '="Consistently, definitely true";\n}\n\n// The evaluation o'
+ 'bject constructor function\nfunction makeEvaluation(giftn'
+ 'o) {\nthis.giftno=giftno;\nthis.gift=null;\nthis.giftsum=nu'
+ 'll;\n}\n\n// Function to evaluate the quiz\nfunction evaluat'
+ 'e() {\nfor(var i = 0; i < grade.length; i++) {\n	for (var '
+ 'j = 0; j < quiz.length; j++) {\n		if ( grade[i].giftno =='
+ ' quiz[j].giftno ) {\n			grade[i].giftsum += quiz[j].usera'
+ 'nswer;\n		}\n	}\n}\n}\n\n// Method to display contents of ques'
+ 'tion object.\nfunction showForm(n) {\ndocument.write((n + '
+ '1) + \'. \' + this.question + \'<BLOCKQUOTE><FORM>\');\n    f'
+ 'or (var i = 0; i < this.userChoices.length; i++) {\n     '
+ '   document.write(\'<INPUT TYPE = "RADIO" NAME = "q\' + n '
+ '+ \n                       \'" onClick = "quiz[\' + n + \'].'
+ 'useranswer = \' + i + \'">\');\n        document.write(this.'
+ 'userChoices[i] + \'<BR>\');\n    }\ndocument.write(\'</FORM><'
+ '/BLOCKQUOTE>\');\n}\n\n// Function to display the assessment'
+ '\nfunction assesQuiz() {\nevaluate();\nvar evalPage = \'<HTM'
+ 'L>\';\nevalPage += \'<HEAD>\';\nevalPage += \'<TITLE>Spiritual'
+ ' Gifts Test Results</TITLE>\';\nevalPage += \'<LINK REL="ST'
+ 'YLESHEET" TYPE="" HREF="style.css">\';\nevalPage += \'</HEA'
+ 'D>\';\n\nevalPage += \'<BODY>\';\nevalPage += \'<LEFT>\';\nevalPa'
+ 'ge += \'<font size="6">Spiritual Gifts Test Results</font'
+ '>\';\nevalPage += \'</LEFT>\';\nevalPage += \'<P> \';\n\nevalPage'
+ ' += \'<P>\';\nevalPage += \'<LEFT>\';\nevalPage += \'<P>The Res'
+ 'ults Are In!\'\nevalPage += \'<P>Scroll down to see what yo'
+ 'ur top score(s)(out of 24 possible points) are!<br> Clic'
+ 'k on the Definition link to learn more!<br><br>Note** Pr'
+ 'ophecy, Healing, Miracles, Tongues and Interpretation of'
+ ' Tongues are not included in the Spiritual Gift Discover'
+ 'y Survey because their presence in the life of a believe'
+ 'r tends to be self-evident.</font>\'  \n\n\nevalPage += \'</L'
+ 'EFT>\';\nevalPage += \'<P><blockquote>\'\nevalPage +=\'<P>&nbs'
+ 'p;<br>\';\n\nfor (var i = 0; i < grade.length;i++) {\nevalPa'
+ 'ge += grade[i].gift + \' - \'+ grade[i].giftsum +\'<BR>&nbs'
+ 'p;<br>\';\n}\nevalPage += \'<P></blockquote>\'\n\nevalPage += \''
+ '</TD></TR></TABLE><BR><BR>\';\nevalPage += \'</LEFT>\';\neval'
+ 'Page += \'<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://www.eleventalents.com/blankgift'
+ 's-list.htm" target="_self>Spiritua'
+ 'l Gift FAQs and Definitions</a></b>\';\nevalPage += \'\';\nev'
+ 'alPage += \'<p>&nbsp;<br><font size=1></font>\';\nevalPage '
+ '+= \'</LEFT>\';\n\nevalPage += \'</BODY></HTML>\';\ndocument.wr'
+ 'ite(evalPage);\ndocument.close();\n}\n\n// Create evaluation'
+ ' array (grade)\ngrade = new makeArray(10);\nfor (var i = 0'
+ ';i < grade.length; i++) {\ngrade[i]= new makeEvaluation(i'
+ ');\ngrade[i].giftno=i;\ngrade[i].giftsum=0;\ngrade[i].gift '
+ '= gifts[i];\n}\n\n// Create question objects...\nquiz = new '
+ 'makeArray(80);\nquiz[0] = new makeQuestion("I like to org'
+ 'anize people, tasks, and events.", 0),\nquiz[1] = new mak'
+ 'eQuestion("I can easily tell the difference between spir'
+ 'itual truth and error, good and evil.", 1);\nquiz[2] = ne'
+ 'w makeQuestion("I have a good understanding of the gospe'
+ 'l, and can share it with others easily.", 2);\nquiz[3] = '
+ 'new makeQuestion("I tend to see the potential in people,'
+ ' not their weaknesses.", 3);\nquiz[4] = new makeQuestion('
+ '"I find it natural and easy to trust God to answer my pr'
+ 'ayers.", 4);\nquiz[5] = new makeQuestion("I am always rea'
+ 'dy to give money for an important need.", 5);\nquiz[6] = '
+ 'new makeQuestion("I enjoy working behind the scenes and '
+ 'supporting the work of others.", 6);\nquiz[7] = new makeQ'
+ 'uestion("I am a very caring person and always sympathize'
+ ' with other people.", 7);\nquiz[8] = new makeQuestion("I '
+ 'really want others to learn and grow in their faith.", 8'
+ ');\nquiz[9] = new makeQuestion("Education and knowledge a'
+ 're very important to me.", 9);\nquiz[10] = new makeQuesti'
+ 'on("I decide things based on facts, not my feelings.", 0'
+ ');\nquiz[11] = new makeQuestion("I can usually tell what '
+ 'a person\'s character is like based upon first impression'
+ 's.", 1);\nquiz[12] = new makeQuestion("I always look for '
+ 'opportunities to build relationships with non-Christians'
+ '.", 2);\nquiz[13] = new makeQuestion("I am able to help o'
+ 'thers when they are upset about something.", 3);\nquiz[14'
+ '] = new makeQuestion("I have confidence that God will al'
+ 'ways provide for me, even in difficult times.", 4);\nquiz'
+ '[15] = new makeQuestion("When I earn money, I always giv'
+ 'e some back to God.", 5);\nquiz[16] = new makeQuestion("I'
+ ' enjoy doing routine tasks that support the ministry.", '
+ '6);\nquiz[17] = new makeQuestion("I am a patient person, '
+ 'but I respond quickly to help those in need.", 7);\nquiz['
+ '18] = new makeQuestion("I am very protective of people w'
+ 'ho need my help.", 8);\nquiz[19] = new makeQuestion("I ha'
+ 've a very strong desire to study the Bible on a regular '
+ 'basis.", 9);\nquiz[20] = new makeQuestion("When I am give'
+ 'n a job, I am able to recruit people to help out, and ca'
+ 'n explain what needs to be done so they understand what '
+ 'to do.", 0);\nquiz[21] = new makeQuestion("I can see thro'
+ 'ugh phoniness or deceit before other people can.", 1);\nq'
+ 'uiz[22] = new makeQuestion("I feel that I have to tell m'
+ 'y friends about Jesus, especially those who don’t go to '
+ 'church.", 2);\nquiz[23] = new makeQuestion("I give hope t'
+ 'o others by telling them about the promises of God.", 3)'
+ ';\nquiz[24] = new makeQuestion("I believe that God will h'
+ 'elp me to accomplish great things.", 4);\nquiz[25] = new '
+ 'makeQuestion("I am organized in all areas of my life.  I'
+ ' can find things when I need them.", 5);\nquiz[26] = new '
+ 'makeQuestion("I feel like I am a part of my church even '
+ 'when I do routine tasks like cleaning, painting, or yard'
+ 'work.", 6);\nquiz[27] = new makeQuestion("I enjoy helping'
+ ' people sometimes regarded as undeserving or beyond help'
+ '.", 7);\nquiz[28] = new makeQuestion("I like trying to pr'
+ 'otect others from doing bad things so that they can grow'
+ ' stronger in their faith.", 8);\nquiz[29] = new makeQuest'
+ 'ion("I pay close attention to the words, phrases, and me'
+ 'anings of those who teach.", 9);\nquiz[30] = new makeQues'
+ 'tion("I am a leader at school and church.  I can effecti'
+ 'vely share goals in such a way that others want to carry'
+ ' them out.", 0);\nquiz[31] = new makeQuestion("I tend to '
+ 'see rightness or wrongness in situations.", 1);\nquiz[32]'
+ ' = new makeQuestion("Some people think I’m too pushy whe'
+ 'n I talk about what I believe, and when I try to convinc'
+ 'e others to follow Jesus.", 2);\nquiz[33] = new makeQuest'
+ 'ion("I can develop a plan to solve every problem that I '
+ 'or my friends might have.", 3);\nquiz[34] = new makeQuest'
+ 'ion("I trust God even when my success seems impossible."'
+ ', 4);\nquiz[35] = new makeQuestion("Some people think I a'
+ 'm into “things” because of the importance I place on mon'
+ 'ey.", 5);\nquiz[36] = new makeQuestion("I usually do lots'
+ ' of things that help people.", 6);\nquiz[37] = new makeQu'
+ 'estion("It is important to me to comfort others when the'
+ 'y are hurt.", 7);\nquiz[38] = new makeQuestion("Relations'
+ 'hips are more important to me than other tasks related t'
+ 'o a job.  I am a people person.", 8);\nquiz[39] = new mak'
+ 'eQuestion("I like to study the Bible one book at a time.'
+ '", 9);\nquiz[40] = new makeQuestion("I like to set goals '
+ 'and reach them, no matter what others think about my goa'
+ 'ls and motives.", 0);\nquiz[41] = new makeQuestion("Peopl'
+ 'e usually tell me that I am a good judge of character.",'
+ ' 1);\nquiz[42] = new makeQuestion("I believe salvation is'
+ ' the greatest gift of all.", 2);\nquiz[43] = new makeQues'
+ 'tion("I strengthen those who are down in their faith.", '
+ '3);\nquiz[44] = new makeQuestion("I am absolutely sure of'
+ ' God\'s daily presence and action in my life.", 4);\nquiz['
+ '45] = new makeQuestion("I like knowing that the money I '
+ 'give makes a real difference in the lives and ministries'
+ ' of God\'s people.", 5);\nquiz[46] = new makeQuestion("I l'
+ 'ike to find small things that need to be done and often '
+ 'do them without being asked.", 6);\nquiz[47] = new makeQu'
+ 'estion("I can look beyond a person\'s handicaps or proble'
+ 'ms to see a life that matters to God.", 7);\nquiz[48] = n'
+ 'ew makeQuestion("I think I would enjoy being given the r'
+ 'esponsibility for the spiritual growth of a group of bel'
+ 'ievers, like a Sunday school class or a Bible Study.", 8'
+ ');\nquiz[49] = new makeQuestion("When I teach Scripture, '
+ 'others are interested and want to learn more.", 9);\nquiz'
+ '[50] = new makeQuestion("I enjoy learning how organizati'
+ 'ons function.", 0);\nquiz[51] = new makeQuestion("I know '
+ 'when preaching, teaching, or communication is not true t'
+ 'o the Bible.", 1);\nquiz[52] = new makeQuestion("I would '
+ 'rather tell others about my faith and about Jesus more t'
+ 'han anything else.", 2);\nquiz[53] = new makeQuestion("I '
+ 'like motivating others to take steps for spiritual growt'
+ 'h.", 3);\nquiz[54] = new makeQuestion("I am regularly cha'
+ 'llenging my friends to trust God.", 4);\nquiz[55] = new m'
+ 'akeQuestion("When I give something, I want it to be the '
+ 'best that can be given.", 5);\nquiz[56] = new makeQuestio'
+ 'n("I don’t wish to be the leader or the most popular per'
+ 'son in school or at church.  I like being one of the cro'
+ 'wd.", 6);\nquiz[57] = new makeQuestion("I enjoy bringing '
+ 'hope and joy to people living in difficult situations.",'
+ ' 7);\nquiz[58] = new makeQuestion("I can gently help wand'
+ 'ering believers get back to faith and fellowship.", 8);\n'
+ 'quiz[59] = new makeQuestion("When I teach, other people '
+ 'usually get what I am trying to say.", 9);\nquiz[60] = ne'
+ 'w makeQuestion("I dream big dreams, but I don’t usually '
+ 'tell others about them.", 0);\nquiz[61] = new makeQuestio'
+ 'n("I can see sin when others can’t.", 1);\nquiz[62] = new'
+ ' makeQuestion("I want to talk with people who don’t know'
+ ' Jesus even if they are total strangers, just so I can i'
+ 'nfluence them for Jesus.", 2);\nquiz[63] = new makeQuesti'
+ 'on("When I study the Bible I am interested in what it sa'
+ 'ys to me about my life and how it can help me solve prob'
+ 'lems.", 3);\nquiz[64] = new makeQuestion("I am willing to'
+ ' try things that others think are not possible, if I am '
+ 'doing it for God.", 4);\nquiz[65] = new makeQuestion("It '
+ 'really bothers me when people are in need of money or th'
+ 'ings; I want to do something about it.", 5);\nquiz[66] = '
+ 'new makeQuestion("I readily and happily use any of my sk'
+ 'ills to help wherever needed.", 6);\nquiz[67] = new makeQ'
+ 'uestion("I act on feelings rather than facts.", 7);\nquiz'
+ '[68] = new makeQuestion("Teaching the same material over'
+ ' and over is boring.  I like to learn and teach new thin'
+ 'gs to others.", 8);\nquiz[69] = new makeQuestion("I enjoy'
+ ' explaining things to people so that they can grow spiri'
+ 'tually and personally.", 9);\nquiz[70] = new makeQuestion'
+ '("I work best under pressure.", 0);\nquiz[71] = new makeQ'
+ 'uestion("I see most actions as right or wrong, and feel '
+ 'the need to correct the wrong.", 1);\nquiz[72] = new make'
+ 'Question("My conversations with non-believers usually le'
+ 'ads to me telling them about my faith.", 2);\nquiz[73] = '
+ 'new makeQuestion("I consider myself to be a very practic'
+ 'al, down to earth person, so I enjoy practical teaching '
+ 'that I can use in my everyday life.", 3);\nquiz[74] = new'
+ ' makeQuestion("I live with confidence because I know tha'
+ 't God is always at work in my life.", 4);\nquiz[75] = new'
+ ' makeQuestion("It is important for me to support mission'
+ 's with my money and time.", 5);\nquiz[76] = new makeQuest'
+ 'ion("I am excited and willing to serve others when I am '
+ 'needed to.", 6);\nquiz[77] = new makeQuestion("Other peop'
+ 'le know that I care about them.  I always try to have a '
+ 'loving attitude.", 7);\nquiz[78] = new makeQuestion("I pr'
+ 'ay a lot for other people.", 8);\nquiz[79] = new makeQues'
+ 'tion("I get upset when others misuse the Bible by making'
+ ' it say what they want it to say, instead of what it rea'
+ 'lly means.", 9);\n\n</SCRIPT><style type="text/css">\n<!--\n'
+ 'a:link {\n	text-decoration: none;\n	color: #990000;\n}\na:vi'
+ 'sited {\n	text-decoration: none;\n}\na:hover {\n	text-decora'
+ 'tion: none;\n}\na:active {\n	text-decoration: none;\n}\n-->\n<'
+ '/style></head>\n\n<body>\n\n<div align="left">\n  <p>    <scr'
+ 'ipt language="JavaScript" type="text/javascript">\n\n<!--\n'
+ '// loop to display quiz\nfor (var i = 0; i < quiz.length;'
+ 'i++) {\nquiz[i].showForm(i);\n}\n\n// reload bug fix\nif (nav'
+ 'igator.appName == "Netscape" && \n        parseInt(naviga'
+ 'tor.appVersion) >= 3) {\n        for (var i = 0; i < docu'
+ 'ment.forms.length; i++) {\n        document.forms[i].rese'
+ 't();\n        }\n    }\n    \n//-->\n\n                </scrip'
+ 't>\n  <a href="javascript:assesQuiz()"><strong>Click here'
+ ' to get your results!</strong></a><br>\n&nbsp;</p>\n  </di'
+ 'v>\n</body>\n</html>\n';

// end_var_declaration
document.write(inc_freeyouthtest_js);

