var text = new Array()
text[0] = "<a href='http://www.intel.com/index.htm'>Home</a><span class='crumb-caret'>&rsaquo;</span>"
text[1] = "<a href='/education/index.htm'>Education Home</a><span class='crumb-caret'>&rsaquo;</span>"
text[2] = "<a href='/education/competitions/'>Competitions</a><span class='crumb-caret'>&rsaquo;</span>"
text[3] = "<a href='/education/teach/index.htm'>Intel® Teach Program</a><span class='crumb-caret'>&rsaquo;</span>"
text[4] = "<a href='/education/tools/index.htm'>K–12 Tools</a><span class='crumb-caret'>&rsaquo;</span>"
text[5] = "<a href='/education/resources/index.htm'>K–12 Resources</a><span class='crumb-caret'>&rsaquo;</span>"
text[6] = "<a href='/education/sts'>Intel STS</a><span class='crumb-caret'>&rsaquo;</span>"
text[7] = "<a href='/education/isef'>Intel ISEF</a><span class='crumb-caret'>&rsaquo;</span>"
text[8] = "<a href='/education/highered/'>Higher Education</a><span class='crumb-caret'>&rsaquo;</span>"
text[9] = "<a href='/education/communityed/index.htm'>Community Education</a><span class='crumb-caret'>&rsaquo;</span>"
text[10] = "<a href='/education/icc/index.htm'>ICCN</a><span class='crumb-caret'>&rsaquo;</span>"
text[11] = "<a href='/education/learn/index.htm'>Intel® Learn Program</a><span class='crumb-caret'>&rsaquo;</span>"
text[12] = "<a href='/education/EvidenceOfImpact/index.htm?iid=teach+impact'>Evaluation</a><span class='crumb-caret'>&rsaquo;</span>"
text[13] = "<a href='/education/isef/index.htm'>ISEF</a><span class='crumb-caret'>&rsaquo;</span>"
text[14] = "<a href='/education/sts/index.htm'>STS</a><span class='crumb-caret'>&rsaquo;</span>"
text[15] = "<a href='/education/teach/us/index.htm'>Intel® Teach Program U.S.</a><span class='crumb-caret'>&rsaquo;</span>"
text[16] = "<a href='/education/highered/index.htm'>Higher Education</a><span class='crumb-caret'>&rsaquo;</span>"
text[17] = "<a href='/education/highered/entrepreneur/index.htm?iid=highered+entrepreneur'>Entrepreneurship</a><span class='crumb-caret'>&rsaquo;</span>"
text[18] = "<a href='/education/schoolsofdistinction/'>Intel Schools of Distinction</a><span class='crumb-caret'>&rsaquo;</span>"
text[19] = "<a href='/education/communityed/'>Education Beyond Classrooms</a><span class='crumb-caret'>&rsaquo;</span>"
text[20] = "<a href='/education/site_support/contactus.htm'>Contact Education</a><span class='crumb-caret'>&rsaquo;</span>"
text[21] = "<a href='/education/tools/index.htm'>Teaching Tools</a><span class='crumb-caret'>&rsaquo;</span>"
text[22] = "<a href='/education/highered/entrepreneur/ibtec.htm'>IBTEC</a><span class='crumb-caret'>&rsaquo;</span>"
text[24] = "<a href='/education/K12/index.htm'>K–12 Education</a><span class='crumb-caret'>&rsaquo;</span>"
text[25] = "<a href='/education/highered/modelcurriculum.htm'>Technology Curriculum</a><span class='crumb-caret'>&rsaquo;</span>"
text[26] = "Intel STS"
text[27] = "Intel ISEF"
text[28] = "Higher Education"
text[30] = "ICCN"
text[33] = "Intel® Teach Program"
text[34] = "Teaching Tools"
text[38] = "Intel Schools of Distinction"
text[39] = "Portfolio"
text[49] = "Intel® Teach Program U.S."
text[50] = "Get Involved"
text[51] = "Student Profiles"
text[52] = "Event Summary"
text[53] = "Winners"
text[54] = "Getting Started"
text[55] = "Alumni Stories"
text[56] = "Winners"
text[57] = "Event Summary"
text[58] = "Online Application"
text[59] = "Winners and Finalists"
text[60] = "Star Innovator"
text[61] = "Sponsors"
text[63] = "Technology Curriculum"
text[64] = "Research"
text[65] = "Student Programs"
text[66] = "Entrepreneurship"
text[67] = "Curriculum"
text[68] = "IBTEC"
text[69] = "Resources"
text[70] = "Intel® Learn Program"
text[71] = "Contact Education"
text[72] = "<a href='/education/K12/index.htm'>K–12 Education</a>"
text[80] = "Past Winners"

text[100] = "Project-Based Approaches"

text[1001] = "<a href='/education/isef/getinvolved.htm'>Get Involved</a><span class='crumb-caret'>&rsaquo;</span>"
text[1002] = "<a href='/education/highered/studentprograms.htm'>Student Programs</a><span class='crumb-caret'>&rsaquo;</span>"

document.write('<ul id="crumb">');
document.write('<li>');
document.write(text[0]);
document.write('</li>');
for (i = 0; i < crouton.length; i++){ 
    document.write('<li>');
    document.write(text[crouton[i]]);
    document.write('</li>');
}
document.write('</ul>');

