<!--  
//********************************************************************
//
//		Random Image Loader
//
//********************************************************************

	/* reloads the window if Nav4 resized. */
	function MM_reloadPage(init) {
	  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    	document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
	MM_reloadPage(true);
// -->

<!-- Hide this script from old browsers --
	var imagenumber = 4 ;
	var randomnumber = Math.random() ;
	var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
	images = new Array 
		images[1] = "images/001_small.jpg"
		images[2] = "images/002_small.jpg"
		images[3] = "images/003_small.jpg"
		images[4] = "images/004_small.jpg"
		images[5] = "image/5.jpg"
		images[6] = "image/6.jpg"
		images[7] = "image/15.jpg"
		images[8] = "image/11.jpg"
		images[9] = "image/8.jpg"
		var image = images[rand1]
		
		links = new Array
		links[1] = "http://hepg.sdu.edu.cn/images/001.jpg"
		links[2] = "http://hepg.sdu.edu.cn/images/002.jpg"
		links[3] = "http://hepg.sdu.edu.cn/images/003.jpg"
		links[4] = "http://hepg.sdu.edu.cn/images/004.jpg"
		links[5] = "http://tgclab.hepg.sdu.edu.cn/"
		links[6] = "http://tgclab.hepg.sdu.edu.cn/"
		links[7] = "/~atlas/Ding/index.htm"
		links[8] = "/image/gallery/chinese_nobel/mps_page_5FB844FA-ABA9-4B9A-9DF0EFF919D042AA.html"
		links[9] = "http://tgclab.hepg.sdu.edu.cn/"
		var link = links[rand1]
// -- End Hiding Here -->

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
