hisp : modify image rotator
The Latin American Studies program has some javascript controlling an image "rotator" (i.e. display an image for x seconds, then display another). Previously the code randomly selected an image from the list. I changed the code so that the first image is randomly selected and then each image is shown in order, and when the code gets to the end of the list, it starts over at the beginning again. I included a feature that stops the rotating after all images have been displayed once, but the dept wanted that disabled so the images would 'rotate' indefinitely.
In doing that I also modified the css to fix the containing p element's height so that the page content didn't appear to jump up for a second while an image was downloaded from the server.