/*

 * randhome.js :: md@northwestern-edu
 * Web Communications :: Northwestern University

To add a new image, you need:
1. A 200 x 155 image
2. Text for the image... must not contain apostrophe (') or qutoe (")
	(if you must, use &rsquo; instead of ' and &quot; instead of ")
	(i.e. "You&rsquo;re choosing a law school and a community.")

You can store/upload the images anywhere you want.
"images/randhome/" is what we've used thus far.

3. Add a new line like this:
add_ulimage("small_url", "caption");

Your image URL can be root-relative or document-realtive. 
If you don't know what that means, just store the images
in "images/randhome/" and form all of your URLs like this:
"images/randhome/MYIMAGE.gif"
*/


add_image("images/randfeat/random_worker1.jpg", "Facilities Management worker installs an air conditioner");
add_image("images/randfeat/random-construction2.jpg", "Stairway construction");
add_image("images/randfeat/random-landscape1.jpg", "Outdoor bench on Chicago campus");
add_image("images/randfeat/random-landscape2.jpg", "Outdoor plants on Chicago Campus");
add_image("images/randfeat/random-landscape3.jpg", "Outdoor landscape on Chicago Campus");
add_image("images/randfeat/random-luriecrane.jpg", "Construction on Lurie Medical Center");
add_image("images/randfeat/random-norris.jpg", "Norris Student Center");
add_image("images/randfeat/random-slivkacrane.jpg", "Construction of Slivka Residence Hall");
add_image("images/randfeat/random-tech.jpg", "McCormick School of Engineering");
add_image("images/randfeat/random-worker3.jpg", "Facilities Management worker repairs an autoclave");
add_image("images/randfeat/random-worker4.jpg", "Facilities Management worker asseses repair requests");
add_image("images/randfeat/random-worker5.jpg", "Facilities Management worker repairs mechanical equipment");
add_image("images/randfeat/random-worker6.jpg", "Facilities Management worker scales scaffolding");
add_image("images/randfeat/random-lurieducts.jpg", "Air duct regulators - 12th floor, new Lurie Medical Center");

