// 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/mkrakowiak.jpg\"  alt=\"Maja Krakowiak\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\<a href=\"http://library.uccs.edu/search/c?SEARCH=P94+.E77+2010++\">"Fictionalized Torture: Jack Bauer\'s War on Terrorism</a>\" in <i>Ethics and Entertainment: Essays on Media Culture and Media Morality</i><br /><span class=\"smaller\">Jefferson, NC: McFarland &amp; Co., 2010.</span></p><br/><p><b>Prof. Maja Krakowiak</b>, Communication</p><p class=\"morelib\"><a href=\"spotlight.html\">more Library Spotlights</a></p></div>'
theImages[1] = '<img src=\"MasterPages/images/spotlight/soldiers_france.jpg\"  alt=\"Soldiers of France\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4><a href=\"http://www.flickr.com/photos/27640054@N08/sets/72157624437840294/\">Napoleon: 200 Years Ago</a></h4><p>The Napoleonic Wars, which embroiled much of Europe, began in 1803 with war declared between England and France and ended in 1815 with Napoleon Bonaparte\'s defeat at Waterloo. This display features books, maps and images about the wars, Napoleon and that time in history. <a href=\"spotlight.html#napoleon\">More about the display...</a></p></div>'
theImages[2] = '<img src=\"MasterPages/images/spotlight/greenwood.jpg\"  alt=\"Daphne Greenwood\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\<a href=\"http://library.uccs.edu/search/c?SEARCH=%09HD75+.G73+2010\">Local Economic Development in the 21st Century: Quality of Life and Sustainability</a>.<br /><span class=\"smaller\">Armonk, NY: M.E. Sharpe, 2010.</span></p><br/><p><b>Prof. Daphne Greenwood</b>, Economics</p></div>'
theImages[3] = '<img src=\"MasterPages/images/spotlight/registration_archives.jpg\"  alt=\"Start Registration Sign, 1987\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4><a href=\"http://www.flickr.com/photos/27640054@N08/sets/72157624646106638/\">Registering for Classes: a UCCS History</a></h4><p>The August 2010 UCCS Archives display shows the technologies used by students to register for classes - from punch cards (1965-1988) to telephone (1988-2003) to online registration (2003-present). Each advancement has brought initial difficulties as well as improvements to the process. <a href=\"spotlight.html#cragmor\">More about the display...</a></p><p class=\"morelib\"></p></div>'
theImages[4] = '<img src=\"MasterPages/images/spotlight/dkenny.jpg\"  alt=\"Deborah Kenny\" /><div class=\"pub\"><h3>Library Spotlight</h3><h4>Faculty Publications</h4><p>\<a href=\"http://journals.lww.com/nursingresearchonline/Fulltext/2010/01001/Care_of_the_Patient_With_Enteral_Tube_Feeding__An.5.aspx\">"Care of the Patient with Enteral Tube Feeding: An Evidence-based Practice Protocol</a>.\"<br /><span class=\"smaller\"><i>Nursing Research</i>, 59(1): 522-31, 2010.</span></p><br/><p><b>Prof. Deborah Kenny</b>, Nursing</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 -->
