<!--  //
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*11);
img = rnumb;

document.write("<img src='../assets/images/pictures/banner_whatstudy" + img + ".jpg' alt='College Image' width='340' height='124' />");

// -->
