// JavaScript Document
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->



<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages[0] = '<img src=\"MasterPages/images/spotlight/albanesi.jpg \"  alt=\"Heather Albanesi\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\"<a href=\"http://proquest.umi.com/pqdweb?did=1793493891&sid=1&Fmt=3&clientId=10379&RQT=309&VName=PQD\">Eschewing Sexual Agency: A gender Subjectivity Approach</a>.\"<br /><span class=\"smaller\"><i>Race, Gender and Class</i>, 16(1/2): 102 - 132. (2009)</span></p><br><p><b>Prof. Heather Albanesi</b>, Sociology</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
theImages[1] = '<img src=\"MasterPages/images/spotlight/jowens.jpg\"  alt=\"picture of Janel Owens\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4 class=\"hidden\">Faculty Publications</h4><p>\"<a href=\"http://du5zf7mh8h.search.serialssolutions.com/log?L=DU5ZF7MH8H&D=ACS&J=JOURNOFAGRAN&U=http%3A%2F%2Fpubs.acs.org%2Faction%2FquickLink%3FquickLinkJournal%3Djafcau%26quickLinkVolume%3D57%26quickLinkPage%3D4058\" >Quantitative analysis of tetramethylenedisulfotetramine (tetramine) spiked into beverages by liquid chromatography-tandem mass spectrometry with validation by gas chromatography-mass spectrometry.</a>\"<br /><span class=\"smaller\"><i>Journal of Agricultural and Food Chemistry</i>, 57(10): 4058-4067. (2009)</span></p><p><b>Prof. Janel Owens</b>, Chemistry</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
theImages[2] = '<img src=\"MasterPages/images/spotlight/pkeilbach.jpg\"  alt=\"picture of Patricia Keilbach\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\"<a href=\"http://library.uccs.edu/search/c?SEARCH=HC110.E5+T73+2009++\" >Transatlantic Food Fights in an Era of Globalization: When Menus, Rules and Choices Collide.</a>\" in <span class=\"smaller\"><i>Transatlantic Environment and Energy Politics</i>. Miranda Schreurs, Henrik Selin and Stacy Vandeveer eds., Ashgate Press: Burlington, VT. (2009)</span></p><p><b>Prof. Patricia Keilbach</b>, Political Science</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
theImages[3] = '<img src=\"MasterPages/images/spotlight/zmello.jpg\"  alt=\"picture of Zena Mello\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\"<a href=\"http://du5zf7mh8h.search.serialssolutions.com/log?L=DU5ZF7MH8H&D=FDB&J=JOUROFAPPDE&U=http%3A%2F%2Fwww.sciencedirect.com%2Fscience%3F_ob%3DGatewayURL%26_origin%3DSERIALSSOL%26_method%3DcitationSearch%26_volkey%3D01933973%252330%2523494%25234%26_version%3D1%26md5%3D8b8231adef4dc59798ae5076bc7deba8\">Racial/ethnic Group and Socioeconomic Status Variation in Educational and Occupational Expectations from Adolescence to Adulthood</a>.\"<br /><span class=\"smaller\"><i>Journal of Applied Developmental Psychology</i>, 30(4): 494 - 504. (2009)</span></p><p><b>Prof. Zena Mello</b>, Psychology</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
theImages[4] = '<img src=\"MasterPages/images/spotlight/stragesser.jpg \"  alt=\"picture of Steve Tragesser\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\"<a href=\"http://pdf.aiaa.org/jaPreview/JGCD/2009/PVJA40939.pdf\">Static Formations Using Momentum Exchange Between Satellites</a>.\"<br /><span class=\"smaller\"><i>Journal of Guidance Control and Dynamics</i>, 32(4): 1277 - 1286. (2009)</span></p><b>Prof. Steve Tragesser</b>, Mechanical and Aerospace Engineering</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
// do not edit anything below this line 

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(''+theImages[whichImage]+'');
}



//  End -->
<!-- Begin
showImage();
//  End -->