// This function decodes any string // that's been encoded using URL encoding technique function URLDecode(psEncodeString) { // Create a regular expression to search all +s in the string var lsRegExp = /\+/g; // everything after a line break var brRegExp = /%3Cbr%3E.*$/mg; // tags // var stRegExp = /<\/?strong>/gi; // Return the decoded string //var text1 = String(psEncodeString).replace(brRegExp, ""); var text1 = String(psEncodeString); var text2 = unescape(text1.replace(lsRegExp, " ")); //return text2.replace(stRegExp, ""); return text2; } document.write("

Spotlight:

"); document.write('photo of Molly Reeve'); document.write('

Molly Reeve

'); if (document.title != "Asset Tracking Index") { document.write('Class Year: '); document.write(URLDecode('2007')); document.write('
'); document.write('Degree/Program: '); document.write(URLDecode('B%2ES%2E+Environmental+Studies')); document.write('
'); document.write('Biography: '); document.write(URLDecode('After+attending+a+non%2Dtraditional+high+school%2C+Molly+says+%22I+was+accepted+by+every+college+I+applied+to%2C+but+when+I+read+the+AEI+brochure%2C+every+single+sentence+resonated+with+me%2E%22+%3Cbr%3E%0A%3Cbr%3E%0AThe+learning+community+that+AEI+members+form+has+been+Molly%27s+favorite+part+of+the+program+by+far%2E+%22It%27s+so+much+more+than+a+degree+or+program+because+of+the+way+it+shapes+your+thinking%2C+your+perspective%2C+and+ultimately%2C+your+life%2E%22+While+she+worked+to+complete+her+degree%2C+Molly+spent+her+summers+working+with+teenage+girls%2C+providing+leadership+training%2C+life+skills+development+and+ecological+lessons+through+the+Manchester%2C+New+Hampshire%2C+YMCA%2E')); document.write('
'); } else { document.write('# 836
'); }