function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[ selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
var splashImages = new Array() 
var splashLinks = new Array()

//enter images here
splashImages[0] = 'http://uicdemo.sharpschool.com/UserFiles/Servers/Server_442934/file/UIC/_ui/images/rockford_banner_bg1.jpg'
splashImages[1] = 'http://uicdemo.sharpschool.com/UserFiles/Servers/Server_442934/file/UIC/_ui/images/rockford_banner_bg2.jpg'
splashImages[2] = 'http://uicdemo.sharpschool.com/UserFiles/Servers/Server_442934/file/UIC/_ui/images/rockford_banner_bg3.jpg'

//enter links here
splashLinks[0] = '#1'
splashLinks[1] = '#2'
splashLinks[2] = '#3'


j = 0
p = splashImages.length;
var preBufferRight = new Array()
for (i = 0; i < p; i++){
   preBufferRight[i] = new Image()
   preBufferRight[i].src = splashImages[i]
}
var whichsplashImage = Math.round(Math.random()*(p-1));
function showSplash(){
document.write('<a href="'+splashLinks[whichsplashImage]+'"><img src="'+splashImages[whichsplashImage]+'" height="332" width="703" alt=""></a>');
}
