anchors = $( this ).find("a");
anchors.on("click", function(e){
e. preventDefault();
link = $( this ).attr("href").split("https://universityinnovation.org/wiki/");
if( link.length > 1){
e. preventDefault();
newPage = link.pop();
loadWikiPage( newPage );