var imgTitles = new Array(
"Automatic Generation of Bit-vector Analysis Using OpenAnalysis",
"Good Samaritan Mini: Urban Search and Rescue Robot",
"Study of an Iterative Resource Allocation Technique to Minimize Machine Completion Times with a Distributed Computing System",
"Retrieval of Surface-layer Moisture Field Using CSU Radars",
"WebCT in the Classroom: Taking the Discussion To the Net",
"Integrating Multiple Knowledge Bases within Google Desktop",
"Measuring the Robustness of Resource Allocations for Distributed Computer Systems in a Stochastic Dynamic Environment",
"For Your AMUSEment!: Creating an Online Literary Magazine to Showcase Student Talent and Achievement",
"Spin Wave Propagation in Non-uniform Magnetic Fields",
"Integrating Technolgy in the Classroom: How Technology Can Enhance Social Studies",
"Model the System Security Risk by an Attack Tree",
"Trust Based Routing Protocol in MANET",
"Good Samaritan Robotics User Interface Team",
"A Stochastic Approach to Measuring the Robustness of Resource Allocations in Distributed Computing Systems",
"Technology and History: Bringing the Past into the Future",
"Technology in Music Education",
"Technology in English Education",
"Portfolio Management using Partially Observable Markov Decision Process",
"Opportunistic Scheduling for Wireless Networks",
"Active Sensing in an Urban Environment: Closing the Loop"
);
var img = Math.floor(Math.random() * imgTitles.length + 1);
document.write('<div id="featured">');
document.write('<p><strong>Featured Poster:</strong> ');
document.write('<a href="http://www.adobe.com/products/acrobat/readstep2.html" title="Posters are in PDF format which requires Adobe Acrobat Reader."><img src="http://lib.colostate.edu/includes/images/acrobat_pdf.gif" width="16" height="16" border="0" alt="Posters are in PDF format which requires Adobe Acrobat Reader." /></a></p>');
document.write('<a href="http://digital.library.colostate.edu/istec/image/' + img + '.pdf" title="random poster from the collection (PDF format; click to view)">');
document.write('<img id="featuredimg" src="http://digital.library.colostate.edu/istec/image/icon' + img + '.jpg" alt="" />');
document.write('<p id="featuredtitle">' + imgTitles[img-1] + '</p>');
document.write('</a>');
document.write('</div>');
