/*

 * randtag.js :: md@northwestern-edu
 * Web Communications :: Northwestern University

To add a new image, you need 5 things:
1. A 310 x 185 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_image("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("http://www.law.northwestern.edu/wrongfulconvictions/graphics/homepage/image1_CWC.jpg", "");
add_image("http://www.law.northwestern.edu/wrongfulconvictions/graphics/homepage/image2_CWC.jpg", "");
add_image("http://www.law.northwestern.edu/wrongfulconvictions/graphics/homepage/image3_CWC.jpg", "");

