/* loaded _inline_ into tertiary files. */
var highestLearnMoreImage = 11; // revise when we change the images available.
moreImage = document.createElement('img');
moreImage.width = '166'; // make sure it fits in the sidebar.
moreImage.src = '/images/tertiary/more/' + Math.floor(Math.random()*highestLearnMoreImage) + '.jpg';
moreImage.alt = "Pictures of the people and places of UW-Manitowoc";
document.getElementById("img-wrapper").appendChild(moreImage);