// 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 Beau Diehl'); document.write('

Beau Diehl

'); if (document.title != "Asset Tracking Index") { document.write('Degree/Program: '); document.write(URLDecode('M%2EA%2E+Expressive+Therapies%2C+%2785')); document.write('
'); document.write('Biography: '); document.write(URLDecode('Beau+chose+Lesley%27s+Expressive+Therapies+program+because+she+wanted+to+bring+her+creativity+to+her+work+and+pursue+a+career+that+had+a+sense+of+play%2E+A+few+years+after+earning+her+degree%2C+Beau+joined+with+Kit+Jenkins+and+Mary+Flannery%2C+who+were+also+alums+of+Lesley%27s+program%2C+and+together+they+founded+Raw+Art+Works%2E+Since+then%2C+this+nonprofit+youth+arts+organization+%28on+the+web+at+rawart%2Eorg%29%2C+has+been+recognized+many+times+for+engaging+young+people+in+art%2Dmaking+that+helps+transform+their+lives%2E+As+Beau+describes+it%2C+%22Raw+is+a+functional+family%2C+a+place+where+kids+can+come+to+get+a+lot+of+their+emotional+needs+met%2E%22+It+also+provides+Lesley%27s+Expressive+Therapy+students+with+opportunities+for+internships+and+professional+experience%2E')); document.write('
'); } else { document.write('# 545
'); }