Skip to content
Snippets Groups Projects
Commit 9300dc30 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

add microgravity students to globe

parent 7b09db51
Branches
No related tags found
No related merge requests found
......@@ -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" />
......
......@@ -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;
......
customindex/witw_icons/Microgravity_Students.jpg

27.2 KiB

customindex/witw_icons/Microgravity_Students_medium.jpg

9.44 KiB

customindex/witw_icons/Microgravity_Students_tiny.jpg

1.19 KiB

......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment