/*

 * 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_ulimage("images/randhome/homeul.jpg", "");
add_ulimage("images/randhome/homeswim.jpg", "");
add_ulimage("images/randhome/fitcollage.jpg", "");
add_ulimage("images/randhome/perstrain.jpg", "");
add_ulimage("images/randhome/sailctrcvr.jpg", "");
add_ulimage("images/randhome/swimmers.jpg", "");
add_ulimage("images/randhome/weights.jpg", "");
add_ulimage("images/randhome/yoga.jpg", "");
add_ulimage("images/randhome/kidswimmer.jpg", "");
add_ulimage("images/randhome/pool.jpg", "");
add_ulimage("images/randhome/sailing.jpg", "");
add_ulimage("images/randhome/weightbig.jpg", "");
add_ulimage("images/randhome/yogaclass.jpg", "");
add_ulimage("images/randhome/wimmer.jpg", "");
