diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index eff8434b078ae763fd4ec38e30e17d30967a158e..0221e638ce589b6f4ac03ef420d070ab4f00869d 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -49,6 +49,9 @@ <div class="member_icon"> <img onclick="displayWarrenBuffett();return false;" src="mod/customindex/witw_icons/Warren_Buffett_tiny.jpg" alt="Profile Icon" /> </div> + <div class="member_icon"> + <img onclick="displayMicrogravityStudents();return false;" src="mod/customindex/witw_icons/Microgravity_Students_tiny.jpg" alt="Profile Icon" /> + </div> <!-- row 2 --> <!-- <div class="member_icon"> <img onclick="displayAnnChangBarnes();return false;" src="mod/customindex/witw_icons/Ann_Chang-Barnes_tiny.jpg" alt="Profile Icon" /> diff --git a/customindex/views/default/customindex/globesplash.js b/customindex/views/default/customindex/globesplash.js index 6bb0bce79a957149654f7d60bcf9d4640c480e9f..7c3202c51549b1b39d008d411ce8f0394e14bf59 100644 --- a/customindex/views/default/customindex/globesplash.js +++ b/customindex/views/default/customindex/globesplash.js @@ -76,33 +76,34 @@ function letsdothisloop(delay) { else if(c==1) displayAtorodAzizinamini(); else if(c==2) displayClaudeMBoltonJr(); else if(c==3) displayWarrenBuffett(); - else if(c==4) displayBingChen(); - else if(c==5) displayGranvilleCoggs(); - else if(c==6) displayDrLTreyColeman(); - else if(c==7) displayPamDingman(); - else if(c==8) displayChristopherElbow(); - else if(c==9) displayShaneFarritor(); - else if(c==10) displaySheriFritz(); - else if(c==11) displayRulonGardner(); - else if(c==12) displayDavidHarwood(); - else if(c==13) displayJohnHoerner(); - else if(c==14) displayMichaelHoff(); - else if(c==15) displayJohnJanovyJr(); - else if(c==16) displayJayKeasling(); - else if(c==17) displayScottKillinger(); - else if(c==18) displayNithalKuwa(); - else if(c==19) displayCindyMcCaffrey(); - else if(c==20) displayBetsyOBrien(); - else if(c==21) displayJuanitaPage(); - else if(c==22) displayLarkinPowell(); - else if(c==23) displayJeffreyRaikes(); - else if(c==24) displayBrettRatcliffe(); - else if(c==25) displayJorgeAlbertoRodriguez(); - else if(c==26) displayTedSorensen(); - else if(c==27) displayBobThacker(); - else if(c==28) displayKenVogel(); - else if(c==29) displayCharlesWood(); - else if(c==30) displayJohnYohe(); + else if(c==4) displayMicrogravityStudents(); + else if(c==5) displayBingChen(); + else if(c==6) displayGranvilleCoggs(); + else if(c==7) displayDrLTreyColeman(); + else if(c==8) displayPamDingman(); + else if(c==9) displayChristopherElbow(); + else if(c==10) displayShaneFarritor(); + else if(c==11) displaySheriFritz(); + else if(c==12) displayRulonGardner(); + else if(c==13) displayDavidHarwood(); + else if(c==14) displayJohnHoerner(); + else if(c==15) displayMichaelHoff(); + else if(c==16) displayJohnJanovyJr(); + else if(c==17) displayJayKeasling(); + else if(c==18) displayScottKillinger(); + else if(c==19) displayNithalKuwa(); + else if(c==20) displayCindyMcCaffrey(); + else if(c==21) displayBetsyOBrien(); + else if(c==22) displayJuanitaPage(); + else if(c==23) displayLarkinPowell(); + else if(c==24) displayJeffreyRaikes(); + else if(c==25) displayBrettRatcliffe(); + else if(c==26) displayJorgeAlbertoRodriguez(); + else if(c==27) displayTedSorensen(); + else if(c==28) displayBobThacker(); + else if(c==29) displayKenVogel(); + else if(c==30) displayCharlesWood(); + else if(c==31) displayJohnYohe(); else { if(pinsonly) { c=0; diff --git a/customindex/witw_icons/Microgravity_Students.jpg b/customindex/witw_icons/Microgravity_Students.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ed9dd774c763a678c57f8df634956e81d7f0c5e Binary files /dev/null and b/customindex/witw_icons/Microgravity_Students.jpg differ diff --git a/customindex/witw_icons/Microgravity_Students_medium.jpg b/customindex/witw_icons/Microgravity_Students_medium.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30c24acb4b97adb14d312307e09d8958f59ecab9 Binary files /dev/null and b/customindex/witw_icons/Microgravity_Students_medium.jpg differ diff --git a/customindex/witw_icons/Microgravity_Students_tiny.jpg b/customindex/witw_icons/Microgravity_Students_tiny.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dd95109f562cd6b1dac5e06cc7351f2e95c4a92 Binary files /dev/null and b/customindex/witw_icons/Microgravity_Students_tiny.jpg differ diff --git a/customindex/witw_people.js b/customindex/witw_people.js index 3221929b24937aaa7f377f6fd9fa7cdf410cd841..420e14f93347df4ac2f8faf64a1071d64cfc7133 100644 --- a/customindex/witw_people.js +++ b/customindex/witw_people.js @@ -242,4 +242,10 @@ function displayTrischaZornHudson() { '', 'Trischa Zorn-Hudson, \'87, was an athlete at Nebraska. She may be the Huskers\' biggest fan, too.', 'Trischa_Zorn-Hudson'); +}; +function displayMicrogravityStudents() { + return openLocation('37.0625', '-95.6771','demouser','USA - Houston, TX,'Microgravity Students', + '', + 'In spring of 2009, two teams from the College of Engineering conducted experiments with NASA\'s Microgravity University.', + 'Microgravity_Students'); }; \ No newline at end of file