
	var randNum = Math.floor(Math.random()*19)+1;
	document.getElementById("mast-l").src = "http://grfx.cstv.com/schools/pitt/graphics/pitt-07-masthd-random" + randNum + ".jpg";

