/********************************************************************************** * Author: David Millar (www.rTraction.com) * * Date: January. 4, 2007 * * Purpose: A list of all images for each header section * * * ********************************************************************************** * Revision 1.0: a script that contains a full array of all image information for * * the auto-image-rotator javascript * **********************************************************************************/ // Create our array for each section & the default header section var headerSectionDefault = new Array(); var headerSectionAboutUs = new Array(); var headerSectionGettingSettled = new Array(); var headerSectionLiving = new Array(); var headerSectionWorking = new Array(); var headerSectionLearning = new Array(); var headerSectionGovernmentServices = new Array(); // Default: Set the filename for each image headerSectionDefault[0] = "default-776x159.jpg"; headerSectionDefault[1] = "mother-kids-park-776x159.jpg"; headerSectionDefault[2] = "mother-son-aerial-view-776x159.jpg"; headerSectionDefault[3] = "mother-son-field-776x159.jpg"; headerSectionDefault[4] = "people-london-airport-776x159.jpg"; headerSectionDefault[5] = "students-biking-776x159.jpg"; headerSectionDefault[6] = "woman-skyline-london-776x159.jpg"; headerSectionDefault[7] = "family-fruit-market-776x159.jpg"; // About Us: Set the filename for each image headerSectionAboutUs[0] = "default-776x110.jpg"; headerSectionAboutUs[1] = "farm-field-776x110.jpg"; headerSectionAboutUs[2] = "forest-776x110.jpg"; headerSectionAboutUs[3] = "outdoor-hockey-776x110.jpg"; // Getting Settled: Set the filename for each image headerSectionGettingSettled[0] = "default-776x110.jpg"; headerSectionGettingSettled[1] = "crowd-776x110.jpg"; headerSectionGettingSettled[2] = "kids-swimming-776x110.jpg"; headerSectionGettingSettled[3] = "sports-776x110.jpg"; // Living: Set the filename for each image headerSectionLiving[0] = "default-776x110.jpg"; headerSectionLiving[1] = "nature-776x110.jpg"; headerSectionLiving[2] = "soccer-776x110.jpg"; headerSectionLiving[3] = "water-park-776x110.jpg"; // Working: Set the filename for each image headerSectionWorking[0] = "default-776x110.jpg"; headerSectionWorking[1] = "engineering-776x110.jpg"; headerSectionWorking[2] = "innovation-776x110.jpg"; headerSectionWorking[3] = "robotics-776x110.jpg"; // Learning: Set the filename for each image headerSectionLearning[0] = "default-776x110.jpg"; headerSectionLearning[1] = "art-776x110.jpg"; headerSectionLearning[2] = "radio-776x110.jpg"; headerSectionLearning[3] = "university-sports-776x110.jpg"; // Government Services: Set the filename for each image headerSectionGovernmentServices[0] = "default-776x110.jpg"; headerSectionGovernmentServices[1] = "outdoor-life-776x110.jpg"; headerSectionGovernmentServices[2] = "nature-building-776x110.jpg"; headerSectionGovernmentServices[3] = "winter-knights-776x110.jpg";