/*

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

To add a new image, you need:
1. A 225 x 100 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.")
3. The target URL of the image

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

6. Add a new line like this:
add_image2("img_url", "caption", "target_url");

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


add_image2("images/randfeat2/blomquist.jpg", "Blomquist Recreation Center", "facilities/blomquist/index.html");
add_image2("images/randfeat2/crown.jpg", "Henry Crown Sports Pavilion and Aquatics Center", "facilities/crown/index.html");
add_image2("images/randfeat2/patten.jpg", "Patten Gymnasium", "facilities/patten/index.html");
add_image2("images/randfeat2/nufitrec.jpg", "NUFitrec Guide Fall Winter 2009 Available", "#nufitrec");