if (document.images) {
imageMission = new Image;
imageAcademy = new Image;
imageFellowships = new Image;
imageNeuro = new Image;
imageEvents = new Image;
imagePress = new Image;
imagePublications = new Image;
imageRentals = new Image;
imageSupport = new Image;
imageContact = new Image;
imageSearch = new Image;
imageMission.src = 'Images/home/mission.jpg';
imageAcademy.src = 'Images/home/academy.jpg';
imageFellowships.src = 'Images/home/fellowships.jpg';
imageNeuro.src = 'Images/home/neuro.jpg';
imageEvents.src = 'Images/home/events.jpg';
imagePress.src = 'Images/home/press.jpg';
imagePublications.src = 'Images/home/publications.jpg';
imageRentals.src = 'Images/home/rentals.jpg';
imageSupport.src = 'Images/home/support.jpg';
imageContact.src = 'Images/home/contact.jpg';
imageSearch.src = 'Images/home/search.jpg';

} else {
imageMission = '';
imageAcademy = '';
imageFellowships = '';
imageNeuro = '';
imageEvents = '';
imagePress = '';
imagePublications = '';
imageRentals = '';
imageSupport = '';
imageContact = '';
imageSearch = '';
document.changingIMG = '';
}



