/*







 * randfeat.js :: md@northwestern-edu



 * Web Communications :: Northwestern University







To add a new image, you need:



1. A 225 x 100 version of the image



2. Text for the header of 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. Text for the caption of 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.")



4. A larger version of the image OR a URL to link to



5. (Optional) The width of that larger image



6. (Optional) The height of that larger image







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", "heading", "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/randfeat1/kickbox.jpg", "Join a Group Exercise Class", "Turbo Kick, Tuesday 7-8pm, SPAC", "classes/group/cardio.html", 0, 0);



add_image("images/randfeat1/yoga01.jpg", "Join a Group Exercise Class", "Open Yoga, Daily, Patten Gym", "classes/group/mindbody.html", 0, 0);



add_image("images/randfeat1/adultswim01.jpg", "Adult Lessons ", "Adult swim lessons offered Wednesday evenings and Sunday afternoons.", "classes/aquatics/adultswim.html", 0, 0);



add_image("images/randfeat1/memfeat.jpg", "Become a Member Today", "Register Now", "membership/index.html", 0, 0);



add_image("images/randfeat1/joingroupfit_bicep.jpg", "Join a Group Exercise Class", "Body Strength, 5:30pm Tues, Thurs, SPAC", "classes/group/muscular.html", 0, 0);





add_image("images/randfeat1/FFTnoanimation.gif", "Food For Thought Lunchtime Presentations", "Wednesdays, 12:10 - 12:50pm, SPAC Tennis Balcony", "fft.html", 0, 0);


add_image("images/randfeat1/Locker-Rentals.gif", "Locker Rentals Now Available", "Contact Membership Office at 847-491-4303", "facilities/office/index.html", 0, 0);