Jegjohnston (Talk | contribs) |
Jegjohnston (Talk | contribs) |
||
Line 668: | Line 668: | ||
$('.yeastiesMichael').click(function () { | $('.yeastiesMichael').click(function () { | ||
− | $('#mentorsInfo').html("DR. MICHAEL KALLOS | + | $('#mentorsInfo').html("DR. MICHAEL KALLOS"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 684: | Line 684: | ||
$('.yeastiesNygren').click(function () { | $('.yeastiesNygren').click(function () { | ||
− | $('#mentorsInfo').html("DR. ANDERS NYGREN | + | $('#mentorsInfo').html("DR. ANDERS NYGREN"); |
− | + | ||
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 701: | Line 700: | ||
}); | }); | ||
$('.yeastiesVogel').click(function () { | $('.yeastiesVogel').click(function () { | ||
− | $('#mentorsInfo').html("DR. ELKE MONIKA LOHMEIER VOGEL | + | $('#mentorsInfo').html("DR. ELKE MONIKA LOHMEIER VOGEL"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 717: | Line 716: | ||
}); | }); | ||
$('.yeastiesGoodarzi').click(function () { | $('.yeastiesGoodarzi').click(function () { | ||
− | $('#mentorsInfo').html("DR. AARON GOODARZI | + | $('#mentorsInfo').html("DR. AARON GOODARZI"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 733: | Line 732: | ||
}); | }); | ||
$('.yeastiesWong').click(function () { | $('.yeastiesWong').click(function () { | ||
− | $('#mentorsInfo').html("DR. SUI-LAM WONG | + | $('#mentorsInfo').html("DR. SUI-LAM WONG"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 749: | Line 748: | ||
}); | }); | ||
$('.yeastiesDirkson').click(function () { | $('.yeastiesDirkson').click(function () { | ||
− | $('#mentorsInfo').html("DR. DARREN DERKSEN | + | $('#mentorsInfo').html("DR. DARREN DERKSEN"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); | ||
Line 765: | Line 764: | ||
}); | }); | ||
$('.yeastiesJenne').click(function () { | $('.yeastiesJenne').click(function () { | ||
− | $('#mentorsInfo').html("DR. CRAIG JENNE | + | $('#mentorsInfo').html("DR. CRAIG JENNE"); |
$('#mentorsInfo').addClass('content1'); | $('#mentorsInfo').addClass('content1'); | ||
$('#mentorsInfo').removeClass('content2'); | $('#mentorsInfo').removeClass('content2'); |
Revision as of 01:48, 18 October 2016