
inc_bbcadult_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.bbcstar.org/spir'
+ 'itualgiftsfaq.html#11">Definition</a>&nbsp;&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Administrati'
+ 'on/Ruling</b>\',\ngifts[1]=\'<a href="http://www.bbcstar.or'
+ 'g/spiritualgiftsfaq.html#13">Definition</a>&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Discer'
+ 'nment</b>\',\ngifts[2]=\'<a href="http://www.bbcstar.org/sp'
+ 'iritualgiftsfaq.html#14">Definition</a>&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Evangelism'
+ '</b>\';\ngifts[3]=\'<a href="http://www.bbcstar.org/spiritu'
+ 'algiftsfaq.html#15">Definition</a>&nbsp;&nbsp;&nbsp;&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Exhortation</b>'
+ '\',\ngifts[4]=\'<a href="http://www.bbcstar.org/spiritualgi'
+ 'ftsfaq.html#16">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Faith</b>\';\ngifts[5'
+ ']=\'<a href="http://www.bbcstar.org/spiritualgiftsfaq.htm'
+ 'l#17">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
+ '&nbsp;&nbsp;&nbsp;&nbsp;<b>Giving</b>\';\ngifts[6]=\'<a hre'
+ 'f="http://www.bbcstar.org/spiritualgiftsfaq.html#19">Def'
+ 'inition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;&nbsp;<b>Helps/Serving/Ministering</b>\';\ngifts['
+ '7]=\'<a href="http://www.bbcstar.org/spiritualgiftsfaq.ht'
+ 'ml#21">Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;&nbsp;<b>Knowledge</b>\';\ngifts[8]=\'<a'
+ ' href="http://www.bbcstar.org/spiritualgiftsfaq.html#22"'
+ '>Definition</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp'
+ ';&nbsp;&nbsp;&nbsp;<b>Mercy</b>\';\ngifts[9]=\'<a href="htt'
+ 'p://www.bbcstar.org/spiritualgiftsfaq.html#25">Definitio'
+ 'n</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;<b>Pastor/Teacher</b>\';\ngifts[10]=\'<a href="htt'
+ 'p://www.bbcstar.org/spiritualgiftsfaq.html#26">Definitio'
+ 'n</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;&nbsp;<b>Teaching</b>\';\ngifts[11]=\'<a href="http://ww'
+ 'w.bbcstar.org/spiritualgiftsfaq.html#28">Definition</a>&'
+ 'nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb'
+ 'sp;<b>Wisdom</b>\';\n\n// The question object constructor f'
+ 'unction\nfunction makeQuestion(question,giftno) 	{\nthis.q'
+ 'uestion=question;\nthis.giftno=giftno;\nthis.useranswer=nu'
+ 'll;\nthis.showForm=showForm;\nthis.userChoices=new makeArr'
+ 'ay(4);\n	this.userChoices[0]="Not at all, never",\n	this.u'
+ 'serChoices[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// Th'
+ 'e evaluation object constructor function\nfunction makeEv'
+ 'aluation(giftno) {\nthis.giftno=giftno;\nthis.gift=null;\nt'
+ 'his.giftsum=null;\n}\n\n// Function to evaluate the quiz\nfu'
+ 'nction evaluate() {\nfor(var i = 0; i < grade.length; i++'
+ ') {\n	for (var j = 0; j < quiz.length; j++) {\n		if ( grad'
+ 'e[i].giftno == quiz[j].giftno ) {\n			grade[i].giftsum +='
+ ' quiz[j].useranswer;\n		}\n	}\n}\n}\n\n// Method to display co'
+ 'ntents of question object.\nfunction showForm(n) {\ndocume'
+ 'nt.write((n + 1) + \'. \' + this.question + \'<BLOCKQUOTE><'
+ 'FORM>\');\n    for (var i = 0; i < this.userChoices.length'
+ '; i++) {\n        document.write(\'<INPUT TYPE = "RADIO" N'
+ 'AME = "q\' + n + \n                       \'" onClick = "qu'
+ 'iz[\' + n + \'].useranswer = \' + i + \'">\');\n        docume'
+ 'nt.write(this.userChoices[i] + \'<BR>\');\n    }\ndocument.w'
+ 'rite(\'</FORM></BLOCKQUOTE>\');\n}\n\n// Function to display '
+ 'the assessment\nfunction assesQuiz() {\nevaluate();\nvar ev'
+ 'alPage = \'<HTML>\';\nevalPage += \'<HEAD>\';\nevalPage += \'<T'
+ 'ITLE>Spiritual Gifts Test Results</TITLE>\';\nevalPage += '
+ '\'</HEAD>\';\n\nevalPage += \'<BODY><p align="left"></a>\';\nev'
+ 'alPage += \'<font size= 6><strong>Spiritual Gifts Test Re'
+ 'sults</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 2'
+ '4 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://www.bbcsta'
+ 'r.org">Home</a></b>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;'
+ '&nbsp;&nbsp;<b><a href="http://www.bbcstar.org/spiritual'
+ 'giftsfaq.html">Spiritual Gift FAQs and Definitions</a></'
+ 'b>\';\nevalPage += \'</LEFT>\';\n\nevalPage += \'</BODY></HTML>'
+ '\';\ndocument.write(evalPage);\ndocument.close();\n}\n\n// Cre'
+ 'ate evaluation array (grade)\ngrade = new makeArray(12);\n'
+ 'for (var i = 0;i < grade.length; i++) {\ngrade[i]= new ma'
+ 'keEvaluation(i);\ngrade[i].giftno=i;\ngrade[i].giftsum=0;\n'
+ 'grade[i].gift = gifts[i];\n}\n\n// Create question objects.'
+ '..\nquiz = new makeArray(96);\nquiz[0] = new makeQuestion('
+ '"I like to organize people, tasks, and events.", 0),\nqui'
+ 'z[1] = new makeQuestion("I can readily distinguish betwe'
+ 'en spiritual truth and error, good and evil.", 1);\nquiz['
+ '2] = new makeQuestion("I communicate the gospel to other'
+ 's with clarity and effectiveness.", 2);\nquiz[3] = new ma'
+ 'keQuestion("I tend to see the potential in people.", 3);'
+ '\nquiz[4] = new makeQuestion("I find it natural and easy '
+ 'to trust God to answer my prayers.", 4);\nquiz[5] = new m'
+ 'akeQuestion("I give liberally and joyfully to people in '
+ 'financial need or to projects requiring support.", 5);\nq'
+ 'uiz[6] = new makeQuestion("I enjoy working behind the sc'
+ 'enes to support the work of others.", 6);\nquiz[7] = new '
+ 'makeQuestion("I am approached by people who want to know'
+ ' my perspective on a particular passage or biblical trut'
+ 'h.", 7);\nquiz[8] = new makeQuestion("I empathize with hu'
+ 'rting people and desire to help in their healing process'
+ '.", 8);\nquiz[9] = new makeQuestion("I enjoy spending tim'
+ 'e nurturing and caring for others.", 9);\nquiz[10] = new '
+ 'makeQuestion("I am able to communicate God\'s Word effect'
+ 'ively.", 10);\nquiz[11] = new makeQuestion("I am often so'
+ 'ught out by others for advice about spiritual or persona'
+ 'l matters.", 11);\nquiz[12] = new makeQuestion("I am care'
+ 'ful, thorough, and skilled at managing details.", 0);\nqu'
+ 'iz[13] = new makeQuestion("I frequently am able to judge'
+ ' a person\'s character based upon first impressions.", 1)'
+ ';\nquiz[14] = new makeQuestion("I consistently look for o'
+ 'pportunities to build relationships with non-Christians.'
+ '", 2);\nquiz[15] = new makeQuestion("I enjoy reassuring a'
+ 'nd strengthening those who are discouraged.", 3);\nquiz[1'
+ '6] = new makeQuestion("I have confidence in God\'s contin'
+ 'uing provision and help, even in difficult times.", 4);\n'
+ 'quiz[17] = new makeQuestion("I give more that a tithe so'
+ ' that kingdom work can be accomplished.", 5);\nquiz[18] ='
+ ' new makeQuestion("I enjoy doing routine tasks that supp'
+ 'ort the ministry.", 6);\nquiz[19] = new makeQuestion("I r'
+ 'eceive information from the Spirit that I did not acquir'
+ 'e through natural means.", 7);\nquiz[20] = new makeQuesti'
+ 'on("I can patiently support those going through painful '
+ 'experiences as they try to stabilize their lives.", 8);\n'
+ 'quiz[21] = new makeQuestion("I have compassion for wande'
+ 'ring believers and want to protect them.", 9);\nquiz[22] '
+ '= new makeQuestion("I can spend time in study knowing th'
+ 'at presenting truth will make a difference in the lives '
+ 'of people.", 10);\nquiz[23] = new makeQuestion("I can oft'
+ 'en find simple, practical solutions in the midst of conf'
+ 'lict or confusion.", 11);\nquiz[24] = new makeQuestion("I'
+ ' can clarify goals and develop strategies or plans to ac'
+ 'complish them.", 0);\nquiz[25] = new makeQuestion("I can '
+ 'see through phoniness or deceit before it is evident to '
+ 'others.", 1);\nquiz[26] = new makeQuestion("I am effectiv'
+ 'e at adapting the gospel message so that it connects wit'
+ 'h an individual\'s felt need.", 2);\nquiz[27] = new makeQu'
+ 'estion("I give hope to others by directing them to the p'
+ 'romises of God.", 3);\nquiz[28] = new makeQuestion("I bel'
+ 'ieve that God will help me to accomplish great 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 variety of odd'
+ ' jobs around the church to meet the needs of others.", 6'
+ ');\nquiz[31] = new makeQuestion("I am committed, and sche'
+ 'dule blocks of time for reading and studying scripture, '
+ 'to understand biblical truth fully and accurately.", 7);'
+ '\nquiz[32] = new makeQuestion("I enjoy helping people som'
+ 'etimes regarded as undeserving or beyond help.", 8);\nqui'
+ 'z[33] = new makeQuestion("I like to provide guidance for'
+ ' the whole person - relationally, emotionally, spiritual'
+ 'ly, etc.", 9);\nquiz[34] = new makeQuestion("I pay close '
+ 'attention to the words, phrases, and meaning of those wh'
+ 'o teach.", 10);\nquiz[35] = new makeQuestion("I can easil'
+ 'y select the most effective course of action from among '
+ 'several alternatives.", 11);\nquiz[36] = new makeQuestion'
+ '("I can identify and effectively use the resources neede'
+ 'd to accomplish tasks.", 0);\nquiz[37] = new makeQuestion'
+ '("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 mak'
+ 'eQuestion("I reassure those who need to take courageous '
+ 'action in their faith, family, or life.", 3);\nquiz[40] ='
+ ' new makeQuestion("I trust God in circumstances where su'
+ 'ccess cannot be guaranteed by human effort alone.", 4);\n'
+ 'quiz[41] = new makeQuestion("I am challenged to limit my'
+ ' lifestyle in order to give away a higher percentage of '
+ 'my income.", 5);\nquiz[42] = new makeQuestion("I see spir'
+ 'itual significance in doing practical tasks.", 6);\nquiz['
+ '43] = new makeQuestion("I have insight or just know some'
+ 'thing to be true.", 7);\nquiz[44] = new makeQuestion("I h'
+ 'ave great compassion for hurting people.", 8);\nquiz[45] '
+ '= new makeQuestion("I can faithfully provide long-term s'
+ 'upport and concern for others.", 9);\nquiz[46] = new make'
+ 'Question("I like to take a systematic approach to my stu'
+ 'dy of the Bible.", 10);\nquiz[47] = new makeQuestion("I c'
+ 'an 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 become more eff'
+ 'icient.", 0);\nquiz[49] = new makeQuestion("I receive aff'
+ 'irmation from others concerning the reliability of my in'
+ 'sights or perceptions.", 1);\nquiz[50] = new makeQuestion'
+ '("I openly tell people that I am a Christian and want th'
+ 'em to ask me about my faith.", 2);\nquiz[51] = new makeQu'
+ 'estion("I strengthen those who are wavering in their fai'
+ 'th.", 3);\nquiz[52] = new makeQuestion("I am conviced of '
+ 'God\'s daily presence and action in my life.", 4);\nquiz[5'
+ '3] = new makeQuestion("I like knowing that my financial '
+ 'support makes a real difference in the lives and ministr'
+ 'ies of God\'s people.", 5);\nquiz[54] = new makeQuestion("'
+ 'I like to find small things that need to be done and oft'
+ 'en do them without being asked.", 6);\nquiz[55] = new mak'
+ 'eQuestion("I have suddenly known some things about other'
+ 's, but did not know how I knew them.", 7);\nquiz[56] = ne'
+ 'w makeQuestion("I can look beyond a person\'s handicaps o'
+ 'r problems to see a life that matters to God.", 8);\nquiz'
+ '[57] = new makeQuestion("I enjoy giving guidance and pra'
+ 'ctical support to a small group of people.", 9);\nquiz[58'
+ '] = new makeQuestion("I can communicate scripture in way'
+ 's that motivate others to study and want to learn more."'
+ ', 10);\nquiz[59] = new makeQuestion("I give practical adv'
+ 'ice to help others through complicated situations.", 11)'
+ ';\nquiz[60] = new makeQuestion("I enjoy learning how orga'
+ 'nizations function.", 0);\nquiz[61] = new makeQuestion("I'
+ ' can identify preaching, teaching, or communication whic'
+ 'h is not true to the Bible.", 1);\nquiz[62] = new makeQue'
+ 'stion("I openly and confidently tell others what Christ '
+ 'has done for me.", 2);\nquiz[63] = new makeQuestion("I li'
+ 'ke motivating others to take steps for spiritual growth.'
+ '", 3);\nquiz[64] = new makeQuestion("I am regularly chall'
+ 'enging others to trust God.", 4);\nquiz[65] = new makeQue'
+ 'stion("I give generously due to my commitment to steward'
+ 'ship.", 5);\nquiz[66] = new makeQuestion("I feel comforta'
+ 'ble being a helper, assisting others to do their job mor'
+ 'e effectively.", 6);\nquiz[67] = new makeQuestion("I disc'
+ 'over important biblical truths when reading or studying '
+ 'scripture which benefit others in the body of Christ.", '
+ '7);\nquiz[68] = new makeQuestion("I enjoy bringing hope a'
+ 'nd joy to people living in difficult circumstances.", 8)'
+ ';\nquiz[69] = new makeQuestion("I can gently restore wand'
+ 'ering believers to faith and fellowship.", 9);\nquiz[70] '
+ '= new makeQuestion("I can present information and skills'
+ ' to others at a level that makes it easy for them to gra'
+ 'sp and apply to their lives.", 10);\nquiz[71] = new makeQ'
+ 'uestion("I can apply scriptural truth that others regard'
+ ' as practical and helpful.", 11);\nquiz[72] = new makeQue'
+ 'stion("I can visualize a coming event, anticipate potent'
+ 'ial problems, and develop backup plans.", 0);\nquiz[73] ='
+ ' new makeQuestion("I can sense when demonic forces are a'
+ 't work in a person or situation.", 1);\nquiz[74] = new ma'
+ 'keQuestion("I seek opportunities to talk about spiritual'
+ ' matters with unbelievers.", 2);\nquiz[75] = new makeQues'
+ 'tion("I am able to challenge or rebuke others in order t'
+ 'o foster spiritual growth.", 3);\nquiz[76] = new makeQues'
+ 'tion("I can move forward in spite of opposition or lack '
+ 'of support when I sense God\'s blessing on an undertaking'
+ '.", 4);\nquiz[77] = new makeQuestion("I believe I have be'
+ 'en given an abundance of resources so that I may give mo'
+ 're to the Lord\'s work.", 5);\nquiz[78] = new makeQuestion'
+ '("I readily and happily use my natural or learned skills'
+ ' to help wherever needed.", 6);\nquiz[79] = new makeQuest'
+ 'ion("I confidently share my knowledge and insights with '
+ 'others.", 7);\nquiz[80] = new makeQuestion("I enjoy doing'
+ ' practical things for others who are in need.", 8);\nquiz'
+ '[81] = new makeQuestion("I enjoy patiently but firmly nu'
+ 'rturing others in their development as believers.", 9);\n'
+ 'quiz[82] = new makeQuestion("I enjoy explaining things t'
+ 'o people so that they can grow spiritually and personall'
+ 'y.", 10);\nquiz[83] = new makeQuestion("I have insights i'
+ 'nto how to solve problems that others do not see.", 11);'
+ '\nquiz[84] = new makeQuestion("I set goals and manage peo'
+ 'ple and resources effectively to accomplish them.", 0);\n'
+ 'quiz[85] = new makeQuestion("I see most actions as right'
+ ' or wrong, and feel the need to correct the wrong.", 1);'
+ '\nquiz[86] = new makeQuestion("My conversations with non-'
+ 'believers usually leads to me telling them about my fait'
+ 'h.", 2);\nquiz[87] = new makeQuestion("I enjoy practical '
+ 'or topical teaching that I can apply to everyday life.",'
+ ' 3);\nquiz[88] = new makeQuestion("I live with confidence'
+ ' because I know that God works daily in my life.", 4);\nq'
+ 'uiz[89] = new makeQuestion("I feel compelled to support '
+ 'missions with my money and time.", 5);\nquiz[90] = new ma'
+ 'keQuestion("I am excited and willing to serve others whe'
+ 'n I am needed to do so.", 6);\nquiz[91] = new makeQuestio'
+ 'n("I recognize cultural trends, teachings, or events whi'
+ 'ch contradict biblical principles.", 7);\nquiz[92] = new '
+ 'makeQuestion("I try to have a loving attitude and let ot'
+ 'hers know that I care about them.", 8);\nquiz[93] = new m'
+ 'akeQuestion("I feel the need to protect others from doin'
+ 'g the wrong things so they can grow stronger in their fa'
+ 'ith.", 9);\nquiz[94] = new makeQuestion("When others misu'
+ 'se or misinterpret Scripture, I get upset.", 10);\nquiz[9'
+ '5] = new makeQuestion("I am humbled when others seek my '
+ 'counsel.", 11);\n\n</SCRIPT>\n</head>\n\n<body>\n<div align="l'
+ 'eft">\n  <p>\n    <script 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// re'
+ 'load bug fix\nif (navigator.appName == "Netscape" && \n   '
+ '     parseInt(navigator.appVersion) >= 3) {\n        for '
+ '(var i = 0; i < document.forms.length; i++) {\n        do'
+ 'cument.forms[i].reset();\n        }\n    }\n    \n//-->\n\n   '
+ '         </script>\n  <a href="javascript:assesQuiz()"><s'
+ 'trong>Click here to get your results!</strong></a></p>\n<'
+ '/div>\n</body>\n</html>\n';

// end_var_declaration
document.write(inc_bbcadult_js);
