
inc_vradult_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> <a href="mail'
+ 'to:info@visionrunners.org">Let us know what your top 3 g'
+ 'ifts are</a> and then click on the Definition link to le'
+ 'arn more!<br><br>Note* Prophecy, Healing, Miracles, Tong'
+ 'ues and Interpretation of Tongues are not included in th'
+ 'e Spiritual Gift Discovery Survey because their presence'
+ ' in the life of a believer tends to be self-evident.\'  \n'
+ '\n\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><BR><BR>\';\nevalPage += \'</LEFT>\';\nevalPage '
+ '+= \'<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://'
+ 'www.visionrunners.org">Home</a></b>\';\nevalPage += \'<p>&n'
+ 'bsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><a href="http://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:info@visionrunners.org">Let'
+ ' us know what your top 3 gifts are!</a></b>\';\nevalPage +'
+ '= \'</LEFT>\';\n\nevalPage += \'</BODY></HTML>\';\ndocument.wri'
+ 'te(evalPage);\ndocument.close();\n}\n\n// Create 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 objects...\nquiz = new m'
+ 'akeArray(96);\nquiz[0] = new makeQuestion("I like to orga'
+ 'nize people, tasks, and events.", 0),\nquiz[1] = new make'
+ 'Question("I can readily distinguish between spiritual tr'
+ 'uth and error, good and evil.", 1);\nquiz[2] = new makeQu'
+ 'estion("I communicate the gospel to others with clarity '
+ 'and effectiveness.", 2);\nquiz[3] = new makeQuestion("I t'
+ 'end 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 makeQuestion("I '
+ 'give liberally and joyfully to people in financial need '
+ 'or to projects requiring support.", 5);\nquiz[6] = new ma'
+ 'keQuestion("I enjoy working behind 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 biblical truth.", 7);\nquiz[8'
+ '] = new makeQuestion("I empathize with hurting people an'
+ 'd desire to help in their healing process.", 8);\nquiz[9]'
+ ' = new makeQuestion("I enjoy spending time nurturing and'
+ ' caring for others.", 9);\nquiz[10] = new makeQuestion("I'
+ ' am able to communicate God\'s Word effectively.", 10);\nq'
+ 'uiz[11] = new makeQuestion("I am often sought out by oth'
+ 'ers 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 ma'
+ 'keQuestion("I frequently am able to judge a person\'s cha'
+ 'racter based upon first impressions.", 1);\nquiz[14] = ne'
+ 'w makeQuestion("I consistently look for opportunities to'
+ ' build relationships with non-Christians.", 2);\nquiz[15]'
+ ' = new makeQuestion("I enjoy reassuring and strengthenin'
+ 'g those who are discouraged.", 3);\nquiz[16] = new makeQu'
+ 'estion("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 w'
+ 'ork can be accomplished.", 5);\nquiz[18] = new makeQuesti'
+ 'on("I enjoy doing routine tasks that support the ministr'
+ 'y.", 6);\nquiz[19] = new makeQuestion("I receive informat'
+ 'ion from the Spirit that I did not acquire through natur'
+ 'al means.", 7);\nquiz[20] = new makeQuestion("I can patie'
+ 'ntly support those going through painful experiences as '
+ 'they try to stabilize their lives.", 8);\nquiz[21] = new '
+ 'makeQuestion("I have compassion for wandering believers '
+ 'and want to protect them.", 9);\nquiz[22] = new makeQuest'
+ 'ion("I can spend time in study knowing that presenting t'
+ 'ruth will make a difference in the lives of people.", 10'
+ ');\nquiz[23] = new makeQuestion("I can often find simple,'
+ ' practical solutions in the midst of conflict or confusi'
+ 'on.", 11);\nquiz[24] = new makeQuestion("I can clarify go'
+ 'als and develop strategies or plans to accomplish them."'
+ ', 0);\nquiz[25] = new makeQuestion("I can see through pho'
+ 'niness or deceit before it is evident to others.", 1);\nq'
+ 'uiz[26] = new makeQuestion("I am effective at adapting t'
+ 'he 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 makeQuestion("I believe that God w'
+ 'ill help me to accomplish great things.", 4);\nquiz[29] ='
+ ' new makeQuestion("I manage my money well in order to fr'
+ 'ee more of it for giving.", 5);\nquiz[30] = new makeQuest'
+ 'ion("I willingly take on a variety of odd jobs around th'
+ 'e church to meet the needs of others.", 6);\nquiz[31] = n'
+ 'ew makeQuestion("I am committed, and schedule blocks of '
+ 'time for reading and studying scripture, to understand b'
+ 'iblical truth fully and accurately.", 7);\nquiz[32] = new'
+ ' makeQuestion("I enjoy helping people sometimes regarded'
+ ' as undeserving or beyond help.", 8);\nquiz[33] = new mak'
+ 'eQuestion("I like to provide guidance for the whole pers'
+ 'on - relationally, emotionally, spiritually, etc.", 9);\n'
+ 'quiz[34] = new makeQuestion("I pay close attention to th'
+ 'e words, phrases, and meaning of those who teach.", 10);'
+ '\nquiz[35] = new makeQuestion("I can easily select the mo'
+ 'st effective course of action from among several alterna'
+ 'tives.", 11);\nquiz[36] = new makeQuestion("I can identif'
+ 'y and effectively use the resources needed 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 makeQuestion("I re'
+ 'assure those who need to take courageous action in their'
+ ' faith, family, or life.", 3);\nquiz[40] = new makeQuesti'
+ 'on("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 o'
+ 'rder to give away a higher percentage of my income.", 5)'
+ ';\nquiz[42] = new makeQuestion("I see spiritual significa'
+ 'nce in doing practical tasks.", 6);\nquiz[43] = new makeQ'
+ 'uestion("I have insight or just know something to be tru'
+ 'e.", 7);\nquiz[44] = new makeQuestion("I have great compa'
+ 'ssion for hurting people.", 8);\nquiz[45] = new makeQuest'
+ 'ion("I can faithfully provide long-term support and conc'
+ 'ern for others.", 9);\nquiz[46] = new makeQuestion("I lik'
+ 'e to take a systematic approach to my study of the Bible'
+ '.", 10);\nquiz[47] = new makeQuestion("I can anticipate t'
+ 'he likely consequences of an individual\'s or a group\'s a'
+ 'ction.", 11);\nquiz[48] = new makeQuestion("I like to hel'
+ 'p organizations or groups become more efficient.", 0);\nq'
+ 'uiz[49] = new makeQuestion("I receive affirmation from o'
+ 'thers concerning the reliability of my insights or perce'
+ 'ptions.", 1);\nquiz[50] = new makeQuestion("I openly tell'
+ ' people that I am a Christian and want them to ask me ab'
+ 'out my faith.", 2);\nquiz[51] = new makeQuestion("I stren'
+ 'gthen those who are wavering in their faith.", 3);\nquiz['
+ '52] = new makeQuestion("I am conviced of God\'s daily pre'
+ 'sence and action in my life.", 4);\nquiz[53] = new makeQu'
+ 'estion("I like knowing that my financial support makes a'
+ ' real difference in the lives and ministries of God\'s pe'
+ 'ople.", 5);\nquiz[54] = new makeQuestion("I like to find '
+ 'small things that need to be done and often do them with'
+ 'out being asked.", 6);\nquiz[55] = new makeQuestion("I ha'
+ 've suddenly known some things about others, but did not '
+ 'know how I knew them.", 7);\nquiz[56] = new makeQuestion('
+ '"I can look beyond a person\'s handicaps or problems to s'
+ 'ee a life that matters to God.", 8);\nquiz[57] = new make'
+ 'Question("I enjoy giving guidance and practical support '
+ 'to a small group of people.", 9);\nquiz[58] = new makeQue'
+ 'stion("I can communicate scripture in ways that motivate'
+ ' others to study and want to learn more.", 10);\nquiz[59]'
+ ' = new makeQuestion("I give practical advice to help oth'
+ 'ers through complicated situations.", 11);\nquiz[60] = ne'
+ 'w makeQuestion("I enjoy learning how organizations funct'
+ 'ion.", 0);\nquiz[61] = new makeQuestion("I can identify p'
+ 'reaching, teaching, or communication which is not true t'
+ 'o 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 motivating o'
+ 'thers to take steps for spiritual growth.", 3);\nquiz[64]'
+ ' = new makeQuestion("I am regularly challenging others t'
+ 'o trust God.", 4);\nquiz[65] = new makeQuestion("I give g'
+ 'enerously due to my commitment to stewardship.", 5);\nqui'
+ 'z[66] = new makeQuestion("I feel comfortable being a hel'
+ 'per, assisting others to do their job more effectively."'
+ ', 6);\nquiz[67] = new makeQuestion("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 bringing hope and joy to peopl'
+ 'e living in difficult circumstances.", 8);\nquiz[69] = ne'
+ 'w makeQuestion("I can gently restore wandering believers'
+ ' to faith and fellowship.", 9);\nquiz[70] = new makeQuest'
+ 'ion("I can present information and skills to others at a'
+ ' level that makes it easy for them to grasp and apply to'
+ ' their lives.", 10);\nquiz[71] = new makeQuestion("I can '
+ 'apply scriptural truth that others regard as practical a'
+ 'nd helpful.", 11);\nquiz[72] = new makeQuestion("I can vi'
+ 'sualize a coming event, anticipate potential problems, a'
+ 'nd develop backup plans.", 0);\nquiz[73] = new makeQuesti'
+ 'on("I can sense when demonic forces are at work in a per'
+ 'son or situation.", 1);\nquiz[74] = new makeQuestion("I s'
+ 'eek opportunities to talk about spiritual matters with u'
+ 'nbelievers.", 2);\nquiz[75] = new makeQuestion("I am able'
+ ' to challenge or rebuke others in order to foster spirit'
+ 'ual growth.", 3);\nquiz[76] = new makeQuestion("I can mov'
+ 'e 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 been given an abu'
+ 'ndance 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 learned skills to help wherev'
+ 'er needed.", 6);\nquiz[79] = new makeQuestion("I confiden'
+ 'tly share my knowledge and insights with others.", 7);\nq'
+ 'uiz[80] = new makeQuestion("I enjoy doing practical thin'
+ 'gs for others who are in need.", 8);\nquiz[81] = new make'
+ 'Question("I enjoy patiently but firmly nurturing others '
+ 'in their development as believers.", 9);\nquiz[82] = new '
+ 'makeQuestion("I enjoy explaining things to people so tha'
+ 't they can grow spiritually and personally.", 10);\nquiz['
+ '83] = new makeQuestion("I have insights into how to solv'
+ 'e problems that others do not see.", 11);\nquiz[84] = new'
+ ' makeQuestion("I set goals and manage people and resourc'
+ 'es 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 usual'
+ 'ly leads to me telling them about my faith.", 2);\nquiz[8'
+ '7] = new makeQuestion("I enjoy practical or topical teac'
+ 'hing 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 m'
+ 'akeQuestion("I feel compelled to support missions with m'
+ 'y money and time.", 5);\nquiz[90] = new makeQuestion("I a'
+ 'm excited and willing to serve others when I am needed t'
+ 'o do so.", 6);\nquiz[91] = new makeQuestion("I recognize '
+ 'cultural trends, teachings, or events which contradict b'
+ 'iblical principles.", 7);\nquiz[92] = new 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 doing the wrong thi'
+ 'ngs so they can grow stronger in their faith.", 9);\nquiz'
+ '[94] = new makeQuestion("When others misuse or misinterp'
+ 'ret Scripture, I get upset.", 10);\nquiz[95] = new makeQu'
+ 'estion("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-d'
+ 'ecoration: none;\n}\na:hover {\n	text-decoration: none;\n}\na'
+ ':active {\n	text-decoration: none;\n}\n.style1 {\n	color: #9'
+ '90000;\n	font-weight: bold;\n}\n-->\n</style></head>\n\n<body>'
+ '\n<div align="left">\n  <p>\n    <script language="JavaScri'
+ 'pt" type="text/javascript">\n\n<!--\n// loop to display qui'
+ 'z\nfor (var i = 0; i < quiz.length;i++) {\nquiz[i].showFor'
+ 'm(i);\n}\n\n// reload bug fix\nif (navigator.appName == "Net'
+ 'scape" && \n        parseInt(navigator.appVersion) >= 3) '
+ '{\n        for (var i = 0; i < document.forms.length; i++'
+ ') {\n        document.forms[i].reset();\n        }\n    }\n '
+ '   \n//-->\n\n            </script>\n  <span class="style1">'
+ '<a href="http://www.visionrunners.org">Home</a></span></'
+ 'p>\n  <p><a href="javascript:assesQuiz()" class="style1">'
+ '<strong>Click here to get your results!</strong></a></p>'
+ '\n  <p class="style1">&nbsp;</p>\n</div>\n</body>\n</html>\n';

// end_var_declaration
document.write(inc_vradult_js);

