// JavaScript Document
var hhmi = new Array;

hhmi[hhmi.length++] = "images/lambrecht_susan.jpg] We are pleased to announce that Dr. Susan Lambrecht from the College of Science has been chosen to receive ] ../pdf/ECIA%202009.pdf] 2009 ECI Awardee] Image of Susan Lambrecht";

hhmi[hhmi.length++] = "images/moon_danelle.jpg] We are pleased to announce that Danelle Moon from the University Library has been chosen to receive ] ../pdf/ECIA%202009.pdf] 2009 ECI Awardee] Image of Danelle Moon";

hhmi[hhmi.length++] = "images/hhmi.gif] Silicon Valley surrounds the campus but for students at San Jose State University the educational road to a ] ../pdf/hhmi-award.pdf] HHMI $1.3M Grant] Image of HHMI Logo";  

hhmi[hhmi.length++] = "images/cirm_logo.jpg] The California Institute for Regenerative Medicine approved nearly $16M for eleven CSU campuses to study stem cell technology ] ../html/misc/stemcellresearch/index.htm] Stem Cell Research] Image of CIRM Logo";

hhmi[hhmi.length++] = "images/department_labor.png] The SJSU Research Foundation has received a $5 million federal stimulus grant, the largest of nine similar grants made in California ] ../html/misc/bio_training_grant/index.htm] Biotech Grant $5M] Image of Department of Labor";

hhmi[hhmi.length++] = "images/department_labor.png] The SJSU Research Foundation has received a $5 million federal stimulus grant, the largest of nine similar grants made in California ] ../html/misc/bio_training_grant/index.htm] Biotech Grant $5M] Image of Department of Labor";

hhmi[hhmi.length++] = "images/department_labor.png] The SJSU Research Foundation has received a $5 million federal stimulus grant, the largest of nine similar grants made in California ] ../html/misc/bio_training_grant/index.htm] Biotech Grant $5M] Image of Department of Labor";

function setRandom() {
	rNum = Math.floor(Math.random() * hhmi.length);
	prodData = hhmi[rNum].split("]");
	document.getElementById("imgtwo").src = prodData[0]; //setting the image
	document.getElementById("imgtwo").alt = prodData[4]; //the image's alternate text
	document.getElementById("descriptiontwo").innerHTML = prodData[1];
	document.getElementById("newevent").innerHTML = prodData[3];
	document.getElementById("linktwo").href = prodData[2];
}