
<!-- Original:  Tim Wallace
<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->

today=new Date();
jran=today.getTime();
// Total number below must match total number of features.
var total = 5;
var url = "";
var title = "";
var description = "";
ia = 9301;
ic = 49297;
im = 233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) * total );

//--------------------------------------------------------
if (random_number == 1) {
	src = "images/feature/laa_snow_sampling.jpg";
	title = "Snow Sampling in Barrow, Alaska";
	description = "Laura Alvarez-Aviles, a Ph.D. candidate in the Environmental Chemistry program working with Professor William Simpson samples snow at the edge for the shorefast ice north of Barrow, Alaska.  These samples were analyzed for halogens and mercury to understand the role of sea salts in atmospheric mercury deposition to the Arctic.  Laura presented this work at a special session co-organized by Dr. Simpson at the American Geophysical Union Annual Fall meeting.  The project is funded by the National Science Foundation.";
}
//--------------------------------------------------------

//--------------------------------------------------------
if (random_number == 2) {
	src = "images/feature/buildingfall07.jpg";
	title = "Reichardt Building, Fall 2007";
	description = "The University of Alaska Fairbanks Natural Science Facility has been renamed the Paul B. Reichardt Building, in recognition of Paul Reichardt's accomplishments as Professor of Chemistry, Dean of the College, and Provost during the years prior to his retirement 1972-2007. The renaming dedication ceremony was held on June 7, 2007.";
}
//--------------------------------------------------------

//--------------------------------------------------------
if (random_number == 3) {
	src = "images/feature/buildingtwo.jpg";
	title = "Reichardt Building, Spring 2007";
	description = "The University of Alaska Fairbanks's Paul B. Reichardt Building, which houses the Departments of Chemistry & Biochemistry, Physics, and Geology & Geophysics.";
}
//--------------------------------------------------------

//--------------------------------------------------------
if (random_number == 4) {
	src = "images/feature/chem100_aj_lnf.jpg";
	title = "Chemistry and Biochemistry Department";
	description = "Ashley Jones and Linda Nichola-Figueroa lab teaching assistants for CHEM 100 and CHEM 103 courses Fall 2007.";
}
//--------------------------------------------------------

//--------------------------------------------------------
if (random_number == 5) {
	src = "images/feature/girlscout_3.jpg";
	title = "Girl Scouts Junior Event Day Experience Science - Expect a Challenge";
	description = "Saturday April 5, 2008 local girl scouts were welcomed into the Chemistry and Biochemistry labs to perform hands on lab experiments.  Dr. Marina Castillo and Sally Gustafson assisted these eager learners in the day's events.  Girl Scouts Junior Event Day Experience Science - Expect a Challenge was sponsored by the Association for Women in Science.";
}
//--------------------------------------------------------

// End -->
