var imageFolder = "http://www.byui.edu/css/v1/images/Students_small/";             
var imageList = new Array('student0.gif','student1.gif','student2.gif','student3.gif','student4.gif','student5.gif','student6.gif','student7.gif','student9.gif','student10.gif','student11.gif','student12.gif','student13.gif','student15.gif','student16.gif');
var whichImage = imageList[parseInt(Math.random()*(imageList.length))];   
document.writeln("<img src='"+imageFolder+whichImage+"' alt='splash image' />");
//document.writeln('<iframe style="width:190px; height:137px; position:fixed; top:92px; left:1280px" frameborder="no" scrolling="no" src="http://www.byui.edu/betabadge/beta"><\/iframe>");

document.write('<iframe style="width:165px; height:175px; position:fixed; top:-10px; margin-left:778px; z-index: 2000;" frameborder="no" scrolling="no" src="http://www.byui.edu/betabadge/beta.htm"></iframe>');

