
inc_visitcc_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="">\';\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:sanderson@visitch'
+ 'ristcommunity.com">Let us know what your top 3 gifts are'
+ '</a> and then click on the Definition link to learn more'
+ '!</font><br> <font color="#006699" size="2">Note** Proph'
+ 'ecy, Healing, Miracles, Tongues and Interpretation of To'
+ 'ngues are not included in the Spiritual Gift Discovery S'
+ 'urvey</font><br><font color="#006699" size="2">because t'
+ 'heir presence in the life of a believer tends to be self'
+ '-evident.</font>\'  \n\n\nevalPage += \'</CENTER>\';\nevalPage '
+ '+= \'<P><blockquote>\'\nevalPage +=\'<P>&nbsp;<br>\';\n\nfor (v'
+ 'ar i = 0; i < grade.length;i++) {\nevalPage += grade[i].g'
+ 'ift + \' - \'+ grade[i].giftsum +\'<BR>&nbsp;<br>\';\n}\nevalP'
+ 'age += \'<P></blockquote>\'\n\nevalPage += \'</TD></TR></TABL'
+ 'E><BR><BR>\';\nevalPage += \'</LEFT>\';\nevalPage += \'<p>&nbs'
+ 'p;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://www.visitch'
+ 'ristcommunity.com">Home</a></b>\';\nevalPage += \'<p>&nbsp;'
+ '&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://www.elevental'
+ 'ents.com/blankgifts-list.htm">Spiritual Gift FAQs and De'
+ 'finitions</a></b>\';\nevalPage += \'<p>&nbsp;&nbsp;&nbsp;&n'
+ 'bsp;&nbsp;<b><a href="mailto:sanderson@visitchristcommun'
+ 'ity.com.">Let us know what your top 3 gifts are!</a></b>'
+ '\';\nevalPage += \'<p>&nbsp;<br><font size=1></font>\';\neval'
+ 'Page += \'</LEFT>\';\n\nevalPage += \'</BODY></HTML>\';\ndocume'
+ 'nt.write(evalPage);\ndocument.close();\n}\n\n// Create evalu'
+ 'ation array (grade)\ngrade = new makeArray(12);\nfor (var '
+ 'i = 0;i < grade.length; i++) {\ngrade[i]= new makeEvaluat'
+ 'ion(i);\ngrade[i].giftno=i;\ngrade[i].giftsum=0;\ngrade[i].'
+ 'gift = gifts[i];\n}\n\n// Create question objects...\nquiz ='
+ ' new makeArray(96);\nquiz[0] = new makeQuestion("I like t'
+ 'o organize people, tasks, and events.", 0),\nquiz[1] = ne'
+ 'w makeQuestion("I can readily distinguish between spirit'
+ 'ual truth and error, good and evil.", 1);\nquiz[2] = new '
+ 'makeQuestion("I communicate the gospel to others with cl'
+ 'arity and effectiveness.", 2);\nquiz[3] = new makeQuestio'
+ 'n("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 makeQuesti'
+ 'on("I give liberally and joyfully to people in financial'
+ ' need or to projects requiring support.", 5);\nquiz[6] = '
+ 'new makeQuestion("I enjoy working behind the scenes to s'
+ 'upport the work of others.", 6);\nquiz[7] = new makeQuest'
+ 'ion("I am approached by people who want to know my persp'
+ 'ective on a particular passage or biblical truth.", 7);\n'
+ 'quiz[8] = new makeQuestion("I empathize with hurting peo'
+ 'ple and desire to help in their healing process.", 8);\nq'
+ 'uiz[9] = new makeQuestion("I enjoy spending time nurturi'
+ 'ng and caring for others.", 9);\nquiz[10] = new makeQuest'
+ 'ion("I am able to communicate God\'s Word 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, thor'
+ 'ough, and skilled at managing details.", 0);\nquiz[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 opportunit'
+ 'ies to build relationships with non-Christians.", 2);\nqu'
+ 'iz[15] = new makeQuestion("I enjoy reassuring and streng'
+ 'thening those who are discouraged.", 3);\nquiz[16] = new '
+ 'makeQuestion("I have confidence in God\'s continuing prov'
+ 'ision and help, even in difficult times.", 4);\nquiz[17] '
+ '= new makeQuestion("I give more that a tithe so that kin'
+ 'gdom work can be accomplished.", 5);\nquiz[18] = new make'
+ 'Question("I enjoy doing routine tasks that support the m'
+ 'inistry.", 6);\nquiz[19] = new makeQuestion("I receive in'
+ 'formation from the Spirit that I did not acquire through'
+ ' natural means.", 7);\nquiz[20] = new makeQuestion("I can'
+ ' patiently support those going through painful experienc'
+ 'es as they try to stabilize their lives.", 8);\nquiz[21] '
+ '= new makeQuestion("I have compassion for wandering beli'
+ 'evers and want to protect them.", 9);\nquiz[22] = new mak'
+ 'eQuestion("I can spend time in study knowing that presen'
+ 'ting truth will make a difference in the lives of people'
+ '.", 10);\nquiz[23] = new makeQuestion("I can often find s'
+ 'imple, practical solutions in the midst of conflict or c'
+ 'onfusion.", 11);\nquiz[24] = new makeQuestion("I can clar'
+ 'ify goals and develop strategies or plans to accomplish '
+ 'them.", 0);\nquiz[25] = new makeQuestion("I can see throu'
+ 'gh phoniness or deceit before it is evident to others.",'
+ ' 1);\nquiz[26] = new makeQuestion("I am effective at adap'
+ 'ting the gospel message so that it connects with an indi'
+ 'vidual\'s felt need.", 2);\nquiz[27] = new makeQuestion("I'
+ ' give hope to others by directing them to the promises o'
+ 'f God.", 3);\nquiz[28] = new makeQuestion("I believe 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 mak'
+ 'eQuestion("I willingly take on a variety of odd jobs aro'
+ 'und the church to meet the needs of others.", 6);\nquiz[3'
+ '1] = new makeQuestion("I am committed, and schedule bloc'
+ 'ks of time for reading and studying scripture, to unders'
+ 'tand biblical truth fully and accurately.", 7);\nquiz[32]'
+ ' = new makeQuestion("I enjoy helping people sometimes re'
+ 'garded as undeserving or beyond help.", 8);\nquiz[33] = n'
+ 'ew makeQuestion("I like to provide guidance for the whol'
+ 'e person - relationally, emotionally, spiritually, etc."'
+ ', 9);\nquiz[34] = new makeQuestion("I pay close attention'
+ ' to the words, phrases, and meaning of those who teach."'
+ ', 10);\nquiz[35] = new makeQuestion("I can easily select '
+ 'the most effective course of action from among several a'
+ 'lternatives.", 11);\nquiz[36] = new makeQuestion("I can i'
+ 'dentify and effectively use the resources needed to acco'
+ 'mplish 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 C'
+ 'hrist as their Savior.", 2);\nquiz[39] = new makeQuestion'
+ '("I reassure those who need to take courageous action in'
+ ' their faith, family, or life.", 3);\nquiz[40] = new make'
+ 'Question("I trust God in circumstances where success can'
+ 'not be guaranteed by human effort alone.", 4);\nquiz[41] '
+ '= new makeQuestion("I am challenged to limit my lifestyl'
+ 'e in order to give away a higher percentage of my income'
+ '.", 5);\nquiz[42] = new makeQuestion("I see spiritual sig'
+ 'nificance in doing practical tasks.", 6);\nquiz[43] = new'
+ ' makeQuestion("I have insight or just know something to '
+ 'be true.", 7);\nquiz[44] = new makeQuestion("I have great'
+ ' compassion for hurting people.", 8);\nquiz[45] = new mak'
+ 'eQuestion("I can faithfully provide long-term support an'
+ 'd concern for others.", 9);\nquiz[46] = new makeQuestion('
+ '"I like to take a systematic approach to my study of the'
+ ' Bible.", 10);\nquiz[47] = new makeQuestion("I can antici'
+ 'pate the likely consequences of an individual\'s or a gro'
+ 'up\'s action.", 11);\nquiz[48] = new makeQuestion("I like '
+ 'to help organizations or groups become more efficient.",'
+ ' 0);\nquiz[49] = new makeQuestion("I receive affirmation '
+ 'from others concerning the reliability of my insights or'
+ ' perceptions.", 1);\nquiz[50] = new makeQuestion("I openl'
+ 'y tell people that I am a Christian 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 dai'
+ 'ly presence and action in my life.", 4);\nquiz[53] = new '
+ 'makeQuestion("I like knowing that my financial support m'
+ 'akes a real difference in the lives and ministries of Go'
+ 'd\'s people.", 5);\nquiz[54] = new makeQuestion("I like to'
+ ' find small things that need to be done and often do the'
+ 'm without being asked.", 6);\nquiz[55] = new makeQuestion'
+ '("I have suddenly known some things about others, but di'
+ 'd not know how I knew them.", 7);\nquiz[56] = new makeQue'
+ 'stion("I can look beyond a person\'s handicaps or problem'
+ 's to see a life that matters to God.", 8);\nquiz[57] = ne'
+ 'w makeQuestion("I enjoy giving guidance and practical su'
+ 'pport to a small group of people.", 9);\nquiz[58] = new m'
+ 'akeQuestion("I can communicate scripture in ways that mo'
+ 'tivate others to study and want to learn more.", 10);\nqu'
+ 'iz[59] = new makeQuestion("I give practical advice to he'
+ 'lp others through complicated situations.", 11);\nquiz[60'
+ '] = new makeQuestion("I enjoy learning how organizations'
+ ' function.", 0);\nquiz[61] = new makeQuestion("I can iden'
+ 'tify preaching, teaching, or communication 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 makeQuestion("I like motiva'
+ 'ting others to take steps for spiritual growth.", 3);\nqu'
+ 'iz[64] = new makeQuestion("I am regularly challenging ot'
+ 'hers 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 effecti'
+ 'vely.", 6);\nquiz[67] = new makeQuestion("I discover impo'
+ 'rtant biblical truths when reading or studying 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 wandering bel'
+ 'ievers to faith and fellowship.", 9);\nquiz[70] = new mak'
+ 'eQuestion("I can present information and skills to other'
+ 's at a level that makes it easy for them to grasp and ap'
+ 'ply to their lives.", 10);\nquiz[71] = new makeQuestion("'
+ 'I can apply scriptural truth that others regard as pract'
+ 'ical and helpful.", 11);\nquiz[72] = new makeQuestion("I '
+ 'can visualize a coming event, anticipate potential probl'
+ 'ems, and develop backup plans.", 0);\nquiz[73] = new make'
+ 'Question("I can sense when demonic forces are at work in'
+ ' a person or situation.", 1);\nquiz[74] = new makeQuestio'
+ 'n("I seek opportunities to talk about spiritual matters '
+ 'with unbelievers.", 2);\nquiz[75] = new makeQuestion("I a'
+ 'm able to challenge or rebuke others in order to foster '
+ 'spiritual growth.", 3);\nquiz[76] = new makeQuestion("I c'
+ 'an move forward in spite of opposition or lack of suppor'
+ 't when I sense God\'s blessing on an undertaking.", 4);\nq'
+ 'uiz[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 makeQuestion("I readi'
+ 'ly and happily use my natural or learned skills to help '
+ 'wherever needed.", 6);\nquiz[79] = new makeQuestion("I co'
+ 'nfidently share my knowledge and insights with others.",'
+ ' 7);\nquiz[80] = new makeQuestion("I enjoy doing practica'
+ 'l things for others who are in need.", 8);\nquiz[81] = ne'
+ 'w makeQuestion("I enjoy patiently but firmly nurturing o'
+ 'thers in their development as believers.", 9);\nquiz[82] '
+ '= new makeQuestion("I enjoy explaining things to people '
+ 'so that they can grow spiritually and personally.", 10);'
+ '\nquiz[83] = new makeQuestion("I have insights into how t'
+ 'o solve problems that others do not see.", 11);\nquiz[84]'
+ ' = new makeQuestion("I set goals and manage people and r'
+ 'esources effectively to accomplish them.", 0);\nquiz[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 faith.", 2);\n'
+ 'quiz[87] = new makeQuestion("I enjoy practical or topica'
+ 'l 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);\nquiz[89] ='
+ ' new makeQuestion("I feel compelled to support missions '
+ 'with my money and time.", 5);\nquiz[90] = new makeQuestio'
+ 'n("I am excited and willing to serve others when I am ne'
+ 'eded to do so.", 6);\nquiz[91] = new makeQuestion("I reco'
+ 'gnize cultural trends, teachings, or events which contra'
+ 'dict biblical principles.", 7);\nquiz[92] = new makeQuest'
+ 'ion("I try to have a loving attitude and let others know'
+ ' that I care about them.", 8);\nquiz[93] = new makeQuesti'
+ 'on("I feel the need to protect others from doing the wro'
+ 'ng things so they can grow stronger in their faith.", 9)'
+ ';\nquiz[94] = new makeQuestion("When others misuse or mis'
+ 'interpret Scripture, I get upset.", 10);\nquiz[95] = new '
+ 'makeQuestion("I am humbled when others seek my counsel."'
+ ', 11);\n\n</SCRIPT>\n</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.leng'
+ 'th;i++) {\nquiz[i].showForm(i);\n}\n\n// reload bug fix\nif ('
+ 'navigator.appName == "Netscape" && \n        parseInt(nav'
+ 'igator.appVersion) >= 3) {\n        for (var i = 0; i < d'
+ 'ocument.forms.length; i++) {\n        document.forms[i].r'
+ 'eset();\n        }\n    }\n    \n//-->\n\n            </script'
+ '>\n  <a href="http://visitchristcommunity.com/"><strong>H'
+ 'ome</strong></a></div>\n<p><a href="javascript:assesQuiz('
+ ')"><strong>Click here to get your results!</strong></a>\n'
+ '</p>\n</body>\n</html>\n';

// end_var_declaration
document.write(inc_visitcc_js);

