/*

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

To add a new image, you need:
1. An image
2. The width of that image
3. The height of that image
4. A 225 x 100 version of the image
5. 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/randfeat/" is what we've used thus far.

6. Add a new line like this:
add_image("small_url", "caption", "large_url", large_width, large_height);

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


/* add_image("images/randfeat/randfeat1.jpg", "Step Class at Noon on Tuesday, Patten Gym", "images/randfeat/randfeat1.jpg", 450, 200);
add_image("images/randfeat/randfeat2.jpg", "Tour Henry Crown Sports Pavilion and Aquatics Center - VIRTUALLY!", "images/randfeat/randfeat2.jpg", 450, 200);
*/

add_ulimage("images/randfeat/random_worker1.jpg", "Facilities Management worker installs an air conditioner");
add_ulimage("images/randfeat/random-construction2.jpg", "Stairway construction");
add_ulimage("images/randfeat/random-landscape1.jpg", "Outdoor bench on Evanston campus");
add_ulimage("images/randfeat/random-landscape2.jpg", "Brush");
add_ulimage("images/randfeat/random-landscape3.jpg", "Outdoor landscape on Evanston Campus");
add_ulimage("images/randfeat/random-luriecrane.jpg", "Construction on Lurie Medical Center");
add_ulimage("images/randfeat/random-norris.jpg", "Norris Student Center");
add_ulimage("images/randfeat/random-slivkacrane.jpg", "Construction of Slivka Residence Hall");
add_ulimage("images/randfeat/random-tech.jpg", "McCormick School of Engineering");
add_ulimage("images/randfeat/random-worker3.jpg", "Facilities Management worker");
add_ulimage("images/randfeat/random-worker4.jpg", "Facilities Management worker");
add_ulimage("images/randfeat/random-worker5.jpg", "Facilities Management worker");
add_ulimage("images/randfeat/random-worker6.jpg", "Facilities Management worker");
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");
