/********************************************************************************** * Author: David Millar (www.rTraction.com) * * Date: January. 1, 2007 * * Purpose: A list of all images and titles for the image rotator script * * How To: Add the include auto-image.htm from the blocks folder and the * * auto-image-rotator.js script will automatically add one of the below * * images. * ********************************************************************************** * Revision 1.0: a script that contains a full array of all image information for * * the auto-image-rotator javascript * **********************************************************************************/ // Constants - DO NOT CHANGE var orange = 0; var blue = 1; var yellow = 2; var green = 3; var red = 4; var ImageName = 0; var ImageTitle = 1; var ImageColour = 2; var ImageLink = 3; // Constants - DO NOT CHANGE // Create our array var autoImages = new Array(); // Note: Name & Title are required, Link, and Colour are optional autoImages[0] = new Array(); autoImages[0][ImageName] = "above-street-160x175.jpg"; autoImages[0][ImageTitle] = "Photo Gallery"; // Aerial View autoImages[0][ImageColour] = orange; autoImages[0][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[1] = new Array(); autoImages[1][ImageName] = "downtown-london-160x175.jpg"; autoImages[1][ImageTitle] = "Photo Gallery"; // Downtown London autoImages[1][ImageColour] = blue; autoImages[1][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[2] = new Array(); autoImages[2][ImageName] = "covent-garden-market-160x175.jpg"; autoImages[2][ImageTitle] = "Photo Gallery"; // Convent Garden autoImages[2][ImageColour] = blue; autoImages[2][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[3] = new Array(); autoImages[3][ImageName] = "track-and-field-competition-160x175.jpg"; autoImages[3][ImageTitle] = "Photo Gallery"; // Track & Field autoImages[3][ImageColour] = blue; autoImages[3][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[4] = new Array(); autoImages[4][ImageName] = "culture-160x175.jpg"; autoImages[4][ImageTitle] = "Photo Gallery"; // Sunfest autoImages[4][ImageColour] = blue; autoImages[4][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[5] = new Array(); autoImages[5][ImageName] = "celebrating-canada-day-160x175.jpg"; autoImages[5][ImageTitle] = "Photo Gallery"; // Canada Day autoImages[5][ImageColour] = blue; autoImages[5][ImageLink] = "/about-us/photo-gallery.htm"; autoImages[6] = new Array(); autoImages[6][ImageName] = "lacrosse-160x175.jpg"; autoImages[6][ImageTitle] = "Photo Gallery"; // Lacrosse autoImages[6][ImageColour] = blue; autoImages[6][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[7] = new Array(); autoImages[7][ImageName] = "western-fair-160x175.jpg"; autoImages[7][ImageTitle] = "Photo Gallery"; // Western Fair autoImages[7][ImageColour] = blue; autoImages[7][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[8] = new Array(); autoImages[8][ImageName] = "middlesex-county-building-160x175.jpg"; autoImages[8][ImageTitle] = "Photo Gallery"; // County Building autoImages[8][ImageColour] = blue; autoImages[8][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[9] = new Array(); autoImages[9][ImageName] = "boys-and-girls-club-160x175.jpg"; autoImages[9][ImageTitle] = "Photo Gallery"; // Boys & Girls Club autoImages[9][ImageColour] = blue; autoImages[9][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[10] = new Array(); autoImages[10][ImageName] = "swimming-at-thames-pool-160x175.jpg"; autoImages[10][ImageTitle] = "Photo Gallery"; // Swimming autoImages[10][ImageColour] = blue; autoImages[10][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[11] = new Array(); autoImages[11][ImageName] = "kids-basketball-160x175.jpg"; autoImages[11][ImageTitle] = "Photo Gallery"; // Basketball autoImages[11][ImageColour] = blue; autoImages[11][ImageLink] = "/about-us/photo-gallery-2.htm"; autoImages[12] = new Array(); autoImages[12][ImageName] = "fanshawe-pioneer-village-160x175.jpg"; autoImages[12][ImageTitle] = "Photo Gallery"; // Pioneer Village autoImages[12][ImageColour] = blue; autoImages[12][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[13] = new Array(); autoImages[13][ImageName] = "water-downtown-160x175.jpg"; autoImages[13][ImageTitle] = "Photo Gallery"; // Downtown London autoImages[13][ImageColour] = blue; autoImages[13][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[14] = new Array(); autoImages[14][ImageName] = "glencoe-train-station-160x175.jpg"; autoImages[14][ImageTitle] = "Photo Gallery"; // Glencoe Station autoImages[14][ImageColour] = blue; autoImages[14][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[15] = new Array(); autoImages[15][ImageName] = "feeding-ducks-160x175.jpg"; autoImages[15][ImageTitle] = "Photo Gallery"; // Feeding Ducks autoImages[15][ImageColour] = blue; autoImages[15][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[16] = new Array(); autoImages[16][ImageName] = "grand-theater-160x175.jpg"; autoImages[16][ImageTitle] = "Photo Gallery"; // Grand Theater autoImages[16][ImageColour] = blue; autoImages[16][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[17] = new Array(); autoImages[17][ImageName] = "downtown-london-160x175.jpg"; autoImages[17][ImageTitle] = "Photo Gallery"; // Downtown London autoImages[17][ImageColour] = blue; autoImages[17][ImageLink] = "/about-us/photo-gallery-3.htm"; autoImages[18] = new Array(); autoImages[18][ImageName] = "accessible-public-transit-160x175.jpg"; autoImages[18][ImageTitle] = "Photo Gallery"; // Accessible Transit autoImages[18][ImageColour] = blue; autoImages[18][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[19] = new Array(); autoImages[19][ImageName] = "rowing-on-thames-160x175.jpg"; autoImages[19][ImageTitle] = "Photo Gallery"; // Rowing autoImages[19][ImageColour] = blue; autoImages[19][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[20] = new Array(); autoImages[20][ImageName] = "museum-london-160x175.jpg"; autoImages[20][ImageTitle] = "Photo Gallery"; // Museum London autoImages[20][ImageColour] = blue; autoImages[20][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[21] = new Array(); autoImages[21][ImageName] = "musician-160x175.jpg"; autoImages[21][ImageTitle] = "Photo Gallery"; // Musician autoImages[21][ImageColour] = blue; autoImages[21][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[22] = new Array(); autoImages[22][ImageName] = "neighbourhood-hockey-game-160x175.jpg"; autoImages[22][ImageTitle] = "Photo Gallery"; // Hockey Game autoImages[22][ImageColour] = blue; autoImages[22][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[23] = new Array(); autoImages[23][ImageName] = "middlesex-county-road-160x175.jpg"; autoImages[23][ImageTitle] = "Photo Gallery"; // County Road autoImages[23][ImageColour] = blue; autoImages[23][ImageLink] = "/about-us/photo-gallery-4.htm"; autoImages[24] = new Array(); autoImages[24][ImageName] = "skateboard-park-160x175.jpg"; autoImages[24][ImageTitle] = "Photo Gallery"; // Skateboard Park autoImages[24][ImageColour] = blue; autoImages[24][ImageLink] = "/about-us/photo-gallery-5.htm"; autoImages[25] = new Array(); autoImages[25][ImageName] = "nature-on-the-thames-160x175.jpg"; autoImages[25][ImageTitle] = "Photo Gallery"; // Nature autoImages[25][ImageColour] = blue; autoImages[25][ImageLink] = "/about-us/photo-gallery-5.htm"; autoImages[26] = new Array(); autoImages[26][ImageName] = "storybook-gardens-160x175.jpg"; autoImages[26][ImageTitle] = "Photo Gallery"; // Storybook Gardens autoImages[26][ImageColour] = blue; autoImages[26][ImageLink] = "/about-us/photo-gallery-5.htm"; autoImages[27] = new Array(); autoImages[27][ImageName] = "middlesex-county-160x175.jpg"; autoImages[27][ImageTitle] = "Photo Gallery"; // Middlesex County autoImages[27][ImageColour] = blue; autoImages[27][ImageLink] = "/about-us/photo-gallery-5.htm"; autoImages[28] = new Array(); autoImages[28][ImageName] = "dancer-at-sunfest-160x175.jpg"; autoImages[28][ImageTitle] = "Photo Gallery"; // Dancer at Sunfest autoImages[28][ImageColour] = blue; autoImages[28][ImageLink] = "/about-us/photo-gallery-5.htm"; autoImages[29] = new Array(); autoImages[29][ImageName] = "community-volunteers-160x175.jpg"; autoImages[29][ImageTitle] = "Photo Gallery"; // Community autoImages[29][ImageColour] = blue; autoImages[29][ImageLink] = "/about-us/photo-gallery-5.htm";