
inc_freeadulttest_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>Untitled Document</title><s'
+ 'cript language="JavaScript" type="text/JavaScript">\n<!--'
+ '\nfunction MM_reloadPage(init) {  //reloads the window if'
+ ' Nav4 resized\n  if (init==true) with (navigator) {if ((a'
+ 'ppName=="Netscape")&&(parseInt(appVersion)==4)) {\n    do'
+ 'cument.MM_pgW=innerWidth; document.MM_pgH=innerHeight; o'
+ 'nresize=MM_reloadPage; }}\n  else if (innerWidth!=documen'
+ 't.MM_pgW || innerHeight!=document.MM_pgH) location.reloa'
+ 'd();\n}\nMM_reloadPage(true);\n//-->\n</script>\n<META conten'
+ 't="text/html; charset=windows-1252" http-equiv=Content-T'
+ 'ype>\n<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript'
+ '">\n\n// Function to create arrays\nfunction makeArray(len)'
+ '{\n	for (var i=0; i<len; i++) this[i]=null;\nthis.length=l'
+ 'en\n}\n\n// Create array to hold gifts\ngifts = new makeArra'
+ 'y(12);\ngifts[0]=\'<a href="http://www.eleventalents.com/b'
+ 'lankgifts-list.htm#AdministrationRuling">Definition</a>&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;<b>Administration/Ruling</b>\',\ngifts[1]=\'<a href="htt'
+ 'p://www.eleventalents.com/blankgifts-list.htm#Discernmen'
+ 't">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;<b>Discernment</b>\',\ngifts[2]=\'<a h'
+ 'ref="http://www.eleventalents.com/blankgifts-list.htm#Ev'
+ 'angelism">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Evangelism</b>\';\ngifts[3]'
+ '=\'<a href="http://www.eleventalents.com/blankgifts-list.'
+ 'htm#Exhortation">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Exhortation</b>\',\n'
+ 'gifts[4]=\'<a href="http://www.eleventalents.com/blankgif'
+ 'ts-list.htm#Faith">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Faith</b>\';\ngift'
+ 's[5]=\'<a href="http://www.eleventalents.com/blankgifts-l'
+ 'ist.htm#Giving">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Giving</b>\';\ngifts['
+ '6]=\'<a href="http://www.eleventalents.com/blankgifts-lis'
+ 't.htm#Helps">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Helps/Serving/Minister'
+ 'ing</b>\';\ngifts[7]=\'<a href="http://www.eleventalents.co'
+ 'm/blankgifts-list.htm#Knowledge">Definition</a>&nbsp;&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Kn'
+ 'owledge</b>\';\ngifts[8]=\'<a href="http://www.eleventalent'
+ 's.com/blankgifts-list.htm#Mercy">Definition</a>&nbsp;&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Me'
+ 'rcy</b>\';\ngifts[9]=\'<a href="http://www.eleventalents.co'
+ 'm/blankgifts-list.htm#Pastor">Definition</a>&nbsp;&nbsp;'
+ '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Pasto'
+ 'r/Teacher</b>\';\ngifts[10]=\'<a href="http://www.elevental'
+ 'ents.com/blankgifts-list.htm#Teaching">Definition</a>&nb'
+ 'sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';<b>Teaching</b>\';\ngifts[11]=\'<a href="http://www.eleven'
+ 'talents.com/blankgifts-list.htm#Wisdom">Definition</a>&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;<b>Wisdom</b>\';\n\n// The question object constructor fu'
+ 'nction\nfunction makeQuestion(question,giftno) 	{\nthis.qu'
+ 'estion=question;\nthis.giftno=giftno;\nthis.useranswer=nul'
+ 'l;\nthis.showForm=showForm;\nthis.userChoices=new makeArra'
+ 'y(4);\n	this.userChoices[0]="Not at all, never",\n	this.us'
+ 'erChoices[1]="Some of the time, once in a while",\n	this.'
+ 'userChoices[2]="Most of the time, usually true",\n	this.u'
+ 'serChoices[3]="Consistently, definitely true";\n}\n\n// The'
+ ' evaluation object constructor function\nfunction makeEva'
+ 'luation(giftno) {\nthis.giftno=giftno;\nthis.gift=null;\nth'
+ 'is.giftsum=null;\n}\n\n// Function to evaluate the quiz\nfun'
+ 'ction evaluate() {\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].useranswer;\n		}\n	}\n}\n}\n\n// Method to display con'
+ 'tents of question object.\nfunction showForm(n) {\ndocumen'
+ 't.write((n + 1) + \'. \' + this.question + \'<BLOCKQUOTE><F'
+ 'ORM>\');\n    for (var i = 0; i < this.userChoices.length;'
+ ' i++) {\n        document.write(\'<INPUT TYPE = "RADIO" NA'
+ 'ME = "q\' + n + \n                       \'" onClick = "qui'
+ 'z[\' + n + \'].useranswer = \' + i + \'">\');\n        documen'
+ 't.write(this.userChoices[i] + \'<BR>\');\n    }\ndocument.wr'
+ 'ite(\'</FORM></BLOCKQUOTE>\');\n}\n\n// Function to display t'
+ 'he assessment\nfunction assesQuiz() {\nevaluate();\nvar eva'
+ 'lPage = \'<HTML>\';\nevalPage += \'<HEAD>\';\nevalPage += \'<TI'
+ 'TLE>Spiritual Gifts Test Results</TITLE>\';\nevalPage += \''
+ '<LINK REL="STYLESHEET" TYPE="text/css" HREF="style.css">'
+ '\';\nevalPage += \'</HEAD>\';\n\nevalPage += \'<BODY><p align="'
+ 'left"></a>\';\nevalPage += \'<font size= 6><strong>Spiritua'
+ 'l 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 sc'
+ 'ore(s)(out of 24 possible points) are!<br> Click on the '
+ 'Definition link to learn more!<br><br>Note* Prophecy, He'
+ 'aling, Miracles, Tongues and Interpretation of Tongues a'
+ 're not included in the Spiritual Gift Discovery Survey b'
+ 'ecause their presence in the life of a believer tends to'
+ ' be self-evident.\'  \n\n\nevalPage += \'<P><blockquote>\'\neva'
+ 'lPage +=\'<P>&nbsp;<br>\';\n\nfor (var i = 0; i < grade.leng'
+ 'th;i++) {\nevalPage += grade[i].gift + \' - \'+ grade[i].gi'
+ 'ftsum +\'<BR>&nbsp;<br>\';\n}\nevalPage += \'<P></blockquote>'
+ '\'\n\nevalPage += \'</TD></TR></TABLE><BR><BR>\';\nevalPage +='
+ ' \'</LEFT>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;<b><a href=""></a></b>\';\nevalPage += \'<p>&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;<b><a href="http://eleventalents.com/bl'
+ 'ankgifts-list.htm">Spiritual Gift FAQs and Definitions</'
+ 'a></b>\';\nevalPage += \'\';\nevalPage += \'<p>&nbsp;<br><font'
+ ' size=1></font>\';\nevalPage += \'</LEFT>\';\n\nevalPage += \'<'
+ '/BODY></HTML>\';\ndocument.write(evalPage);\ndocument.close'
+ '();\n}\n\n// Create evaluation array (grade)\ngrade = new ma'
+ 'keArray(12);\nfor (var i = 0;i < grade.length; i++) {\ngra'
+ 'de[i]= new makeEvaluation(i);\ngrade[i].giftno=i;\ngrade[i'
+ '].giftsum=0;\ngrade[i].gift = gifts[i];\n}\n\n// Create ques'
+ 'tion objects...\nquiz = new makeArray(96);\nquiz[0] = new '
+ 'makeQuestion("I like to organize people, tasks, and even'
+ 'ts.", 0),\nquiz[1] = new makeQuestion("I can readily dist'
+ 'inguish between spiritual truth and error, good and evil'
+ '.", 1);\nquiz[2] = new makeQuestion("I communicate the go'
+ 'spel to others with clarity and effectiveness.", 2);\nqui'
+ 'z[3] = new makeQuestion("I tend to see the potential in '
+ 'people.", 3);\nquiz[4] = new makeQuestion("I find it natu'
+ 'ral and easy to trust God to answer my prayers.", 4);\nqu'
+ 'iz[5] = new makeQuestion("I give liberally and joyfully '
+ 'to people in financial need or to projects requiring sup'
+ 'port.", 5);\nquiz[6] = new makeQuestion("I enjoy working '
+ 'behind the scenes to support the work of others.", 6);\nq'
+ 'uiz[7] = new makeQuestion("I am approached by people who'
+ ' want to know my perspective on a particular passage or '
+ 'biblical truth.", 7);\nquiz[8] = new makeQuestion("I empa'
+ 'thize with hurting people and desire to help in their he'
+ 'aling process.", 8);\nquiz[9] = new makeQuestion("I enjoy'
+ ' spending time nurturing and caring for others.", 9);\nqu'
+ 'iz[10] = new makeQuestion("I am able to communicate God\''
+ 's Word effectively.", 10);\nquiz[11] = new makeQuestion("'
+ 'I am often sought out by others for advice about spiritu'
+ 'al or personal matters.", 11);\nquiz[12] = new makeQuesti'
+ 'on("I am careful, thorough, and skilled at managing deta'
+ 'ils.", 0);\nquiz[13] = new makeQuestion("I frequently am '
+ 'able to judge a person\'s character based upon first impr'
+ 'essions.", 1);\nquiz[14] = new makeQuestion("I consistent'
+ 'ly look for opportunities to build relationships with no'
+ 'n-Christians.", 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 continuing provision and help, even in difficult '
+ 'times.", 4);\nquiz[17] = new makeQuestion("I give more th'
+ 'at a tithe so that kingdom work can be accomplished.", 5'
+ ');\nquiz[18] = new makeQuestion("I enjoy doing routine ta'
+ 'sks that support the ministry.", 6);\nquiz[19] = new make'
+ 'Question("I receive information from the Spirit that I d'
+ 'id not acquire through natural means.", 7);\nquiz[20] = n'
+ 'ew makeQuestion("I can patiently support those going thr'
+ 'ough painful experiences as they try to stabilize their '
+ 'lives.", 8);\nquiz[21] = new makeQuestion("I have compass'
+ 'ion for wandering believers and want to protect them.", '
+ '9);\nquiz[22] = new makeQuestion("I can spend time in stu'
+ 'dy knowing that presenting truth will make a difference '
+ 'in the lives of people.", 10);\nquiz[23] = new makeQuesti'
+ 'on("I can often find simple, practical solutions in the '
+ 'midst of conflict or confusion.", 11);\nquiz[24] = new ma'
+ 'keQuestion("I can clarify goals and develop strategies o'
+ 'r plans to accomplish them.", 0);\nquiz[25] = new makeQue'
+ 'stion("I can see through phoniness or deceit before it i'
+ 's evident to others.", 1);\nquiz[26] = new makeQuestion("'
+ 'I am effective at adapting the gospel message so that it'
+ ' connects with an individual\'s felt need.", 2);\nquiz[27]'
+ ' = new makeQuestion("I give hope to others by directing '
+ 'them to the promises of God.", 3);\nquiz[28] = new makeQu'
+ 'estion("I believe that God will help me to accomplish gr'
+ 'eat things.", 4);\nquiz[29] = new makeQuestion("I manage '
+ 'my money well in order to free more of it for giving.", '
+ '5);\nquiz[30] = new makeQuestion("I willingly take on a v'
+ 'ariety of odd jobs around the church to meet the needs o'
+ 'f others.", 6);\nquiz[31] = new makeQuestion("I am commit'
+ 'ted, and schedule blocks of time for reading and studyin'
+ 'g scripture, to understand biblical truth fully and accu'
+ 'rately.", 7);\nquiz[32] = new makeQuestion("I enjoy helpi'
+ 'ng people sometimes regarded as undeserving or beyond he'
+ 'lp.", 8);\nquiz[33] = new makeQuestion("I like to provide'
+ ' guidance for the whole person - relationally, emotional'
+ 'ly, spiritually, etc.", 9);\nquiz[34] = new makeQuestion('
+ '"I pay close attention to the words, phrases, and meanin'
+ 'g of those who teach.", 10);\nquiz[35] = new makeQuestion'
+ '("I can easily select the most effective course of actio'
+ 'n from among several alternatives.", 11);\nquiz[36] = new'
+ ' makeQuestion("I can identify and effectively use the re'
+ 'sources needed to accomplish tasks.", 0);\nquiz[37] = new'
+ ' makeQuestion("I tend to see rightness or wrongness in s'
+ 'ituations.", 1);\nquiz[38] = new makeQuestion("I invite u'
+ 'nbelievers to accept Christ as their Savior.", 2);\nquiz['
+ '39] = new makeQuestion("I reassure those who need to tak'
+ 'e courageous action in their faith, family, or life.", 3'
+ ');\nquiz[40] = new makeQuestion("I trust God in circumsta'
+ 'nces where success cannot be guaranteed by human effort '
+ 'alone.", 4);\nquiz[41] = new makeQuestion("I am challenge'
+ 'd to limit my lifestyle in order to give away a higher p'
+ 'ercentage of my income.", 5);\nquiz[42] = new makeQuestio'
+ 'n("I see spiritual significance in doing practical tasks'
+ '.", 6);\nquiz[43] = new makeQuestion("I have insight or j'
+ 'ust know something to be true.", 7);\nquiz[44] = new make'
+ 'Question("I have great compassion for hurting people.", '
+ '8);\nquiz[45] = new makeQuestion("I can faithfully provid'
+ 'e long-term support and concern for others.", 9);\nquiz[4'
+ '6] = new makeQuestion("I like to take a systematic appro'
+ 'ach to my study of the Bible.", 10);\nquiz[47] = new make'
+ 'Question("I can anticipate the likely consequences of an'
+ ' individual\'s or a group\'s action.", 11);\nquiz[48] = new'
+ ' makeQuestion("I like to help organizations or groups be'
+ 'come more efficient.", 0);\nquiz[49] = new makeQuestion("'
+ 'I receive affirmation from others concerning the reliabi'
+ 'lity of my insights or perceptions.", 1);\nquiz[50] = new'
+ ' makeQuestion("I openly tell people that I am a Christia'
+ 'n and want them to ask me about my faith.", 2);\nquiz[51]'
+ ' = new makeQuestion("I strengthen those who are wavering'
+ ' in their faith.", 3);\nquiz[52] = new makeQuestion("I am'
+ ' conviced of God\'s daily presence and action in my life.'
+ '", 4);\nquiz[53] = new makeQuestion("I like knowing that '
+ 'my financial support makes a real difference in the live'
+ 's and ministries of God\'s people.", 5);\nquiz[54] = new m'
+ 'akeQuestion("I like to find small things that need to be'
+ ' done and often do them without being asked.", 6);\nquiz['
+ '55] = new makeQuestion("I have suddenly known some thing'
+ 's about others, but did not know how I knew them.", 7);\n'
+ 'quiz[56] = new makeQuestion("I can look beyond a person\''
+ 's handicaps or problems to see a life that matters to Go'
+ 'd.", 8);\nquiz[57] = new makeQuestion("I enjoy giving gui'
+ 'dance and practical support to a small group of people."'
+ ', 9);\nquiz[58] = new makeQuestion("I can communicate scr'
+ 'ipture in ways that motivate others to study and want to'
+ ' learn more.", 10);\nquiz[59] = new makeQuestion("I give '
+ 'practical advice to help others through complicated situ'
+ 'ations.", 11);\nquiz[60] = new makeQuestion("I enjoy lear'
+ 'ning how organizations function.", 0);\nquiz[61] = new ma'
+ 'keQuestion("I can identify preaching, teaching, or commu'
+ 'nication which is not true to the Bible.", 1);\nquiz[62] '
+ '= new makeQuestion("I openly and confidently tell others'
+ ' what Christ has done for me.", 2);\nquiz[63] = new makeQ'
+ 'uestion("I like motivating others to take steps for spir'
+ 'itual growth.", 3);\nquiz[64] = new makeQuestion("I am re'
+ 'gularly challenging others to trust God.", 4);\nquiz[65] '
+ '= new makeQuestion("I give generously due to my commitme'
+ 'nt to stewardship.", 5);\nquiz[66] = new makeQuestion("I '
+ 'feel comfortable being a helper, assisting others to do '
+ 'their job more effectively.", 6);\nquiz[67] = new makeQue'
+ 'stion("I discover important biblical truths when reading'
+ ' or studying scripture which benefit others in the body '
+ 'of Christ.", 7);\nquiz[68] = new makeQuestion("I enjoy br'
+ 'inging hope and joy to people living in difficult circum'
+ 'stances.", 8);\nquiz[69] = new makeQuestion("I can gently'
+ ' restore wandering believers to faith and fellowship.", '
+ '9);\nquiz[70] = new makeQuestion("I can present informati'
+ 'on and skills to others at a level that makes it easy fo'
+ 'r them to grasp and apply to their lives.", 10);\nquiz[71'
+ '] = new makeQuestion("I can apply scriptural truth that '
+ 'others regard as practical and helpful.", 11);\nquiz[72] '
+ '= new makeQuestion("I can visualize a coming event, anti'
+ 'cipate potential 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 ab'
+ 'out spiritual matters with unbelievers.", 2);\nquiz[75] ='
+ ' new makeQuestion("I am able to challenge or rebuke othe'
+ 'rs in order to foster spiritual growth.", 3);\nquiz[76] ='
+ ' new makeQuestion("I can move forward in spite of opposi'
+ 'tion or lack of support when I sense God\'s blessing on a'
+ 'n undertaking.", 4);\nquiz[77] = new makeQuestion("I beli'
+ 'eve I have been given an abundance of resources so that '
+ 'I may give more to the Lord\'s work.", 5);\nquiz[78] = new'
+ ' makeQuestion("I readily and happily use my natural or l'
+ 'earned skills to help wherever needed.", 6);\nquiz[79] = '
+ 'new makeQuestion("I confidently share my knowledge and i'
+ 'nsights with others.", 7);\nquiz[80] = new makeQuestion("'
+ 'I enjoy doing practical things for others who are in nee'
+ 'd.", 8);\nquiz[81] = new makeQuestion("I enjoy patiently '
+ 'but firmly nurturing others in their development as beli'
+ 'evers.", 9);\nquiz[82] = new makeQuestion("I enjoy explai'
+ 'ning things to people so that they can grow spiritually '
+ 'and personally.", 10);\nquiz[83] = new makeQuestion("I ha'
+ 've insights into how to solve problems that others do no'
+ 't see.", 11);\nquiz[84] = new makeQuestion("I set goals a'
+ 'nd manage people and resources effectively to accomplish'
+ ' them.", 0);\nquiz[85] = new makeQuestion("I see most act'
+ 'ions as right or wrong, and feel the need to correct the'
+ ' wrong.", 1);\nquiz[86] = new makeQuestion("My conversati'
+ 'ons with non-believers usually leads to me telling them '
+ 'about my faith.", 2);\nquiz[87] = new makeQuestion("I enj'
+ 'oy practical or topical teaching that I can apply to eve'
+ 'ryday life.", 3);\nquiz[88] = new makeQuestion("I live wi'
+ 'th confidence because I know that God works daily in my '
+ 'life.", 4);\nquiz[89] = new makeQuestion("I feel compelle'
+ 'd to support missions with my money and time.", 5);\nquiz'
+ '[90] = new makeQuestion("I am excited and willing to ser'
+ 've others when I am needed to do so.", 6);\nquiz[91] = ne'
+ 'w makeQuestion("I recognize cultural trends, teachings, '
+ 'or events which contradict biblical principles.", 7);\nqu'
+ 'iz[92] = new makeQuestion("I try to have a loving attitu'
+ 'de and let others know that I care about them.", 8);\nqui'
+ 'z[93] = new makeQuestion("I feel the need to protect oth'
+ 'ers from doing the wrong things so they can grow stronge'
+ 'r in their faith.", 9);\nquiz[94] = new makeQuestion("Whe'
+ 'n others misuse or misinterpret Scripture, I get upset."'
+ ', 10);\nquiz[95] = new makeQuestion("I am humbled when ot'
+ 'hers seek my counsel.", 11);\n\n</SCRIPT>\n<style type="tex'
+ 't/css">\n<!--\na:link {\n	color: #990000;\n	text-decoration:'
+ ' none;\n}\na:visited {\n	text-decoration: 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 '
+ ' <script language="JavaScript" type="text/javascript">\n\n'
+ '<!--\n// loop to display quiz\nfor (var i = 0; i < quiz.le'
+ 'ngth;i++) {\nquiz[i].showForm(i);\n}\n\n// reload bug fix\nif'
+ ' (navigator.appName == "Netscape" && \n        parseInt(n'
+ 'avigator.appVersion) >= 3) {\n        for (var i = 0; i <'
+ ' document.forms.length; i++) {\n        document.forms[i]'
+ '.reset();\n        }\n    }\n    \n//-->\n\n            </scri'
+ 'pt>\n  <a href="javascript:assesQuiz()"><strong>Click her'
+ 'e to get your results!</strong></a></div>\n</body>\n</html'
+ '>\n';

// end_var_declaration
document.write(inc_freeadulttest_js);

