inc_092703adulttest_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>Spiritual Gifts Test</title'
+ '><script language="JavaScript" type="text/JavaScript">\n<'
+ '!--\nfunction MM_reloadPage(init) {  //reloads the window'
+ ' if Nav4 resized\n  if (init==true) with (navigator) {if '
+ '((appName=="Netscape")&&(parseInt(appVersion)==4)) {\n   '
+ ' document.MM_pgW=innerWidth; document.MM_pgH=innerHeight'
+ '; onresize=MM_reloadPage; }}\n  else if (innerWidth!=docu'
+ 'ment.MM_pgW || innerHeight!=document.MM_pgH) location.re'
+ 'load();\n}\nMM_reloadPage(true);\n//-->\n</script>\n<META con'
+ 'tent="text/html; charset=windows-1252" http-equiv=Conten'
+ 't-Type>\n<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascr'
+ 'ipt">\n\n// Function to create arrays\nfunction makeArray(l'
+ 'en){\n	for (var i=0; i<len; i++) this[i]=null;\nthis.lengt'
+ 'h=len\n}\n\n// Create array to hold gifts\ngifts = new makeA'
+ 'rray(12);\ngifts[0]=\'<a href="http://www.eleventalents.co'
+ 'm/blankgifts-list.htm#AdministrationRuling">Definition</'
+ 'a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ '&nbsp;<b>Administration/Ruling</b>\',\ngifts[1]=\'<a href="'
+ 'http://www.eleventalents.com/blankgifts-list.htm#Discern'
+ 'ment">Definition</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-li'
+ 'st.htm#Exhortation">Definition</a>&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Exhortation</b>'
+ '\',\ngifts[4]=\'<a href="http://www.eleventalents.com/blank'
+ 'gifts-list.htm#Faith">Definition</a>&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Faith</b>\';\ng'
+ 'ifts[5]=\'<a href="http://www.eleventalents.com/blankgift'
+ 's-list.htm#Giving">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Giving</b>\';\ngif'
+ 'ts[6]=\'<a href="http://www.eleventalents.com/blankgifts-'
+ 'list.htm#Helps">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Helps/Serving/Minis'
+ 'tering</b>\';\ngifts[7]=\'<a href="http://www.eleventalents'
+ '.com/blankgifts-list.htm#Knowledge">Definition</a>&nbsp;'
+ '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b'
+ '>Knowledge</b>\';\ngifts[8]=\'<a href="http://www.elevental'
+ 'ents.com/blankgifts-list.htm#Mercy">Definition</a>&nbsp;'
+ '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b'
+ '>Mercy</b>\';\ngifts[9]=\'<a href="http://www.eleventalents'
+ '.com/blankgifts-list.htm#Pastor">Definition</a>&nbsp;&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Pa'
+ 'stor/Teacher</b>\';\ngifts[10]=\'<a href="http://www.eleven'
+ 'talents.com/blankgifts-list.htm#Teaching">Definition</a>'
+ '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;<b>Teaching</b>\';\ngifts[11]=\'<a href="http://www.ele'
+ 'ventalents.com/blankgifts-list.htm#Wisdom">Definition</a'
+ '>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&'
+ 'nbsp;<b>Wisdom</b>\';\n\n// The question object constructor'
+ ' function\nfunction makeQuestion(question,giftno) 	{\nthis'
+ '.question=question;\nthis.giftno=giftno;\nthis.useranswer='
+ 'null;\nthis.showForm=showForm;\nthis.userChoices=new makeA'
+ 'rray(4);\n	this.userChoices[0]="Not at all, never",\n	this'
+ '.userChoices[1]="Some of the time, once in a while",\n	th'
+ 'is.userChoices[2]="Most of the time, usually true",\n	thi'
+ 's.userChoices[3]="Consistently, definitely true";\n}\n\n// '
+ 'The evaluation object constructor function\nfunction make'
+ 'Evaluation(giftno) {\nthis.giftno=giftno;\nthis.gift=null;'
+ '\nthis.giftsum=null;\n}\n\n// Function to evaluate the quiz\n'
+ 'function evaluate() {\nfor(var i = 0; i < grade.length; i'
+ '++) {\n	for (var j = 0; j < quiz.length; j++) {\n		if ( gr'
+ 'ade[i].giftno == quiz[j].giftno ) {\n			grade[i].giftsum '
+ '+= quiz[j].useranswer;\n		}\n	}\n}\n}\n\n// Method to display '
+ 'contents of question object.\nfunction showForm(n) {\ndocu'
+ 'ment.write((n + 1) + \'. \' + this.question + \'<BLOCKQUOTE'
+ '><FORM>\');\n    for (var i = 0; i < this.userChoices.leng'
+ 'th; i++) {\n        document.write(\'<INPUT TYPE = "RADIO"'
+ ' NAME = "q\' + n + \n                       \'" onClick = "'
+ 'quiz[\' + n + \'].useranswer = \' + i + \'">\');\n        docu'
+ 'ment.write(this.userChoices[i] + \'<BR>\');\n    }\ndocument'
+ '.write(\'</FORM></BLOCKQUOTE>\');\n}\n\n// Function to displa'
+ 'y the assessment\nfunction assesQuiz() {\nevaluate();\nvar '
+ 'evalPage = \'<HTML>\';\nevalPage += \'<HEAD>\';\nevalPage += \''
+ '<TITLE>Spiritual Gifts Test Results</TITLE>\';\nevalPage +'
+ '= \'</HEAD>\';\n\nevalPage += \'<BODY><p align="left"></a>\';\n'
+ 'evalPage += \'<font size= 6><strong>Spiritual Gifts Test '
+ 'Results</strong></font>\';\nevalPage += \'<P> \';\n\nevalPage '
+ '+= \'<P> \';\nevalPage += \'<P>The Results Are In!\'\nevalPage'
+ ' += \'<P>Scroll down to see what your top score(s)(out of'
+ ' 24 possible points) are!<br>'
+ 'Click on the Definition link '
+ 'to learn more!<br><br>Note* Prophecy, Healing, Miracles,'
+ ' Tongues and Interpretation of Tongues are not included '
+ 'in the Spiritual Gift Discovery Survey because their pre'
+ 'sence in the life of a believer tends to be self-evident'
+ '.\'  \n\n\nevalPage += \'<P><blockquote>\'\nevalPage +=\'<P><b><'
+ 'a href="javascript:window.print()">CLICK HERE TO PRINT Y'
+ 'OUR RESULTS!</a></b><br>\';\nevalPage +=\'<P><b><font color'
+ '="990000">YOU MAY LOSE THEM IF YOU NAVIGATE FROM THIS PA'
+ 'GE!</b></font><hr><br><br>\';\n\nfor (var i = 0; i < grade.'
+ 'length;i++) {\nevalPage += grade[i].gift + \' - \'+ grade[i'
+ '].giftsum +\'<BR>&nbsp;<br>\';\n}\nevalPage += \'</blockquote'
+ '>\'\nevalPage += \'</TD></TR></TABLE>\';\nevalPage += \'<p>&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://eleventale'
+ 'nts.com/blankgifts-list.htm">Spiritual Gift FAQs and Def'
+ 'initions</a></b>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;<b>'
+ ''
+ '</b>\';\nevalPage += \'</LEFT>\';\n\nevalPage += \'</BODY></HTM'
+ 'L>\';\ndocument.write(evalPage);\ndocument.close();\n}\n\n// C'
+ 'reate evaluation array (grade)\ngrade = new makeArray(12)'
+ ';\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 object'
+ 's...\nquiz = new makeArray(96);\nquiz[0] = new makeQuestio'
+ 'n("I like to organize people, tasks, and events.", 0),\nq'
+ 'uiz[1] = new makeQuestion("I can readily distinguish bet'
+ 'ween spiritual truth and error, good and evil.", 1);\nqui'
+ 'z[2] = new makeQuestion("I communicate the gospel to oth'
+ 'ers with clarity and effectiveness.", 2);\nquiz[3] = new '
+ 'makeQuestion("I tend to see the potential in people.", 3'
+ ');\nquiz[4] = new makeQuestion("I find it natural and eas'
+ 'y to trust God to answer my prayers.", 4);\nquiz[5] = new'
+ ' makeQuestion("I give liberally and joyfully to people i'
+ 'n financial need or to projects requiring support.", 5);'
+ '\nquiz[6] = new makeQuestion("I enjoy working behind the '
+ 'scenes to support the work of others.", 6);\nquiz[7] = ne'
+ 'w makeQuestion("I am approached by people who want to kn'
+ 'ow my perspective on a particular passage or biblical tr'
+ 'uth.", 7);\nquiz[8] = new makeQuestion("I empathize with '
+ 'hurting people and desire to help in their healing proce'
+ 'ss.", 8);\nquiz[9] = new makeQuestion("I enjoy spending t'
+ 'ime nurturing and caring for others.", 9);\nquiz[10] = ne'
+ 'w makeQuestion("I am able to communicate God\'s Word effe'
+ 'ctively.", 10);\nquiz[11] = new makeQuestion("I am often '
+ 'sought out by others for advice about spiritual or perso'
+ 'nal matters.", 11);\nquiz[12] = new makeQuestion("I am ca'
+ 'reful, thorough, and skilled at managing details.", 0);\n'
+ 'quiz[13] = new makeQuestion("I frequently am able to jud'
+ 'ge a person\'s character based upon first impressions.", '
+ '1);\nquiz[14] = new makeQuestion("I consistently look for'
+ ' opportunities to build relationships with non-Christian'
+ 's.", 2);\nquiz[15] = new makeQuestion("I enjoy reassuring'
+ ' and strengthening those who are discouraged.", 3);\nquiz'
+ '[16] = new makeQuestion("I have confidence in God\'s cont'
+ 'inuing provision and help, even in difficult times.", 4)'
+ ';\nquiz[17] = new makeQuestion("I give more than a tithe '
+ 'so that kingdom work can be accomplished.", 5);\nquiz[18]'
+ ' = new makeQuestion("I enjoy doing routine tasks that su'
+ 'pport the ministry.", 6);\nquiz[19] = new makeQuestion("I'
+ ' receive information from the Spirit that I did not acqu'
+ 'ire through natural means.", 7);\nquiz[20] = new makeQues'
+ 'tion("I can patiently support those going through painfu'
+ 'l experiences as they try to stabilize their lives.", 8)'
+ ';\nquiz[21] = new makeQuestion("I have compassion for wan'
+ 'dering believers and want to protect them.", 9);\nquiz[22'
+ '] = new makeQuestion("I can spend time in study knowing '
+ 'that presenting truth will make a difference in the live'
+ 's of people.", 10);\nquiz[23] = new makeQuestion("I can o'
+ 'ften find simple, practical solutions in the midst of co'
+ 'nflict or confusion.", 11);\nquiz[24] = new makeQuestion('
+ '"I can clarify goals and develop strategies or plans to '
+ 'accomplish them.", 0);\nquiz[25] = new makeQuestion("I ca'
+ 'n see through phoniness or deceit before it is evident t'
+ 'o others.", 1);\nquiz[26] = new makeQuestion("I am effect'
+ 'ive at adapting the gospel message so that it connects w'
+ 'ith an individual\'s felt need.", 2);\nquiz[27] = new make'
+ 'Question("I give hope to others by directing them to the'
+ ' promises of God.", 3);\nquiz[28] = new makeQuestion("I b'
+ 'elieve that God will help me to accomplish great things.'
+ '", 4);\nquiz[29] = new makeQuestion("I manage my money we'
+ 'll in order to free more of it for giving.", 5);\nquiz[30'
+ '] = new makeQuestion("I willingly take on a variety of o'
+ 'dd jobs around the church to meet the needs of others.",'
+ ' 6);\nquiz[31] = new makeQuestion("I am committed, and sc'
+ 'hedule blocks of time for reading and studying scripture'
+ ', to understand biblical truth fully and accurately.", 7'
+ ');\nquiz[32] = new makeQuestion("I enjoy helping people s'
+ 'ometimes regarded as undeserving or beyond help.", 8);\nq'
+ 'uiz[33] = new makeQuestion("I like to provide guidance f'
+ 'or the whole person - relationally, emotionally, spiritu'
+ 'ally, etc.", 9);\nquiz[34] = new makeQuestion("I pay clos'
+ 'e attention to the words, phrases, and meaning of those '
+ 'who teach.", 10);\nquiz[35] = new makeQuestion("I can eas'
+ 'ily select the most effective course of action from amon'
+ 'g several alternatives.", 11);\nquiz[36] = new makeQuesti'
+ 'on("I can identify and effectively use the resources nee'
+ 'ded to accomplish tasks.", 0);\nquiz[37] = new makeQuesti'
+ 'on("I tend to see rightness or wrongness in situations."'
+ ', 1);\nquiz[38] = new makeQuestion("I invite unbelievers '
+ 'to accept Christ as their Savior.", 2);\nquiz[39] = new m'
+ 'akeQuestion("I reassure those who need to take courageou'
+ 's action in their faith, family, or life.", 3);\nquiz[40]'
+ ' = new makeQuestion("I trust God in circumstances where '
+ 'success cannot be guaranteed by human effort alone.", 4)'
+ ';\nquiz[41] = new makeQuestion("I am challenged to limit '
+ 'my lifestyle in order to give away a higher percentage o'
+ 'f my income.", 5);\nquiz[42] = new makeQuestion("I see sp'
+ 'iritual significance in doing practical tasks.", 6);\nqui'
+ 'z[43] = new makeQuestion("I have insight or just know so'
+ 'mething to be true.", 7);\nquiz[44] = new makeQuestion("I'
+ ' have great compassion for hurting people.", 8);\nquiz[45'
+ '] = new makeQuestion("I can faithfully provide long-term'
+ ' support and concern for others.", 9);\nquiz[46] = new ma'
+ 'keQuestion("I like to take a systematic approach to my s'
+ 'tudy of the Bible.", 10);\nquiz[47] = new makeQuestion("I'
+ ' can anticipate the likely consequences of an individual'
+ '\'s or a group\'s action.", 11);\nquiz[48] = new makeQuesti'
+ 'on("I like to help organizations or groups become more e'
+ 'fficient.", 0);\nquiz[49] = new makeQuestion("I receive a'
+ 'ffirmation from others concerning the reliability of my '
+ 'insights or perceptions.", 1);\nquiz[50] = new makeQuesti'
+ 'on("I openly tell people that I am a Christian and want '
+ 'them to ask me about my faith.", 2);\nquiz[51] = new make'
+ 'Question("I strengthen those who are wavering in their f'
+ 'aith.", 3);\nquiz[52] = new makeQuestion("I am conviced o'
+ 'f God\'s daily presence and action in my life.", 4);\nquiz'
+ '[53] = new makeQuestion("I like knowing that my financia'
+ 'l support makes a real difference in the lives and minis'
+ 'tries of God\'s people.", 5);\nquiz[54] = new makeQuestion'
+ '("I like to find small things that need to be done and o'
+ 'ften do them without being asked.", 6);\nquiz[55] = new m'
+ 'akeQuestion("I have suddenly known some things about oth'
+ 'ers, but did not know how I knew them.", 7);\nquiz[56] = '
+ 'new makeQuestion("I can look beyond a person\'s handicaps'
+ ' or problems to see a life that matters to God.", 8);\nqu'
+ 'iz[57] = new makeQuestion("I enjoy giving guidance and p'
+ 'ractical support to a small group of people.", 9);\nquiz['
+ '58] = new makeQuestion("I can communicate scripture in w'
+ 'ays that motivate others to study and want to learn more'
+ '.", 10);\nquiz[59] = new makeQuestion("I give practical a'
+ 'dvice to help others through complicated situations.", 1'
+ '1);\nquiz[60] = new makeQuestion("I enjoy learning how or'
+ 'ganizations function.", 0);\nquiz[61] = new makeQuestion('
+ '"I can identify preaching, teaching, or communication wh'
+ 'ich is not true to the Bible.", 1);\nquiz[62] = new makeQ'
+ 'uestion("I openly and confidently tell others what Chris'
+ 't has done for me.", 2);\nquiz[63] = new makeQuestion("I '
+ 'like motivating others to take steps for spiritual growt'
+ 'h.", 3);\nquiz[64] = new makeQuestion("I am regularly cha'
+ 'llenging others to trust God.", 4);\nquiz[65] = new makeQ'
+ 'uestion("I give generously due to my commitment to stewa'
+ 'rdship.", 5);\nquiz[66] = new makeQuestion("I feel comfor'
+ 'table being a helper, assisting others to do their job m'
+ 'ore effectively.", 6);\nquiz[67] = new makeQuestion("I di'
+ 'scover important biblical truths when reading or studyin'
+ 'g scripture which benefit others in the body of Christ."'
+ ', 7);\nquiz[68] = new makeQuestion("I enjoy bringing hope'
+ ' and joy to people living in difficult circumstances.", '
+ '8);\nquiz[69] = new makeQuestion("I can gently restore wa'
+ 'ndering believers to faith and fellowship.", 9);\nquiz[70'
+ '] = new makeQuestion("I can present information and skil'
+ 'ls to others at a level that makes it easy for them to g'
+ 'rasp and apply to their lives.", 10);\nquiz[71] = new mak'
+ 'eQuestion("I can apply scriptural truth that others rega'
+ 'rd as practical and helpful.", 11);\nquiz[72] = new makeQ'
+ 'uestion("I can visualize a coming event, anticipate pote'
+ 'ntial problems, and develop backup plans.", 0);\nquiz[73]'
+ ' = new makeQuestion("I can sense when demonic forces are'
+ ' at work in a person or situation.", 1);\nquiz[74] = new '
+ 'makeQuestion("I seek opportunities to talk about spiritu'
+ 'al matters with unbelievers.", 2);\nquiz[75] = new makeQu'
+ 'estion("I am able to challenge or rebuke others in order'
+ ' to foster spiritual growth.", 3);\nquiz[76] = new makeQu'
+ 'estion("I can move forward in spite of opposition or lac'
+ 'k of support when I sense God\'s blessing on an undertaki'
+ 'ng.", 4);\nquiz[77] = new makeQuestion("I believe I have '
+ 'been given an abundance of resources so that I may give '
+ 'more to the Lord\'s work.", 5);\nquiz[78] = new makeQuesti'
+ 'on("I readily and happily use my natural or learned skil'
+ 'ls to help wherever needed.", 6);\nquiz[79] = new makeQue'
+ 'stion("I confidently share my knowledge and insights wit'
+ 'h others.", 7);\nquiz[80] = new makeQuestion("I enjoy doi'
+ 'ng practical things for others who are in need.", 8);\nqu'
+ 'iz[81] = new makeQuestion("I enjoy patiently but firmly '
+ 'nurturing others in their development as believers.", 9)'
+ ';\nquiz[82] = new makeQuestion("I enjoy explaining things'
+ ' to people so that they can grow spiritually and persona'
+ 'lly.", 10);\nquiz[83] = new makeQuestion("I have insights'
+ ' into how to solve problems that others do not see.", 11'
+ ');\nquiz[84] = new makeQuestion("I set goals and manage p'
+ 'eople and resources effectively to accomplish them.", 0)'
+ ';\nquiz[85] = new makeQuestion("I see most actions as rig'
+ 'ht or wrong, and feel the need to correct the wrong.", 1'
+ ');\nquiz[86] = new makeQuestion("My conversations with no'
+ 'n-believers usually leads to me telling them about my fa'
+ 'ith.", 2);\nquiz[87] = new makeQuestion("I enjoy practica'
+ 'l or topical teaching that I can apply to everyday life.'
+ '", 3);\nquiz[88] = new makeQuestion("I live with confiden'
+ 'ce because I know that God works daily in my life.", 4);'
+ '\nquiz[89] = new makeQuestion("I feel compelled to suppor'
+ 't missions with my money and time.", 5);\nquiz[90] = new '
+ 'makeQuestion("I am excited and willing to serve others w'
+ 'hen I am needed to do so.", 6);\nquiz[91] = new makeQuest'
+ 'ion("I recognize cultural trends, teachings, or events w'
+ 'hich contradict biblical principles.", 7);\nquiz[92] = ne'
+ 'w makeQuestion("I try to have a loving attitude and let '
+ 'others know that I care about them.", 8);\nquiz[93] = new'
+ ' makeQuestion("I feel the need to protect others from do'
+ 'ing the wrong things so they can grow stronger in their '
+ 'faith.", 9);\nquiz[94] = new makeQuestion("When others mi'
+ 'suse or misinterpret Scripture, I get upset.", 10);\nquiz'
+ '[95] = new makeQuestion("I am humbled when others seek m'
+ 'y counsel.", 11);\n\n</SCRIPT>\n<style type="text/css">\n<!-'
+ '-\na:link {\n	text-decoration: none;\n}\na:visited {\n	text-d'
+ 'ecoration: none;\n}\na:hover {\n	text-decoration: none;\n}\na'
+ ':active {\n	text-decoration: none;\n}\n-->\n</style></head>\n'
+ '\n<body>\n<div align="left">\n  <p>\n    <script language="J'
+ 'avaScript" type="text/javascript">\n\n<!--\n// loop to disp'
+ 'lay quiz\nfor (var i = 0; i < quiz.length;i++) {\nquiz[i].'
+ 'showForm(i);\n}\n\n// reload bug fix\nif (navigator.appName '
+ '== "Netscape" && \n        parseInt(navigator.appVersion)'
+ ' >= 3) {\n        for (var i = 0; i < document.forms.leng'
+ 'th; i++) {\n        document.forms[i].reset();\n        }\n'
+ '    }\n    \n//-->\n\n            </script>\n<a href="javascr'
+ 'ipt:assesQuiz()"><strong>Click here to get your results!'
+ '</strong></a></p>\n</div>\n</body>\n</html>\n';

// end_var_declaration
document.write(inc_092703adulttest_js);
m