forked from ohsusannamarie/random-LinkedIn-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pmi_lir_2Av.txt
1 lines (1 loc) · 31.6 KB
/
pmi_lir_2Av.txt
1
javascript:(function()%7Bvar%20reg%20%3D%20(elm%2C%20n)%20%3D%3E%20elm%20!%3D%20null%20%3F%20elm%5Bn%5D%20%3A%20''%3Bvar%20delay%20%3D%20(ms)%20%3D%3E%20new%20Promise(res%20%3D%3E%20setTimeout(res%2C%20ms))%3Bfunction%20skillsCleaner(arr)%7Bif(arr%20%3D%3D%20null)%20return%20null%3Bvar%20temp%20%3D%20%5B%5D%3Barr.forEach(itm%3D%3E%20%2F%2C%2F.test(itm)%20%3F%20itm.split('%2C').forEach(%20elm%3D%3E%20temp.push(elm)%20)%20%3A%20temp.push(itm)%20)%3Breturn%20temp%3B%7Dfunction%20getLIRlink()%20%7Bvar%20atags%20%3D%20document.getElementsByTagName('a')%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20atags.length%3B%20i%2B%2B)%20%7Bvar%20lirAttr%20%3D%20atags%5Bi%5D.getAttribute('data-control-name')%3Bif%20(lirAttr%20%3D%3D%20'view_profile_in_recruiter')%20%7Breturn%20atags%5Bi%5D.href%7D%7D%7Dfunction%20normalize(str)%20%7Bvar%20arr%20%3D%20Array.from(str)%3Bvar%20temp%20%3D%20''%3Barr.forEach(itm%20%3D%3E%20%2F%5BA-Z%5D%2F.test(itm)%20%3F%20temp%20%3D%20temp%20%2B%20'%20'%20%2B%20itm%20%3A%20temp%20%3D%20temp%20%2B%20itm)%3Breturn%20temp%3B%7Dfunction%20cleanName(str)%20%7Breturn%20str.replace(%2F(%3F%3C%3D%5E.%2B%3F)%5Cs%2B-%5Cs%2B.%2B%7C(%3F%3C%3D%5E.%2B%3F)%5Cs*%5BsSJj%5D%5BRr%5D.%2B%7C(%3F%3C%3D%5E.%2B%3F)%5Cs*(III%7CIV%7CII).*%7C(%3F%3C%3D%5E.%2B%3F)%5Cb%2C.*%7C(%3F%3C%3D%5E.%2B%3F)%5Cs*%5C(.*%2F%2C%20'')%3B%7Dfunction%20fixCase(fullname)%20%7Breturn%20fullname.replace(%2F%5Cw%5CS*%2Fg%2C%20(txt)%20%3D%3E%20%7Breturn%20txt.charAt(0).toUpperCase()%20%2B%20txt.substr(1).toLowerCase()%3B%7D)%3B%7Dfunction%20fixDate(str)%20%7Bif%20(str%20%3D%3D%20null)%20return%20''%3Bvar%20three%20%3D%20str.replace(%2F(%3F%3C%3D%5Ba-zA-Z%5D%7B3%7D).%2B%2Fg%2C%20'')%3Breturn%20str.replace(%2F%5Ba-zA-Z%5D%2B%2F%2C%20three)%3B%7Dvar%20curUrl%20%3D%20window.location.href%3Bvar%20profilePath%20%3D%20%2F(%3F%3C%3Drecruiter%5C%2Fprofile%5C%2F).%2B%3F(%3F%3D%5C%3F%7C%24)%2F.exec(curUrl)%3Basync%20function%20getNotes(path)%7Bvar%20res%20%3D%20await%20fetch(%22https%3A%2F%2Fwww.linkedin.com%2Frecruiter%2Fapi%2Fprofile%2F%22%2Bpath%2B%22%2FfetchRecruitingActivity%3FactivityType%3DNOTE%22)%3Bvar%20jdat%20%3D%20await%20res.json()%3Bvar%20notes%20%3D%20jdat.result.recruiterActivity%20%3F%20jdat.result.recruiterActivity.map(txt%3D%3E%20txt.note.note)%20%3A%20%5B%5D%3Breturn%20notes%3B%7Dasync%20function%20getFullProfileDetails(path)%20%7Bvar%20res%20%3D%20await%20fetch(%22https%3A%2F%2Fwww.linkedin.com%2Frecruiter%2Fprofile%2F%22%20%2B%20path%2C%20%7B%22credentials%22%3A%20%22include%22%2C%22headers%22%3A%20%7B%22accept%22%3A%20%22text%2Fhtml%2Capplication%2Fxhtml%2Bxml%2Capplication%2Fxml%3Bq%3D0.9%2Cimage%2Fwebp%2Cimage%2Fapng%2C*%2F*%3Bq%3D0.8%22%2C%22accept-language%22%3A%20%22en-US%2Cen%3Bq%3D0.9%22%2C%22upgrade-insecure-requests%22%3A%20%221%22%7D%2C%22referrerPolicy%22%3A%20%22no-referrer-when-downgrade%22%2C%22body%22%3A%20null%2C%22method%22%3A%20%22GET%22%2C%22mode%22%3A%20%22cors%22%7D)%3Bvar%20textBod%20%3D%20await%20res.text()%3Bvar%20dat%20%3D%20reg(%2F%5C%7B%22data%22%3A%5C%7B%22breadcrumbs%22%3A.%2B%3F%22contractId%22%3A%5Cd%2B%2C%22memberId%22%3A%5Cd%2B%5C%7D%5C%7D%5C%7D%2F.exec(textBod.replace(%2F%5Cn%2Fg%2C%20''))%2C%200)%3Bvar%20jdat%20%3D%20dat%20!%3D%20''%20%3F%20JSON.parse(dat)%20%3A%20''%3Bconsole.log(jdat)%3Bvar%20notes%20%3D%20await%20getNotes(path)%3BparseProfData(jdat%2Cnotes)%3B%7Dif%20(%2Flinkedin.com%5C%2Frecruiter%5C%2Fprofile%2F.test(window.location.href))%20%7BgetFullProfileDetails(profilePath%5B0%5D)%3B%7Dif%20(%2Flinkedin.com%5C%2Fin%5C%2F%2F.test(window.location.href))%20%7Balert('You%20need%20to%20be%20on%20the%20LIR%20profile%20page.%20Taking%20you%20there%20now.%20Try%20again')%3Bwindow.open(getLIRlink()%2C%20'_self')%3B%7Dfunction%20parseProfData(obj%2Cnotes)%20%7Bvar%20firstName%20%3D%20fixCase(obj.data.profile.firstName)%3Bvar%20lastName%20%3D%20fixCase(cleanName(obj.data.profile.lastName))%3Bvar%20emails%20%3D%20obj.data.profile.contactEmails%20%3F%20obj.data.profile.contactEmails.map(itm%20%3D%3E%20itm.email)%20%3A%20''%3Bvar%20phones%20%3D%20obj.data.profile.contactPhones%20%3F%20obj.data.profile.contactPhones.map(itm%20%3D%3E%20itm.phone)%20%3A%20''%3Bvar%20zip%20%3D%20reg(%2F(%3F%3C%3DpostalCode%5C%3D)%5Cd%2B%2F.exec(obj.data.profile.geoRegionSearchUrl)%2C%200)%3Bvar%20geo%20%3D%20obj.data.profile.location%20%3F%20obj.data.profile.location.replace(%2F%2C%20United%20States%2F%2C%20'')%20%2B%20'%2C%20'%20%2B%20zip%20%3A%20''%20%2B%20zip%3Bvar%20pubLink%20%3D%20obj.data.profile.publicLink%3Bvar%20summary%20%3D%20obj.data.profile.summary%3Bvar%20skills%20%3D%20skillsCleaner(obj.data.profile.skills)%3Bvar%20cares%20%3D%20obj.data.profile.volunteeringInterests%20%3F%20obj.data.profile.volunteeringInterests.supportedPredefinedCauses%20%3A%20null%3Bvar%20websites%20%3D%20obj.data.profile.websites%20%3F%20obj.data.profile.websites.map(itm%20%3D%3E%20'%3Ca%20href%3D%22'%20%2B%20itm.url%20%2B%20'%22%3E'%20%2B%20itm.url.replace(%2Fhttp%3A%5C%2F%5C%2F(www%5C.%7C%5Cb)%2F%2C%20'')%20%2B%20'%3C%2Fa%3E')%20%3A%20null%3Bvar%20orgs%20%3D%20obj.data.profile.organizations%20%3F%20obj.data.profile.organizations.map(itm%20%3D%3E%20itm.position%20%3F%20itm.name%20%2B%20'%2C%20'%20%2B%20itm.position%20%2B%20'%3Ci%20style%3D%22float%3A%20right%22%3E%20'%20%2B%20fixDate(itm.i18nStartDate)%20%2B%20'%3C%2Fi%3E'%20%3A%20itm.name%20%2B%20'%3Ci%20style%3D%22float%3A%20right%22%3E%20'%20%2B%20fixDate(itm.i18nStartDate)%20%2B%20'%3C%2Fi%3E')%20%3A%20null%3Bvar%20langs%20%3D%20obj.data.profile.languages%20%3F%20obj.data.profile.languages.map(itm%20%3D%3E%20itm.proficiency%20%3F%20itm.languageName%20%2B%20'%20-%20'%20%2B%20itm.proficiency.replace(%2F_%2Fg%2C%20'%20')%20%3A%20itm.languageName)%20%3A%20null%3Bvar%20certs%20%3D%20obj.data.profile.certifications%20%3F%20obj.data.profile.certifications.map(itm%20%3D%3E%20itm.i18nStartDate%20%3F%20itm.name%20%2B%20'%3Ci%20style%3D%22float%3A%20right%22%3E%20'%20%2B%20fixDate(itm.i18nStartDate)%20%2B%20'%3C%2Fi%3E'%20%3A%20itm.name)%20%3A%20null%3Bvar%20refs%20%3D%20obj.data.referencesView%20%3F%20obj.data.referencesView%20%3A%20null%3Bvar%20volunteer%20%3D%20obj.data.profile.volunteeringExperiences%3Bvar%20employment%20%3D%20obj.data.positions%3Bvar%20edu%20%3D%20obj.data.profile.educations%3Bvar%20basicArr%20%3D%20%5BfirstName%2C%20lastName%2C%20geo%2C%20phones%2C%20emails%2C%20pubLink%2C%20summary%2C%20skills%2C%20orgs%2C%20langs%2C%20certs%2C%20websites%2C%20employment%2C%20edu%2C%20refs%2C%20cares%2C%20volunteer%2C%20notes%5D%3Bvar%20parser%20%3D%20new%20DOMParser()%3Bvar%20html%20%3D%20tempDivElm(basicArr)%3Bvar%20doc%20%3D%20parser.parseFromString(html%2C%20%22text%2Fhtml%22)%3BprintDiv(html)%3B%7Dfunction%20tempDivElm(arr)%20%7Bvar%20noteDump%20%3D%20arr%5B17%5D.length%20%3E%200%20%3F%20'Note%3A%5Cn'%20%2B%20arr%5B17%5D.toString().replace(%2F%2C%2Fg%2C%20'%5Cn')%20%3A%20''%3Bvar%20noteRows%20%3D%20arr%5B17%5D.length%20%3F%20arr%5B17%5D.length%20%3A%201%3Bvar%20contactLine%20%3D%20arr%5B4%5D%20%3F%20'%3Cbr%3E'%20%2B%20arr%5B3%5D%20%2B%20'%20%7C%20'%20%2B%20arr%5B4%5D%20%3A%20arr%5B3%5D%20%3F%20'%3Cbr%3E'%20%2B%20arr%5B3%5D%20%3A%20''%3Bvar%20temp%20%3D%20'%3Chtml%3E%3Chead%3E%3Ctitle%3E'%20%2B%20arr%5B0%5D%20%2B%20'%20'%20%2B%20arr%5B1%5D%20%2B%20'%3C%2Ftitle%3E%3Cbody%3E'%20%2B'%3Cdiv%20id%3D%22printPage%22%20style%3D%22text-size%3A%203em%3B%20width%3A%205%25%3B%20text-align%3A%20center%3B%20border-radius%3A%20.25em%3B%20border-color%3A%20white%3B%20border-width%3A%205px%3B%20color%3A%20white%3B%20background%3A%20%232d2d2d%3B%20padding%3A%206px%3B%20display%3A%20inline-block%3B%22%3Eprint%3C%2Fdiv%3E'%20%2B'%3Cdiv%20id%3D%22sendToAvature%22%20style%3D%22text-size%3A%203em%3B%20width%3A%2010%25%3B%20text-align%3A%20center%3B%20border-radius%3A%20.25em%3B%20border-color%3A%20white%3B%20border-width%3A%205px%3B%20color%3A%20white%3B%20background%3A%20%232d2d2d%3B%20padding%3A%206px%3B%20display%3A%20inline-block%3B%22%3ESend%20to%20Avature%3C%2Fdiv%3E'%20%2B'%3Cdiv%20id%3D%22print_Temp%22%20style%3D%22color%3A%20%232b3442%3B%20padding%3A%2010px%3B%22%3E'%20%2B'%3Cdiv%20id%3D%22notes-cont%22%20style%3D%22text-align%3A%20left%3B%20font-size%3A%201.15em%3B%22%3E%3Cdiv%20id%3D%22notes-text%22%3E'%20%2BnoteDump%2B'%3C%2Fdiv%3E%3C%2Fdiv%3E'%20%2B'%3Cdiv%20id%3D%22basic-cont%22%20style%3D%22text-align%3A%20right%3B%20font-size%3A%201.15em%3B%22%3E%3Cdiv%20id%3D%22basic-text%22%3E'%20%2B'%3Ca%20href%3D%22'%20%2B%20arr%5B5%5D%20%2B%20'%22%3E'%20%2Barr%5B0%5D%20%2B%20'%20'%20%2B%20arr%5B1%5D%20%2B'%3C%2Fa%3E'%20%2B'%3Cbr%3E'%20%2Barr%5B2%5D%20%2BcontactLine.replace(%2F%5C%2B1%5Cs%2B%2Fg%2C%22%22).replace(%2F%2C%2Fg%2C%20%22%2C%20%22)%20%2B'%3Cbr%3E'%20%2Breg(%2F(%3F%3C%3Dwww%5C.).%2B%2F.exec(arr%5B5%5D)%2C%200)%20%2B'%3Cbr%3E'%20%2B'%3C%2Fdiv%3E%3C%2Fdiv%3E'%20%2BbuildPara(arr%5B6%5D%2C%20'summary')%20%2BbuildEmpl(arr%5B12%5D)%20%2BbuildVol(arr%5B16%5D)%20%2BbuildEdu(arr%5B13%5D)%20%2Bgridmaker(arr%5B7%5D%2C%203%2C%20'skills')%20%2Bgridmaker(arr%5B15%5D%2C%203%2C%20'Causes%20'%20%2B%20arr%5B0%5D%20%2B%20'%20cares%20about')%20%2BbuildList(arr%5B8%5D%2C%20'organizations')%20%2BbuildList(arr%5B9%5D%2C%20'languages')%20%2BbuildList(arr%5B10%5D%2C%20'certifications')%20%2BrecBuilder(arr%5B14%5D)%20%2BbuildList(arr%5B11%5D%2C%20'websites')%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cscript%3E'%20%2B%60function%20addToAvature()%20%7B%20%20var%20iatsUrl%20%3D%20%22https%3A%2F%2Fpmi.avature.net%2F%22%3B%20%20var%20doc%20%3D%20top.document%2C%20%20%20%20body%20%3D%20doc.body%2C%20%20%20%20sel%2C%20ifr%2C%20version%20%3D%204%2C%20%20%20%20%24%20%3D%20function(s)%20%7B%20%20%20%20%20%20return%20doc.querySelector(s)%3B%20%20%20%20%7D%3B%20%20function%20indexOf(needle%2C%20haystack)%20%7B%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20haystack.length%3B%20i%2B%2B)%20%7B%20%20%20%20%20%20if%20(haystack%5Bi%5D%20%3D%3D%3D%20needle)%20%7B%20%20%20%20%20%20%20%20return%20i%3B%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%20%20return%20-1%3B%20%20%7D%20%20function%20buildPath(node)%20%7B%20%20%20%20var%20p%20%3D%20%5B%5D%3B%20%20%20%20while%20(node.nodeName%20!%3D%20%22HTML%22)%20%7B%20%20%20%20%20%20var%20i%20%3D%20indexOf(node%2C%20node.parentNode.childNodes)%3B%20%20%20%20%20%20p.splice(0%2C%200%2C%20i)%3B%20%20%20%20%20%20node%20%3D%20node.parentNode%3B%20%20%20%20%7D%20%20%20%20return%20p%3B%20%20%7D%20%20function%20getFrameSelection(frame)%20%7B%20%20%20%20try%20%7B%20%20%20%20%20%20var%20rangeCount%20%3D%20frame.getSelection().rangeCount%3B%20%20%20%20%20%20if%20(!rangeCount)%20%7B%20%20%20%20%20%20%20%20return%20null%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20var%20paths%20%3D%20%5B%5D%3B%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20rangeCount%3B%20i%2B%2B)%20%7B%20%20%20%20%20%20%20%20var%20range%20%3D%20frame.getSelection().getRangeAt(i)%3B%20%20%20%20%20%20%20%20var%20pathI%20%3D%20%7B%20%20%20%20%20%20%20%20%20%20start%3A%20buildPath(range.startContainer)%2C%20%20%20%20%20%20%20%20%20%20end%3A%20buildPath(range.endContainer)%20%20%20%20%20%20%20%20%7D%3B%20%20%20%20%20%20%20%20pathI.start.push(range.startOffset)%3B%20%20%20%20%20%20%20%20pathI.end.push(range.endOffset)%3B%20%20%20%20%20%20%20%20paths.push(pathI)%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20var%20markup%20%3D%20doc.getElementsByTagName(%22html%22)%5B0%5D.cloneNode(true)%3B%20%20%20%20%20%20trimSubtree(markup%2C%20%5B%5D%2C%20paths)%3B%20%20%20%20%20%20return%20markup.innerHTML%3B%20%20%20%20%7D%20catch%20(e)%20%7B%7D%20%20%20%20return%20document.documentElement.outerHTML%3B%20%20%7D%20%20function%20trimSubtree(node%2C%20nodePath%2C%20includedPaths)%20%7B%20%20%20%20var%20lvl%20%3D%20inclusionLevel(nodePath%2C%20includedPaths%2C%20node)%3B%20%20%20%20if%20(lvl%20%3D%3D%20%22n%22)%20%7B%20%20%20%20%20%20node.parentNode.removeChild(node)%3B%20%20%20%20%7D%20else%20%7B%20%20%20%20%20%20if%20(lvl%20%3D%3D%20%22f%22)%20%7B%7D%20else%20%7B%20%20%20%20%20%20%20%20if%20(node.nodeName%20%3D%3D%20%22%23text%22)%20%7B%20%20%20%20%20%20%20%20%20%20node.nodeValue%20%3D%20node.nodeValue.substring(lvl%5B0%5D%20%3D%3D%20null%20%3F%200%20%3A%20lvl%5B0%5D%2C%20lvl%5B1%5D%20%3D%3D%20null%20%3F%20undefined%20%3A%20lvl%5B1%5D)%3B%20%20%20%20%20%20%20%20%7D%20else%20%7B%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%20node.childNodes.length%20-%201%3B%20i%20%3E%3D%200%3B%20i--)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20trimSubtree(node.childNodes%5Bi%5D%2C%20nodePath.concat(%5Bi%5D)%2C%20includedPaths)%3B%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%7D%20%20function%20inclusionLevel(path%2C%20paths%2C%20node)%20%7B%20%20%20%20if%20(node.nodeName%20%3D%3D%20%22SCRIPT%22)%20%7B%20%20%20%20%20%20return%20%22n%22%3B%20%20%20%20%7D%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20paths.length%3B%20i%2B%2B)%20%7B%20%20%20%20%20%20var%20pI%20%3D%20paths%5Bi%5D%3B%20%20%20%20%20%20var%20compStart%20%3D%20comparePaths(pI.start%2C%20path)%3B%20%20%20%20%20%20var%20compEnd%20%3D%20comparePaths(pI.end%2C%20path)%3B%20%20%20%20%20%20if%20((compStart%20%3D%3D%200%20%26%26%20pI.start.length%20%3E%20path.length)%20%7C%7C%20(compEnd%20%3D%3D%200%20%26%26%20pI.end.length%20%3E%20path.length))%20%7B%20%20%20%20%20%20%20%20return%20%5BcompStart%20%3D%3D%200%20%26%26%20pI.start.length%20%3E%20path.length%20%3F%20pI.start%5Bpath.length%5D%20%3A%20null%2C%20compEnd%20%3D%3D%200%20%26%26%20pI.end.length%20%3E%20path.length%20%3F%20pI.end%5Bpath.length%5D%20%3A%20null%5D%3B%20%20%20%20%20%20%7D%20else%20%7B%20%20%20%20%20%20%20%20if%20(compStart%20%3C%3D%200%20%26%26%20compEnd%20%3E%3D%200)%20%7B%20%20%20%20%20%20%20%20%20%20return%20%22f%22%3B%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%20%20return%20%22n%22%3B%20%20%7D%20%20function%20comparePaths(p1%2C%20p2)%20%7B%20%20%20%20for%20(var%20s%20%3D%200%3B%20s%20%3C%20p1.length%20%26%26%20s%20%3C%20p2.length%3B%20s%2B%2B)%20%7B%20%20%20%20%20%20if%20(p1%5Bs%5D%20!%3D%20p2%5Bs%5D)%20%7B%20%20%20%20%20%20%20%20return%20p1%5Bs%5D%20%3E%20p2%5Bs%5D%20%3F%201%20%3A%20-1%3B%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%20%20return%200%3B%20%20%7D%20%20function%20post()%20%7B%20%20%20%20ifr.contentWindow.postMessage(JSON.stringify(%7B%20%20%20%20%20%20%22url%22%3A%20%22www.github.com%22%2C%20%20%20%20%20%20%22value%22%3A%20sel%2C%20%20%20%20%20%20%22ver%22%3A%20version%20%20%20%20%7D)%2C%20iatsUrl)%3B%20%20%7D%20%20function%20init()%20%7B%20%20%20%20try%20%7B%20%20%20%20%20%20body.removeChild(%24(%22%23__avtsbmtr%22))%3B%20%20%20%20%7D%20catch%20(e)%20%7B%7D%20%20%20%20body.insertAdjacentHTML(%22beforeEnd%22%2C%20'%3Cdiv%20id%3D%22__avtsbmtr%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3Boverflow%3Ahidden%3Bposition%3Afixed%3Btop%3A0%3Bz-index%3A99999%22%3E%3Ciframe%20style%3D%22width%3A100%25%3Bheight%3A100%25%22%3E%3C%2Fiframe%3E%3Cspan%20style%3D%22position%3Aabsolute%3Bright%3A35%25%3Btop%3A32%25%3Bcursor%3Apointer%22%3E%3Cimg%20src%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA%2FwD%2FAP%2BgvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AwHDxEDQztRDQAAAe5JREFUOMu11cuLT2EYwPHPnH5KsWEsZOGS%2FAE2ZHteKUxZDE2RJRlpUozkVm7ZaFbKQpTGJRnXZul5t5iNspVRFrIgG8llzM%2FmHR0%2FMy7FU6dOz%2BV7np7b6Wq32zolR8zDdvRgJRYU0xs8wSiG65TedcZW08D2YBwbcBfrsKg864puI8aL7w%2FS1cwwR9zCchzGI3zAxzqldrF3YTbmYDVO43mdUu9PwBxxE%2FPQjxd1ShN%2BITmihWU4j3d1Slu%2BA3PEDuxHT53SM38hOWJFqenZOqULVY6YgxMYbMJyxNJfQJZMvZeYQZzIEXMrbMar8pWpgApDOeLINLABXMwRsxrq0cLordCHq3VKkw2HNq5ja4441oDtxQCuYLKR5SSuoq%2BFVTjYzKJ09WaOmMCpHPEZ77ETx%2BuUhqepxAMcaqEbL6erVZ3SnRzxCdeKqr9O6foMpX2J7tYfNLIbbzGB%2Bb9zrorz4hm6uQuHyhQcxO4cMTgDazHetjCGtXjaAHWVeu3DmTqlyw39mRwBQ3VKXxvAtRircAPbyqh83yCsx6k6pUuNmt7GgbLTVceYbcONCiNl8Xs6xqB3KrOORt3DhjqlLw11T2GM%2FPPV%2Bz%2FH4b%2Bcr44DexKPcR8P8bqYF2INNpUNO1qndG7GA%2FsvfgHfAOI79Clw%2F%2FvnAAAAAElFTkSuQmCC%22%20alt%3D%22X%22%3E%3C%2Fspan%3E%3C%2Fdiv%3E')%3B%20%20%20%20ifr%20%3D%20%24(%22%23__avtsbmtr%20iframe%22)%3B%20%20%20%20if%20(null%20!%3D%3D%20ifr)%20%7B%20%20%20%20%20%20if%20(doc.all)%20%7B%20%20%20%20%20%20%20%20ifr.attachEvent(%22onload%22%2C%20post)%3B%20%20%20%20%20%20%7D%20else%20%7B%20%20%20%20%20%20%20%20ifr.onload%20%3D%20post%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20ifr.src%20%3D%20iatsUrl%20%2B%20%22bookmarklet%22%3B%20%20%20%20%20%20%24(%22%23__avtsbmtr%20span%22).onclick%20%3D%20function()%20%7B%20%20%20%20%20%20%20%20body.removeChild(this.parentNode)%3B%20%20%20%20%20%20%7D%3B%20%20%20%20%7D%20%20%7D%20%20if%20(body)%20%7B%20%20%20%20var%20sel%20%3D%20%22%22%3B%20%20%20%20if%20(%22%22%20%3D%3D%20window.getSelection().toString())%20%7B%20%20%20%20%20%20var%20iframe%20%3D%20document.activeElement%3B%20%20%20%20%20%20try%20%7B%20%20%20%20%20%20%20%20var%20iframeDocument%20%3D%20iframe.contentDocument%20%7C%7C%20iframe.contentWindow.document%3B%20%20%20%20%20%20%20%20sel%20%3D%20iframeDocument.body.innerHTML%3B%20%20%20%20%20%20%7D%20catch%20(e)%20%7B%20%20%20%20%20%20%20%20sel%20%3D%20document.documentElement.outerHTML%3B%20%20%20%20%20%20%7D%20%20%20%20%7D%20else%20%7B%20%20%20%20%20%20var%20i%20%3D%200%3B%20%20%20%20%20%20sel%20%3D%20getFrameSelection(top)%3B%20%20%20%20%20%20while%20(!sel%20%26%26%20i%20%3C%20frames.length)%20%7B%20%20%20%20%20%20%20%20sel%20%3D%20getFrameSelection(frames%5Bi%2B%2B%5D)%3B%20%20%20%20%20%20%7D%20%20%20%20%7D%20%20%20%20init()%3B%20%20%7D%7D%60%2B'var%20delay%20%3D%20(ms)%20%3D%3E%20new%20Promise(res%20%3D%3E%20setTimeout(res%2C%20ms))%3B'%20%2B'function%20creDiv(thisId)%7B'%2B'var%20lines%20%3D%20document.getElementById(thisId).innerText.match(new%20RegExp(%22%5C%5Cn%22%2C%20%22g%22))%3B'%20%2B'var%20numLines%20%3D%20lines%20%3F%20lines.length%20%3E%202%20%3F%20lines.length%20*%204%20%3A%2012%20%3A%2012%3B'%20%2B'var%20topPos%20%3D%20thisId%20%3D%3D%20%22summary-text%22%20%3F%20%22100px%22%20%3A%20%2214px%22%3B'%20%2B'var%20cDiv%20%3D%20document.createElement(%22div%22)%3B'%20%2B'cDiv.setAttribute(%22id%22%2C%20%22pop_container%22)%3B'%20%2B'document.body.appendChild(cDiv)%3B'%20%2B'cDiv.style.display%20%3D%20%22inline-block%22%3B'%20%2B'cDiv.style.position%20%3D%20%22fixed%22%3B'%20%2B'cDiv.style.top%20%3D%20topPos%3B'%20%2B'cDiv.style.width%20%3D%20%2298%25%22%3B'%20%2B'cDiv.style.height%20%3D%20%20numLines%20%2B%20%22%25%22%3B'%20%2B'cDiv.style.border%20%3D%20%221px%20solid%20Transparent%22%3B'%20%2B'cDiv.style.background%20%3D%20%22Transparent%22%3B'%20%2B'cDiv.style.padding%20%3D%20%223px%22%3B'%20%2B'cDiv.style.zIndex%20%3D%20%2210000%22%3B'%2B'var%20clsBtn%20%3D%20document.createElement(%22button%22)%3B'%20%2B'document.getElementById(%22pop_container%22).appendChild(clsBtn)%3B'%20%2B'clsBtn.setAttribute(%22id%22%2C%20%22btn_close_%22%2BthisId)%3B'%20%2B'clsBtn.innerText%20%3D%20%22%2B%22%3B'%20%2B'clsBtn.style.position%20%3D%20%22absolute%22%3B'%20%2B'clsBtn.style.background%20%3D%20%22transparent%22%3B'%20%2B'clsBtn.style.height%20%3D%20%220px%22%3B'%20%2B'clsBtn.style.width%20%3D%20%220px%22%3B'%20%2B'clsBtn.style.display%20%3D%20%22inline-block%22%3B'%20%2B'clsBtn.style.transform%20%3D%20%22scale(3.9%2C%203.9)%20translate(7px%2C%20-10px)%20rotate(45deg)%22%3B'%20%2B'clsBtn.style.borderRadius%20%3D%20%223em%22%3B'%20%2B'clsBtn.style.padding%20%3D%20%220px%22%3B'%20%2B'clsBtn.style.boxShadow%20%3D%20%220px%22%3B'%20%2B'clsBtn.style.border%20%3D%20%220px%22%3B'%20%2B'clsBtn.style.cursor%20%3D%20%22pointer%22%3B'%20%2B'clsBtn.style.userSelect%20%3D%20%22none%22%3B'%20%2B'clsBtn.style.fontWeight%20%3D%20%22bold%22%3B'%20%2B'clsBtn.style.color%20%3D%20%22Crimson%22%3B'%2B'var%20textbox_1%20%3D%20document.createElement(%22textarea%22)%3B'%20%2B'textbox_1.setAttribute(%22id%22%2C%20%22textbox_code%22)%3B'%20%2B'textbox_1.setAttribute(%22placeholder%22%2C%20%22Add%20Summary%20Information%22)%3B'%20%2B'document.getElementById(%22pop_container%22).appendChild(textbox_1)%3B'%20%2B'textbox_1.style.width%20%3D%20%22100%25%22%3B'%20%2B'textbox_1.style.height%20%3D%20%22100%25%22%3B'%20%2B'textbox_1.style.padding%20%3D%20%226px%22%3B'%20%2B'textbox_1.style.border%20%3D%20%221px%20solid%20%23293242%22%3B'%20%2B'textbox_1.style.color%20%3D%20%22%232b3442%22%3B'%20%2B'textbox_1.innerText%20%3D%20document.getElementById(thisId).innerText%3B'%20%2B'textbox_1.style.textAlign%20%3D%20thisId%20%3D%3D%20%22basic-text%22%20%3F%20%22right%22%20%3A%20%22left%22%3B'%20%2B'function%20updateBox_s()%7B'%20%2B'document.getElementById(thisId).innerText%20%3D%20textbox_1.value%3B'%20%2B'%7D'%20%2B'function%20close_s()%7B'%20%2B'if(document.getElementById(%22textbox_code%22).value%20%3D%3D%20false)%7B%20document.getElementById(thisId).innerText%20%3D%20%22%22%3B%7D'%20%2B'document.body.removeChild(document.getElementById(%22pop_container%22))%3B'%20%2B'if(document.getElementById(%22printPage%22)%20!%3D%20null)%20document.getElementById(%22printPage%22).outerHTML%20%3D%20%22%22%3B'%20%2B'window.print()%3B'%20%2B'%7D'%20%2B'function%20close_pop()%7B'%20%2B'if(document.getElementById(%22textbox_code%22).value%20%3D%3D%20false)%7B%20document.getElementById(thisId).innerText%20%3D%20%22%22%3B%7D'%20%2B'document.body.removeChild(document.getElementById(%22pop_container%22))%3B'%20%2B'%7D'%20%2B'document.getElementById(%22textbox_code%22).addEventListener(%22keyup%22%2C%20updateBox_s)%3B'%20%2B'document.getElementById(%22btn_close_%22%2BthisId).addEventListener(%22click%22%2C%20close_s)%3B'%20%2B'document.getElementById(%22textbox_code%22).addEventListener(%22blur%22%2C%20close_pop)%3B'%20%2B'%7D'%2B'function%20popper()%7B'%20%2B'if(document.getElementById(%22pop_container%22)%20%3D%3D%20null%20%26%26%20document.getElementById(%22btn_close_%22%2Bthis.getAttribute(%22id%22))%20%3D%3D%20null)%7B'%2B'creDiv(this.getAttribute(%22id%22).replace(new%20RegExp(%22cont%22)%2C%20%22text%22))'%20%2B'%7D'%20%2B'if(document.getElementById(%22pop_container%22)%20!%3D%20null%20%26%26%20document.getElementById(%22btn_close_%22%2Bthis.getAttribute(%22id%22))%20%3D%3D%20null)%7B'%2B'document.body.removeChild(document.getElementById(%22pop_container%22))%3B'%20%2B'creDiv(this.getAttribute(%22id%22).replace(new%20RegExp(%22cont%22)%2C%20%22text%22))'%20%2B'%7D'%2B'if(document.getElementById(%22pop_container%22)%20%3D%3D%20null%20)%7Bdocument.body.removeChild(document.getElementById(%22pop_container%22))%3B%7D'%20%2B'%7D'%20%2B'function%20printPage()%7B'%2B'document.getElementById(%22printPage%22).outerHTML%20%3D%20%22%22%3B'%20%2B'document.getElementById(%22sendToAvature%22).outerHTML%20%3D%20%22%22%3B'%20%2B'if(document.getElementById(%22addNotes%22))%20%20document.getElementById(%22addNotes%22).outerHTML%20%3D%20%22%22%3B'%20%2B'window.print()%3B'%20%2B'%7D'%2B'function%20hoverO()%7B'%20%2B'this.style.background%20%3D%20%22%232d2d2d%22%3B'%20%2B'this.style.transform%20%3D%20%22scale(1%2C%201)%20%22%3B'%20%2B'this.style.transition%20%3D%20%22all%20173ms%22%3B'%20%2B'%7D'%20%2B'function%20hoverI()%7B'%20%2B'this.style.background%20%3D%20%22%23424242%22%3B'%20%2B'this.style.transform%20%3D%20%22scale(1.1%2C%201.1)%20translate(4px%2C%200px)%22%3B'%20%2B'this.style.transition%20%3D%20%22all%20173ms%22%3B'%20%2B'%7D'%20%2B'document.getElementById(%22printPage%22).addEventListener(%22click%22%2C%20printPage)%3B'%20%2B'document.getElementById(%22sendToAvature%22).addEventListener(%22click%22%2C%20addToAvature)%3B'%20%2B'document.getElementById(%22notes-text%22).addEventListener(%22click%22%2C%20popper)%3B'%20%2B'document.getElementById(%22summary-cont%22).addEventListener(%22click%22%2C%20popper)%3B'%20%2B'document.getElementById(%22basic-cont%22).addEventListener(%22click%22%2C%20popper)%3B'%20%2B'document.getElementById(%22printPage%22).addEventListener(%22mouseover%22%2C%20hoverI)%3B'%20%2B'document.getElementById(%22printPage%22).addEventListener(%22mouseout%22%2C%20hoverO)%3B'%20%2B'document.getElementById(%22sendToAvature%22).addEventListener(%22mouseover%22%2C%20hoverI)%3B'%20%2B'document.getElementById(%22sendToAvature%22).addEventListener(%22mouseout%22%2C%20hoverO)%3B'%20%2B'%3C%2Fscript%3E%3C%2Fbody%3E%3C%2Fhead%3E%3C%2Fhtml%3E'%3Breturn%20temp%3B%7Dfunction%20buildPara(str%2C%20cname)%20%7Bvar%20front%20%3D%20'%3Cbr%3E%3Cdiv%20id%3D%22'%20%2B%20cname%20%2B%20'-cont%22%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3E'%20%2B%20fixCase(cname)%20%2B%20'%3C%2Fdiv%3E%3Cdiv%20id%3D%22'%20%2B%20cname%20%2B%20'-text%22%3E%20%20'%3Breturn%20str%20%3F%20front%20%2B%20str.replace(%2F%5Cn%2Fg%2C%20'%3Cbr%3E')%20%2B%20'%3C%2Fdiv%3E%3C%2Fdiv%3E'%20%3A%20front%20%2B%20'%3C%2Fp%3E%3C%2Fdiv%3E'%3B%7Dfunction%20buildEmpl(arr)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20start%20%3D%20'%3Cbr%3E%3Cdiv%20id%3D%22employment-cont%22%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3EEmployment%3Cbr%3E%3C%2Fdiv%3E'%3Bvar%20link%20%3D%20'%3Ca%20href%3D%22https%3A%2F%2Fwww.linkedin.com%2Fcompany%2F'%3Bvar%20cont%20%3D%20''%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20arr.length%3B%20i%2B%2B)%20%7Bvar%20pos%20%3D%20arr%5Bi%5D.position%3Bvar%20logo%20%3D%20pos.companyVectorLogo%3Bvar%20img%20%3D%20logo%20%3F%20'%3Cimg%20class%3D%22company-logo%22%20style%3D%22float%3A%20right%3B%20overflow%3A%20auto%3B%22%20src%3D%22'%20%2B%20logo.rootUrl%20%2B%20logo.artifacts%5B1%5D.fileIdentifyingUrlPathSegment%20%2B%20'%22%20width%3D%2230%22%20height%3D%2230%22%3E'%20%3A%20''%3Bvar%20company%20%3D%20pos.companyUrl%20%3F%20link%20%2B%20pos.companyUrl%20%2B%20'%22%3E'%20%2B%20pos.companyName%20%2B%20'%3C%2Fa%3E'%20%3A%20'%3Cu%3E'%20%2B%20pos.companyName%20%2B%20'%3C%2Fu%3E'%3Bvar%20endDate%20%3D%20pos.i18nEndDate%20%3F%20fixDate(pos.i18nEndDate)%20%3A%20'Present'%3Bvar%20startDate%20%3D%20pos.i18nStartDate%20%3F%20fixDate(pos.i18nStartDate)%20%2B%20'%20-%20'%20%3A%20''%3Bvar%20summary%20%3D%20pos.positionSummary%20%3F%20pos.positionSummary.trim().replace(%2F%5Cn%2Fg%2C%20'%3Cbr%3E')%20%3A%20''%3Bvar%20geo%20%3D%20pos.location%20%3F%20pos.location%20%3A%20null%3Bvar%20dateCity%20%3D%20geo%20%3F%20geo%20%2B%20'%3Ci%20style%3D%22float%3A%20right%22%3E'%20%2B%20startDate%20%2B%20endDate%20%2B%20'%3C%2Fi%3E'%20%3A%20'%3Ci%20style%3D%22float%3A%20right%22%3E'%20%2B%20startDate%20%2B%20endDate%20%2B%20'%3C%2Fi%3E'%3Bvar%20title%20%3D%20pos.title%20%3F%20pos.title%20%3A%20''%3Bvar%20job%20%3D%20'%3Cdiv%3E'%20%2B%20company%20%2Bimg%20%2B%20'%3C%2Fdiv%3E'%20%2B'%3Cdiv%3E'%20%2B%20title%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cspan%20style%3D%22color%3A%20%23495972%3B%22%3E'%20%2B%20dateCity%20%2B'%3C%2Fspan%3E'%20%2B'%3Cdiv%20style%3D%22border-bottom-style%3A%20solid%3B%20border-bottom-width%3A%201px%3B%20border-bottom-color%3A%20%23e8eef7%3B%22%3E'%20%2B%20summary%20%2B'%3C%2Fdiv%3E%3Cbr%3E'%3Bcont%20%3D%20cont%20%2B%20job%3B%7Dvar%20end%20%3D%20'%3C%2Fdiv%3E'%3Breturn%20start%20%2B%20cont%20%2B%20end%3B%7Dfunction%20buildEdu(arr)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20start%20%3D%20'%3Cbr%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3EEducation%3C%2Fdiv%3E%3Cbr%3E%3Cdiv%3E'%3Bvar%20cont%20%3D%20''%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20arr.length%3B%20i%2B%2B)%20%7Bvar%20institute%20%3D%20arr%5Bi%5D.educationId%20%3F%20'%3Ca%20href%3D%22https%3A%2F%2Fwww.linkedin.com%2Fschool%2F'%20%2B%20arr%5Bi%5D.educationId%20%2B%20'%22%3E'%20%2B%20arr%5Bi%5D.schoolName%20%2B%20'%3C%2Fa%3E'%20%3A%20arr%5Bi%5D.schoolName%3Bvar%20endDate%20%3D%20arr%5Bi%5D.i18nEndDate%20%3F%20fixDate(arr%5Bi%5D.i18nEndDate)%20%3A%20''%3Bvar%20startDate%20%3D%20arr%5Bi%5D.i18nStartDate%20%3F%20fixDate(arr%5Bi%5D.i18nStartDate)%20%2B%20'%20-%20'%20%3A%20''%3Bvar%20fieldOfStudy%20%3D%20arr%5Bi%5D.fieldOfStudy%20%3F%20arr%5Bi%5D.fieldOfStudy%20%3A%20''%3Bvar%20degree%20%3D%20arr%5Bi%5D.degree%20%3F%20'%3Cspan%3E'%20%2B%20arr%5Bi%5D.degree%20%2B%20'%3C%2Fspan%3E%20'%20%2B%20fieldOfStudy%20%3A%20fieldOfStudy%3Bvar%20item%20%3D%20'%3Cdiv%3E'%20%2B%20institute%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cdiv%20style%3D%22color%3A%20%23495972%3B%22%3E'%20%2B%20degree%20%2B'%3Ci%20style%3D%22float%3A%20right%22%3E'%20%2B%20startDate%20%2B%20endDate%20%2B%20'%3C%2Fi%3E'%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cdiv%20style%3D%22border-bottom-style%3A%20solid%3B%20border-bottom-width%3A%201px%3B%20border-bottom-color%3A%20%23e8eef7%3B%22%3E%3C%2Fdiv%3E'%20%2B'%3Cbr%3E'%3Bcont%20%3D%20cont%20%2B%20item%3B%7Dvar%20end%20%3D%20'%3C%2Fdiv%3E'%3Breturn%20start%20%2B%20cont%20%2B%20end%3B%7Dfunction%20gridmaker(arr%2C%20len%2C%20cname)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20tempArr%20%3D%20''%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20arr.length%3B%20i%20%3D%20i%20%2B%20len)%20%7Bvar%20tArr%20%3D%20''%3Bfor%20(d%20%3D%20i%3B%20d%20%3C%20(i%20%2B%20len)%3B%20d%2B%2B)%20%7Bif%20(arr%5Bd%5D%20!%3D%20undefined)%20%7BtArr%20%3D%20tArr%20%2B%20'%3Cdiv%3E'%20%2B%20fixCase(normalize(arr%5Bd%5D))%20%2B%20'%3C%2Fdiv%3E'%3B%7D%7DtempArr%20%3D%20tempArr%20%2B%20tArr%3B%7Dreturn%20'%3Cbr%3E%3Cdiv%20id%3D%22'%2Bcname%2B'-cont%22%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3E'%20%2B%20fixCase(cname)%20%2B%20'%3Cbr%3E%3C%2Fdiv%3E%3Cdiv%20id%3D%22'%2Bcname%2B'-info%22%20style%3D%22display%3A%20grid%3B%20%20grid-template-columns%3A%20auto%20auto%20auto%3B%20align-content%3A%20space-evenly%3B%22%3E'%20%2B%20tempArr%20%2B%20'%3C%2Fdiv%3E%3C%2Fdiv%3E%3Cbr%3E'%3B%7Dfunction%20buildList(arr%2C%20cname)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20list%20%3D%20''%3Barr%20%3F%20arr.forEach(itm%20%3D%3E%20list%20%3D%20list%20%2B%20'%3Cp%3E'%20%2B%20itm%20%2B%20'%3C%2Fp%3E')%20%3A%20''%3Bvar%20out%20%3D%20'%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3E'%20%2B%20fixCase(cname)%20%2B%20'%3C%2Fdiv%3E%3Cdiv%3E'%20%2B'%3Cdiv%3E'%20%2Blist%20%2B'%3C%2Fdiv%3E'%20%2B'%3C%2Fdiv%3E%3Cbr%3E'%3Barr%20%3F%20out%20%3D%20out%20%3A%20out%20%3D%20''%3Breturn%20out%3B%7Dfunction%20buildVol(arr)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20start%20%3D%20'%3Cbr%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3EVolunteer%20Experience%3Cbr%3E%3C%2Fdiv%3E%3Cdiv%3E'%3Bvar%20cont%20%3D%20''%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20arr.length%3B%20i%2B%2B)%20%7Bvar%20org%20%3D%20arr%5Bi%5D.companyName%20%3F%20'%3Cdiv%3E%3Cu%3E'%20%2B%20arr%5Bi%5D.companyName%20%2B%20'%3C%2Fu%3E%3C%2Fdiv%3E'%20%3A%20''%3Bvar%20role%20%3D%20arr%5Bi%5D.role%20%3F%20arr%5Bi%5D.role%20%3A%20''%3Bvar%20time%20%3D%20arr%5Bi%5D.current%20%3F%20'%3Ci%20style%3D%22float%3A%20right%3B%22%3EPresent%3C%2Fi%3E'%20%3A%20''%3Bcont%20%3D%20cont%20%2B%20org%20%2B%20'%3Cdiv%3E'%20%2B%20role%20%2B%20time%20%2B%20'%3C%2Fdiv%3E'%20%2B%20'%3Cdiv%20style%3D%22border-bottom-style%3A%20solid%3B%20border-bottom-width%3A%201px%3B%20border-bottom-color%3A%20%23e8eef7%3B%22%3E%3C%2Fdiv%3E%3Cbr%3E'%3B%7Dvar%20end%20%3D%20'%3C%2Fdiv%3E'%3Breturn%20start%20%2B%20cont%20%2B%20end%3B%7Dfunction%20recBuilder(arr)%20%7Bif%20(arr%20%3D%3D%20null)%20return%20''%3Bvar%20start%20%3D%20'%3Cbr%3E%3Cdiv%20style%3D%22text-align%3A%20center%3B%20font-size%3A%201.15em%22%3ERecommendations%3Cbr%3E%3C%2Fdiv%3E%3Cdiv%3E'%3Bvar%20list%20%3D%20''%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20arr.length%3B%20i%2B%2B)%20%7Bvar%20ref%20%3D%20arr%5Bi%5D.reference%3Bvar%20desc%20%3D%20ref.description%3Bvar%20rec%20%3D%20ref.recommender%3Bvar%20recName%20%3D%20fixCase(rec.firstName)%20%2B%20'%20'%20%2B%20fixCase(cleanName(rec.lastName))%3Bvar%20recLink%20%3D%20'https%3A%2F%2Fwww.linkedin.com%2Fin%2F'%20%2B%20rec.niid%3Bvar%20recTitle%20%3D%20ref.recommenderTitle%20%3F%20ref.recommenderTitle%20%3A%20''%3Bvar%20recRel%20%3D%20fixCase(ref.relationship.replace(%2F_%2Fg%2C%20'%20'))%3Bvar%20cont%20%3D%20'%3Cdiv%3E%3Cdiv%3E%3Ca%20href%3D%22'%20%2BrecLink%20%2B%20'%22%3E'%20%2B%20recName%20%2B%20'%3C%2Fa%3E'%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cdiv%3E'%20%2BrecTitle%20%2B'%3C%2Fdiv%3E'%20%2B'%3Cdiv%20style%3D%22font-size%3A%20.9em%22%3E%3Ci%3E'%20%2BrecRel%20%2B'%3C%2Fi%3E%3C%2Fdiv%3E'%20%2B'%3Cdiv%20style%3D%22border-bottom-style%3A%20solid%3B%20border-bottom-width%3A%201px%3B%20border-bottom-color%3A%20%23e8eef7%3B%22%3E'%20%2Bdesc%20%2B'%3C%2Fdiv%3E%3Cbr%3E'%20%2B'%3C%2Fdiv%3E'%3Blist%20%3D%20list%20%2B%20cont%3B%7Dvar%20end%20%3D%20'%3C%2Fdiv%3E'%3Breturn%20start%20%2B%20list%20%2B%20end%3B%7Dfunction%20printDiv(tempDiv%2C%20title)%20%7Bvar%20mywin%20%3D%20window.open(''%2C%20'PRINT'%2C%20'height%3D800%2C%20width%3D1200%2Ctop%3D10%2Cleft%3D5')%3Bmywin.document.write(tempDiv)%3Bmywin.document.close()%3Bmywin.focus()%3Breturn%20true%3B%7D%7D)()