function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function MM_jumpMenuGo(selName,targ,restore){ //v3.0  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);}var theImages = new Array() theImages[0] = 'images/mastheads/header_1.jpg'theImages[1] = 'images/mastheads/header_2.jpg'theImages[2] = 'images/mastheads/header_3.jpg'theImages[3] = 'images/mastheads/header_4.jpg'var j = 0var p = theImages.length;var preBuffer = new Array()for (i = 0; i < p; i++){   preBuffer[i] = new Image()   preBuffer[i].src = theImages[i]}var whichImage = Math.round(Math.random()*(p-1));function showImage(){document.write('<img src="'+theImages[whichImage]+'">');}