/*  
 Note: All text between the forward-slash star and star forward-slash is NOT code and does nothing except say stuff.

 This text is directions on how to add more images to the rotation of the jbox

 To add more images to the rotation,  just add more images and links to the below part that starts with images_and_links =
 
 The format is like this:
 
 [["image1", "link1"],
  ["image2", "link2"],
  ["image3, "link3"]]
  
 Each line has two parts: the url to the image, and the url to where you want the image to link to.
 To add another image just add another part to it.
 
 Example:
 
 Say you want to add image4 that links to link4. Add it like this:
 
 [["image1", "link1"],
  ["image2", "link2"],
  ["image4, "link4"]]

  Please send any questions or comments to nick@minnickweb.com
  
  Note: The jbox might not work very nice if the images are not all the same size (same width, height dimensions)  
  
*/


images_and_links = [["http://www.gamecareerguide.com/flash_config/img/mediapartners/newgama.jpg", "http://www.gamasutra.com/"],
                    ["http://www.gamecareerguide.com/flash_config/img/mediapartners/newgdmag.jpg", "http://www.gdmag.com/"],
                    ["http://www.gamecareerguide.com/flash_config/img/mediapartners/newgcs.jpg", "http://www.gamecareerseminar.com/"]]