
inc_fopyouth_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> <a h'
+ 'ref="mailto:fellowshipofpraise@yahoo.com">Let us know wh'
+ 'at your top 3 gifts are</a> and then click on the Defini'
+ 'tion link to learn more!<br><br>Note** Prophecy, Healing'
+ ', Miracles, Tongues and Interpretation of Tongues are no'
+ 't included in the Spiritual Gift Discovery Survey becaus'
+ 'e their presence in the life of a believer tends to be s'
+ 'elf-evident.</font>\'  \n\n\nevalPage += \'</LEFT>\';\nevalPage'
+ ' += \'<P><blockquote>\'\nevalPage +=\'<P>&nbsp;<br>\';\n\nfor ('
+ 'var i = 0; i < grade.length;i++) {\nevalPage += grade[i].'
+ 'gift + \' - \'+ grade[i].giftsum +\'<BR>&nbsp;<br>\';\n}\neval'
+ 'Page += \'<P></blockquote>\'\n\nevalPage += \'</TD></TR></TAB'
+ 'LE><BR><BR>\';\nevalPage += \'</LEFT>\';\nevalPage += \'<p>&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://www.fellow'
+ 'shipofpraise.com">Home</a></b>\';\nevalPage += \'<p>&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://www.eleventale'
+ 'nts.com/blankgifts-list.htm">Spiritual Gift FAQs and Def'
+ 'initions</a></b>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;<b><a href="mailto:fellowshipofpraise@yahoo.com'
+ '">Let us know what your top 3 gifts are!</a></b>\';\nevalP'
+ 'age += \'<p>&nbsp;<br><font size=1></font>\';\nevalPage += '
+ '\'</LEFT>\';\n\nevalPage += \'</BODY></HTML>\';\ndocument.write'
+ '(evalPage);\ndocument.close();\n}\n\n// Create evaluation ar'
+ 'ray (grade)\ngrade = new makeArray(10);\nfor (var i = 0;i '
+ '< grade.length; i++) {\ngrade[i]= new makeEvaluation(i);\n'
+ 'grade[i].giftno=i;\ngrade[i].giftsum=0;\ngrade[i].gift = g'
+ 'ifts[i];\n}\n\n// Create question objects...\nquiz = new mak'
+ 'eArray(80);\nquiz[0] = new makeQuestion("I like to organi'
+ 'ze people, tasks, and events.", 0),\nquiz[1] = new makeQu'
+ 'estion("I can easily tell the difference between spiritu'
+ 'al truth and error, good and evil.", 1);\nquiz[2] = new m'
+ 'akeQuestion("I have a good understanding of the gospel, '
+ 'and can share it with others easily.", 2);\nquiz[3] = new'
+ ' makeQuestion("I tend to see the potential in people, no'
+ 't their weaknesses.", 3);\nquiz[4] = new makeQuestion("I '
+ 'find it natural and easy to trust God to answer my praye'
+ 'rs.", 4);\nquiz[5] = new makeQuestion("I am always ready '
+ 'to give money for an important need.", 5);\nquiz[6] = new'
+ ' makeQuestion("I enjoy working behind the scenes and sup'
+ 'porting the work of others.", 6);\nquiz[7] = new makeQues'
+ 'tion("I am a very caring person and always sympathize wi'
+ 'th other people.", 7);\nquiz[8] = new makeQuestion("I rea'
+ 'lly want others to learn and grow in their faith.", 8);\n'
+ 'quiz[9] = new makeQuestion("Education and knowledge are '
+ 'very important to me.", 9);\nquiz[10] = new makeQuestion('
+ '"I decide things based on facts, not my feelings.", 0);\n'
+ 'quiz[11] = new makeQuestion("I can usually tell what a p'
+ 'erson\'s character is like based upon first impressions."'
+ ', 1);\nquiz[12] = new makeQuestion("I always look for opp'
+ 'ortunities to build relationships with non-Christians.",'
+ ' 2);\nquiz[13] = new makeQuestion("I am able to help othe'
+ 'rs when they are upset about something.", 3);\nquiz[14] ='
+ ' new makeQuestion("I have confidence that God will alway'
+ 's provide for me, even in difficult times.", 4);\nquiz[15'
+ '] = new makeQuestion("When I earn money, I always give s'
+ 'ome back to God.", 5);\nquiz[16] = new makeQuestion("I en'
+ 'joy 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 who '
+ 'need my help.", 8);\nquiz[19] = new makeQuestion("I have '
+ 'a very strong desire to study the Bible on a regular bas'
+ 'is.", 9);\nquiz[20] = new makeQuestion("When I am given a'
+ ' job, I am able to recruit people to help out, and can e'
+ 'xplain what needs to be done so they understand what to '
+ 'do.", 0);\nquiz[21] = new makeQuestion("I can see through'
+ ' phoniness or deceit before other people can.", 1);\nquiz'
+ '[22] = new makeQuestion("I feel that I have to tell my f'
+ 'riends about Jesus, especially those who don’t go to chu'
+ 'rch.", 2);\nquiz[23] = new makeQuestion("I give hope to o'
+ 'thers by telling them about the promises of God.", 3);\nq'
+ 'uiz[24] = new makeQuestion("I believe that God will help'
+ ' me to accomplish great things.", 4);\nquiz[25] = new mak'
+ 'eQuestion("I am organized in all areas of my life.  I ca'
+ 'n find things when I need them.", 5);\nquiz[26] = new mak'
+ 'eQuestion("I feel like I am a part of my church even whe'
+ 'n I do routine tasks like cleaning, painting, or yardwor'
+ 'k.", 6);\nquiz[27] = new makeQuestion("I enjoy helping pe'
+ 'ople sometimes regarded as undeserving or beyond help.",'
+ ' 7);\nquiz[28] = new makeQuestion("I like trying to prote'
+ 'ct others from doing bad things so that they can grow st'
+ 'ronger in their faith.", 8);\nquiz[29] = new makeQuestion'
+ '("I pay close attention to the words, phrases, and meani'
+ 'ngs of those who teach.", 9);\nquiz[30] = new makeQuestio'
+ 'n("I am a leader at school and church.  I can effectivel'
+ 'y share goals in such a way that others want to carry th'
+ 'em 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 when I'
+ ' talk about what I believe, and when I try to convince o'
+ 'thers to follow Jesus.", 2);\nquiz[33] = new makeQuestion'
+ '("I can develop a plan to solve every problem that I or '
+ 'my friends might have.", 3);\nquiz[34] = new makeQuestion'
+ '("I trust God even when my success seems impossible.", 4'
+ ');\nquiz[35] = new makeQuestion("Some people think I am i'
+ 'nto “things” because of the importance I place on money.'
+ '", 5);\nquiz[36] = new makeQuestion("I usually do lots of'
+ ' things that help people.", 6);\nquiz[37] = new makeQuest'
+ 'ion("It is important to me to comfort others when they a'
+ 're hurt.", 7);\nquiz[38] = new makeQuestion("Relationship'
+ 's are more important to me than other tasks related to a'
+ ' job.  I am a people person.", 8);\nquiz[39] = new makeQu'
+ 'estion("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 goals '
+ 'and motives.", 0);\nquiz[41] = new makeQuestion("People u'
+ 'sually tell me that I am a good judge of character.", 1)'
+ ';\nquiz[42] = new makeQuestion("I believe salvation is th'
+ 'e greatest gift of all.", 2);\nquiz[43] = new makeQuestio'
+ 'n("I strengthen those who are down in their faith.", 3);'
+ '\nquiz[44] = new makeQuestion("I am absolutely sure of Go'
+ 'd\'s daily presence and action in my life.", 4);\nquiz[45]'
+ ' = new makeQuestion("I like knowing that the money I giv'
+ 'e makes a real difference in the lives and ministries of'
+ ' God\'s people.", 5);\nquiz[46] = new makeQuestion("I like'
+ ' to find small things that need to be done and often do '
+ 'them without being asked.", 6);\nquiz[47] = new makeQuest'
+ 'ion("I can look beyond a person\'s handicaps or problems '
+ 'to see a life that matters to God.", 7);\nquiz[48] = new '
+ 'makeQuestion("I think I would enjoy being given the resp'
+ 'onsibility for the spiritual growth of a group of believ'
+ 'ers, like a Sunday school class or a Bible Study.", 8);\n'
+ 'quiz[49] = new makeQuestion("When I teach Scripture, oth'
+ 'ers are interested and want to learn more.", 9);\nquiz[50'
+ '] = new makeQuestion("I enjoy learning how organizations'
+ ' function.", 0);\nquiz[51] = new makeQuestion("I know whe'
+ 'n preaching, teaching, or communication is not true to t'
+ 'he Bible.", 1);\nquiz[52] = new makeQuestion("I would rat'
+ 'her tell others about my faith and about Jesus more than'
+ ' anything else.", 2);\nquiz[53] = new makeQuestion("I lik'
+ 'e motivating others to take steps for spiritual growth."'
+ ', 3);\nquiz[54] = new makeQuestion("I am regularly challe'
+ 'nging my friends to trust God.", 4);\nquiz[55] = new make'
+ 'Question("When I give something, I want it to be the bes'
+ 't that can be given.", 5);\nquiz[56] = new makeQuestion("'
+ 'I don’t wish to be the leader or the most popular person'
+ ' in school or at church.  I like being one of the crowd.'
+ '", 6);\nquiz[57] = new makeQuestion("I enjoy bringing hop'
+ 'e and joy to people living in difficult situations.", 7)'
+ ';\nquiz[58] = new makeQuestion("I can gently help wanderi'
+ 'ng believers get back to faith and fellowship.", 8);\nqui'
+ 'z[59] = new makeQuestion("When I teach, other people usu'
+ 'ally get what I am trying to say.", 9);\nquiz[60] = new m'
+ 'akeQuestion("I dream big dreams, but I don’t usually tel'
+ 'l others about them.", 0);\nquiz[61] = new makeQuestion("'
+ 'I can see sin when others can’t.", 1);\nquiz[62] = new ma'
+ 'keQuestion("I want to talk with people who don’t know Je'
+ 'sus even if they are total strangers, just so I can infl'
+ 'uence them for Jesus.", 2);\nquiz[63] = new makeQuestion('
+ '"When I study the Bible I am interested in what it says '
+ 'to me about my life and how it can help me solve problem'
+ 's.", 3);\nquiz[64] = new makeQuestion("I am willing to tr'
+ 'y things that others think are not possible, if I am doi'
+ 'ng it for God.", 4);\nquiz[65] = new makeQuestion("It rea'
+ 'lly bothers me when people are in need of money or thing'
+ 's; I want to do something about it.", 5);\nquiz[66] = new'
+ ' makeQuestion("I readily and happily use any of my skill'
+ 's to help wherever needed.", 6);\nquiz[67] = new makeQues'
+ 'tion("I act on feelings rather than facts.", 7);\nquiz[68'
+ '] = new makeQuestion("Teaching the same material over an'
+ 'd over is boring.  I like to learn and teach new things '
+ 'to others.", 8);\nquiz[69] = new makeQuestion("I enjoy ex'
+ 'plaining things to people so that they can grow spiritua'
+ 'lly and personally.", 9);\nquiz[70] = new makeQuestion("I'
+ ' work best under pressure.", 0);\nquiz[71] = new makeQues'
+ 'tion("I see most actions as right or wrong, and feel the'
+ ' need to correct the wrong.", 1);\nquiz[72] = new makeQue'
+ 'stion("My conversations with non-believers usually leads'
+ ' to me telling them about my faith.", 2);\nquiz[73] = new'
+ ' makeQuestion("I consider myself to be a very practical,'
+ ' down to earth person, so I enjoy practical teaching tha'
+ 't I can use in my everyday life.", 3);\nquiz[74] = new ma'
+ 'keQuestion("I live with confidence because I know that G'
+ 'od is always at work in my life.", 4);\nquiz[75] = new ma'
+ 'keQuestion("It is important for me to support missions w'
+ 'ith my money and time.", 5);\nquiz[76] = new makeQuestion'
+ '("I am excited and willing to serve others when I am nee'
+ 'ded to.", 6);\nquiz[77] = new makeQuestion("Other people '
+ 'know that I care about them.  I always try to have a lov'
+ 'ing attitude.", 7);\nquiz[78] = new makeQuestion("I pray '
+ 'a lot for other people.", 8);\nquiz[79] = new makeQuestio'
+ 'n("I get upset when others misuse the Bible by making it'
+ ' say what they want it to say, instead of what it really'
+ ' means.", 9);\n\n</SCRIPT><style type="text/css">\n<!--\na:l'
+ 'ink {\n	text-decoration: none;\n	color: #990000;\n}\na:visit'
+ 'ed {\n	text-decoration: none;\n}\na:hover {\n	text-decoratio'
+ 'n: none;\n}\na:active {\n	text-decoration: none;\n}\n-->\n</st'
+ 'yle></head>\n\n<body>\n\n<div align="left">\n  <p><a href="ht'
+ 'tp://www.hopespringhill.com"></a>   \n    <script languag'
+ 'e="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 (navigator.appN'
+ 'ame == "Netscape" && \n        parseInt(navigator.appVers'
+ 'ion) >= 3) {\n        for (var i = 0; i < document.forms.'
+ 'length; i++) {\n        document.forms[i].reset();\n      '
+ '  }\n    }\n    \n//--></script>\n  <a href="http://www.fell'
+ 'owshipofpraise.com"><strong>Home</strong></a></p>\n  <p><'
+ 'a href="javascript:assesQuiz()"><strong>Click here to ge'
+ 't your results!</strong></a><br>\n&nbsp;</p>\n</div>\n</bod'
+ 'y>\n</html>\n';

// end_var_declaration
document.write(inc_fopyouth_js);

