/* loaded _inline_ into tertiary files. */
var learnMoreImages = 10; // 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()*learnMoreImages) + '.jpg';
moreImage.alt = "Candid picture of barron county students and staff";
document.getElementById("img-wrapper").appendChild(moreImage);