// JavaScript Document
inc_fcafadult_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> </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="">\';\nevalPa'
+ 'ge += \'</HEAD>\';\n\nevalPage += \'<BODY><p align="center"><'
+ '/a>\';\nevalPage += \'<CENTER>\';\nevalPage += \'<H2><font col'
+ 'or="#cc0000" size="6">Spiritual Gifts Test Results</font'
+ '></H2>\';\nevalPage += \'</CENTER>\';\nevalPage += \'<P> \';\n\ne'
+ 'valPage += \'<P> </I>\';\nevalPage += \'<CENTER>\';\nevalPage '
+ '+= \'<P><font color="#cc0000" size="5">The Results Are In'
+ '!</font>\'\nevalPage += \'<P><font color="#006699" size="4"'
+ '>Scroll down to see what your top score(s)(out of 24 pos'
+ 'sible points) are!<br> <a href="mailto:SpiritualGiftsTes'
+ 't@fcaf.org">Let us know what your top 3 gifts are</a> an'
+ 'd then click on the Definition link to learn more!</font'
+ '><br> <font color="#006699" size="2">Note** Prophecy, He'
+ 'aling, Miracles, Tongues and Interpretation of Tongues a'
+ 're not included in the Spiritual Gift Discovery Survey</'
+ 'font><br><font color="#006699" size="2">because their pr'
+ 'esence in the life of a believer tends to be self-eviden'
+ 't.</font>\'  \n\n\nevalPage += \'</CENTER>\';\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}\nevalPage += '
+ '\'<P></blockquote>\'\n\nevalPage += \'</TD></TR></TABLE>\';\nev'
+ 'alPage += \'</LEFT>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&'
+ 'nbsp;&nbsp;<b><a href="http://www.fcaf.org">Home</a></b>'
+ '\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a h'
+ 'ref="http://www.eleventalents.com/blankgifts-list.htm">S'
+ 'piritual Gift FAQs and Definitions</a></b>\';\nevalPage +='
+ ' \'<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="mailto:Sp'
+ 'iritualGiftsTest@fcaf.org">Let us know what your top 3 g'
+ 'ifts are!</a></b>\';\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 makeArr'
+ 'ay(12);\nfor (var i = 0;i < grade.length; i++) {\ngrade[i]'
+ '= new makeEvaluation(i);\ngrade[i].giftno=i;\ngrade[i].gif'
+ 'tsum=0;\ngrade[i].gift = gifts[i];\n}\n\n// Create question '
+ 'objects...\nquiz = new makeArray(96);\nquiz[0] = new makeQ'
+ 'uestion("I like to organize people, tasks, and events.",'
+ ' 0),\nquiz[1] = new makeQuestion("I can readily distingui'
+ 'sh between spiritual truth and error, good and evil.", 1'
+ ');\nquiz[2] = new makeQuestion("I communicate the gospel '
+ 'to others with clarity and effectiveness.", 2);\nquiz[3] '
+ '= new makeQuestion("I tend to see the potential in peopl'
+ 'e.", 3);\nquiz[4] = new makeQuestion("I find it natural a'
+ 'nd easy to trust God to answer my prayers.", 4);\nquiz[5]'
+ ' = new makeQuestion("I give liberally and joyfully to pe'
+ 'ople in financial need or to projects requiring support.'
+ '", 5);\nquiz[6] = new makeQuestion("I enjoy working behin'

+ 'd the scenes 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 bibli'
+ 'cal truth.", 7);\nquiz[8] = new makeQuestion("I empathize'
+ ' with hurting people and desire to help in their healing'
+ ' process.", 8);\nquiz[9] = new makeQuestion("I enjoy spen'
+ 'ding time nurturing and caring for others.", 9);\nquiz[10'
+ '] = new makeQuestion("I am able to communicate God\'s Wor'
+ 'd effectively.", 10);\nquiz[11] = new makeQuestion("I am '
+ 'often sought out by others for advice about spiritual or'
+ ' personal matters.", 11);\nquiz[12] = new makeQuestion("I'
+ ' am careful, thorough, and skilled at managing details."'
+ ', 0);\nquiz[13] = new makeQuestion("I frequently am able '
+ 'to judge a person\'s character based upon first impressio'
+ 'ns.", 1);\nquiz[14] = new makeQuestion("I consistently lo'
+ 'ok for opportunities to build relationships with non-Chr'
+ 'istians.", 2);\nquiz[15] = new makeQuestion("I enjoy reas'
+ 'suring 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 that a '
+ 'tithe so that kingdom work can be accomplished.", 5);\nqu'
+ 'iz[18] = new makeQuestion("I enjoy doing routine tasks t'
+ 'hat support the ministry.", 6);\nquiz[19] = new makeQuest'
+ 'ion("I receive information from the Spirit that I did no'
+ 't acquire through natural means.", 7);\nquiz[20] = new ma'
+ 'keQuestion("I can patiently support those going through '
+ 'painful experiences as they try to stabilize their lives'
+ '.", 8);\nquiz[21] = new makeQuestion("I have compassion f'
+ 'or wandering believers and want to protect them.", 9);\nq'
+ 'uiz[22] = new makeQuestion("I can spend time in study kn'
+ 'owing that presenting truth will make a difference in th'
+ 'e lives of people.", 10);\nquiz[23] = new makeQuestion("I'
+ ' can often find simple, practical solutions in the midst'
+ ' of conflict or confusion.", 11);\nquiz[24] = new makeQue'
+ 'stion("I can clarify goals and develop strategies or pla'
+ 'ns to accomplish them.", 0);\nquiz[25] = new makeQuestion'
+ '("I can see through phoniness or deceit before it is evi'
+ 'dent to others.", 1);\nquiz[26] = new makeQuestion("I am '
+ 'effective at adapting the gospel message so that it conn'
+ 'ects with an individual\'s felt need.", 2);\nquiz[27] = ne'
+ 'w makeQuestion("I give hope to others by directing them '
+ 'to the promises of God.", 3);\nquiz[28] = new makeQuestio'
+ 'n("I believe that God will help me to accomplish great t'
+ 'hings.", 4);\nquiz[29] = new makeQuestion("I manage my mo'
+ 'ney well in order to free more of it for giving.", 5);\nq'
+ 'uiz[30] = new makeQuestion("I willingly take on a variet'
+ 'y of odd jobs around the church to meet the needs of oth'
+ 'ers.", 6);\nquiz[31] = new makeQuestion("I am committed, '
+ 'and schedule blocks of time for reading and studying scr'
+ 'ipture, to understand biblical truth fully and accuratel'
+ 'y.", 7);\nquiz[32] = new makeQuestion("I enjoy helping pe'
+ 'ople sometimes regarded as undeserving or beyond help.",'
+ ' 8);\nquiz[33] = new makeQuestion("I like to provide guid'
+ 'ance for the whole person - relationally, emotionally, s'
+ 'piritually, etc.", 9);\nquiz[34] = new makeQuestion("I pa'
+ 'y close attention to the words, phrases, and meaning of '
+ 'those who teach.", 10);\nquiz[35] = new makeQuestion("I c'
+ 'an easily select the most effective course of action fro'
+ 'm among several alternatives.", 11);\nquiz[36] = new make'
+ 'Question("I can identify and effectively use the resourc'
+ 'es needed to accomplish tasks.", 0);\nquiz[37] = new make'
+ 'Question("I tend to see rightness or wrongness in situat'
+ 'ions.", 1);\nquiz[38] = new makeQuestion("I invite unbeli'
+ 'evers to accept Christ as their Savior.", 2);\nquiz[39] ='
+ ' new makeQuestion("I reassure those who need to take cou'
+ 'rageous action in their faith, family, or life.", 3);\nqu'
+ 'iz[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 percen'
+ 'tage of my income.", 5);\nquiz[42] = new makeQuestion("I '
+ 'see spiritual significance in doing practical tasks.", 6'
+ ');\nquiz[43] = new makeQuestion("I have insight or just k'
+ 'now something to be true.", 7);\nquiz[44] = new makeQuest'
+ 'ion("I have great compassion for hurting people.", 8);\nq'
+ 'uiz[45] = new makeQuestion("I can faithfully provide lon'
+ 'g-term support and concern for others.", 9);\nquiz[46] = '
+ 'new makeQuestion("I like to take a systematic approach t'
+ 'o my study of the Bible.", 10);\nquiz[47] = new makeQuest'
+ 'ion("I can anticipate the likely consequences of an indi'
+ 'vidual\'s or a group\'s action.", 11);\nquiz[48] = new make'
+ 'Question("I like to help organizations or groups become '
+ 'more efficient.", 0);\nquiz[49] = new makeQuestion("I rec'
+ 'eive affirmation from others concerning the reliability '
+ 'of my insights or perceptions.", 1);\nquiz[50] = new make'
+ 'Question("I openly tell people that I am a Christian and'
+ ' want them to ask me about my faith.", 2);\nquiz[51] = ne'
+ 'w makeQuestion("I strengthen those who are wavering in t'
+ 'heir faith.", 3);\nquiz[52] = new makeQuestion("I am conv'
+ 'iced of God\'s daily presence and action in my life.", 4)'
+ ';\nquiz[53] = new makeQuestion("I like knowing that my fi'
+ 'nancial support makes a real difference in the lives and'
+ ' ministries of God\'s people.", 5);\nquiz[54] = new makeQu'
+ 'estion("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 things abo'
+ 'ut others, but did not know how I knew them.", 7);\nquiz['
+ '56] = new makeQuestion("I can look beyond a person\'s han'
+ 'dicaps or problems to see a life that matters to God.", '
+ '8);\nquiz[57] = new makeQuestion("I enjoy giving guidance'
+ ' and practical support to a small group of people.", 9);'
+ '\nquiz[58] = new makeQuestion("I can communicate scriptur'
+ 'e in ways that motivate others to study and want to lear'
+ 'n more.", 10);\nquiz[59] = new makeQuestion("I give pract'
+ 'ical advice to help others through complicated situation'
+ 's.", 11);\nquiz[60] = new makeQuestion("I enjoy learning '
+ 'how organizations function.", 0);\nquiz[61] = new makeQue'
+ 'stion("I can identify preaching, teaching, or communicat'
+ 'ion 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 makeQuesti'
+ 'on("I like motivating others to take steps for spiritual'
+ ' growth.", 3);\nquiz[64] = new makeQuestion("I am regular'
+ 'ly challenging others to trust God.", 4);\nquiz[65] = new'
+ ' makeQuestion("I give generously due to my commitment 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 makeQuestion'
+ '("I discover important biblical truths when reading or s'
+ 'tudying scripture which benefit others in the body of Ch'
+ 'rist.", 7);\nquiz[68] = new makeQuestion("I enjoy bringin'
+ 'g hope and joy to people living in difficult circumstanc'
+ 'es.", 8);\nquiz[69] = new makeQuestion("I can gently rest'
+ 'ore wandering believers to faith and fellowship.", 9);\nq'
+ 'uiz[70] = new makeQuestion("I can present information an'
+ 'd skills to others at a level that makes it easy for the'
+ 'm to grasp and apply to their lives.", 10);\nquiz[71] = n'
+ 'ew makeQuestion("I can apply scriptural truth that other'
+ 's regard as practical and helpful.", 11);\nquiz[72] = new'
+ ' makeQuestion("I can visualize a coming event, anticipat'
+ 'e potential problems, and develop backup plans.", 0);\nqu'
+ 'iz[73] = new makeQuestion("I can sense when demonic forc'
+ 'es are at work in a person or situation.", 1);\nquiz[74] '
+ '= new makeQuestion("I seek opportunities to talk about s'
+ 'piritual matters with unbelievers.", 2);\nquiz[75] = new '
+ 'makeQuestion("I am able to challenge or rebuke others in'
+ ' order to foster spiritual growth.", 3);\nquiz[76] = new '
+ 'makeQuestion("I can move forward in spite of opposition '
+ 'or lack of support when I sense God\'s blessing on an und'
+ 'ertaking.", 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 make'
+ 'Question("I readily and happily use my natural or learne'
+ 'd skills to help wherever needed.", 6);\nquiz[79] = new m'
+ 'akeQuestion("I confidently share my knowledge and insigh'
+ 'ts with others.", 7);\nquiz[80] = new makeQuestion("I enj'
+ 'oy doing practical things for others who are in need.", '
+ '8);\nquiz[81] = new makeQuestion("I enjoy patiently but f'
+ 'irmly 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 p'
+ 'ersonally.", 10);\nquiz[83] = new makeQuestion("I have in'
+ 'sights into how to solve problems that others do not see'
+ '.", 11);\nquiz[84] = new makeQuestion("I set goals and ma'
+ 'nage people and resources effectively to accomplish them'
+ '.", 0);\nquiz[85] = new makeQuestion("I see most actions '
+ 'as right or wrong, and feel the need to correct the wron'
+ 'g.", 1);\nquiz[86] = new makeQuestion("My conversations w'
+ 'ith non-believers usually leads to me telling them about'
+ ' my faith.", 2);\nquiz[87] = new makeQuestion("I enjoy pr'
+ 'actical or topical teaching that I can apply to everyday'
+ ' life.", 3);\nquiz[88] = new makeQuestion("I live with co'
+ 'nfidence because I know that God works daily in my life.'
+ '", 4);\nquiz[89] = new makeQuestion("I feel compelled to '
+ 'support missions with my money and time.", 5);\nquiz[90] '
+ '= new makeQuestion("I am excited and willing to serve ot'
+ 'hers when I am needed to do so.", 6);\nquiz[91] = new mak'
+ 'eQuestion("I recognize cultural trends, teachings, or ev'
+ 'ents which contradict biblical principles.", 7);\nquiz[92'
+ '] = new makeQuestion("I try to have a loving attitude an'
+ 'd let others know that I care about them.", 8);\nquiz[93]'
+ ' = new makeQuestion("I feel the need to protect others f'
+ 'rom doing the wrong things so they can grow stronger in '
+ 'their faith.", 9);\nquiz[94] = new makeQuestion("When oth'
+ 'ers misuse or misinterpret Scripture, I get upset.", 10)'
+ ';\nquiz[95] = new makeQuestion("I am humbled when others '
+ 'seek my counsel.", 11);\n\n</SCRIPT>\n<style type="text/css'
+ '">\n<!--\na:link {\n	color: #990000;\n	text-decoration: none'
+ ';\n}\na:visited {\n	text-decoration: none;\n}\na:hover {\n	tex'
+ 't-decoration: none;\n}\na:active {\n	text-decoration: none;'
+ '\n}\n-->\n</style></head>\n\n<body>\n<div align="left">\n  <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            </script>\n '
+ ' <a href="http://www.fcaf.org"><strong>Home</strong></a>'
+ '</div>\n<p><a href="javascript:assesQuiz()"><strong>Click'
+ ' here to get your results!</strong></a>\n</p>\n</body>\n</h'
+ 'tml>\n';

// end_var_declaration
document.write(inc_fcafadult_js);
