/********************************************************************************** * Author: David Millar (www.rTraction.com) * * Date: January. 29, 2007 * * Purpose: A list of all the stories and links for the story rotator script * * How To: Add the include auto-story-gallery.htm from the blocks folder and the * * auto-story-rotator.js script will automatically add one of the below * * stories. * ********************************************************************************** * Revision 1.0: a script that contains a full array of all story information for * * the auto-story-rotator javascript * **********************************************************************************/ // Constants - DO NOT CHANGE var StoryText = 0; var StoryLink = 1; // Constants - DO NOT CHANGE // Create our array var autoStories = new Array(); // Note: Text & Link are required autoStories[2] = new Array(); autoStories[2][StoryText] = "Just like his mouthwatering chocolate, Marc Forrat is an interesting mix of ingredients. As owner of La Chocolaterie Forrat, headquartered in London..."; autoStories[2][StoryLink] = "/about-us/story-gallery/Forrat.htm"; autoStories[3] = new Array(); autoStories[3][StoryText] = "À l’instar de son chocolat qui vous met l’eau à la bouche, Marc Forrat est un intéressant mélange d’ingrédients. En sa qualité de propriétaire de La Chocolaterie Forrat, qui est basée à London..."; autoStories[3][StoryLink] = "/about-us/story-gallery/Forrat_French.htm"; autoStories[4] = new Array(); autoStories[4][StoryText] = "Like so many other newcomers, it is the pull of family which made Salvador “Buddy” Halog to leave Manila, Philippines to immigrate to London, Ontario. However..."; autoStories[4][StoryLink] = "/about-us/story-gallery/halog.htm"; autoStories[5] = new Array(); autoStories[5][StoryText] = "Among the many things that are intimidating about moving to a new city is getting around in it. Anything from grocery shopping to running errands can be a bit of a struggle..."; autoStories[5][StoryLink] = "/about-us/story-gallery/AZgnecco.htm"; autoStories[6] = new Array(); autoStories[6][StoryText] = "Entre las muchas cosas que intimidan respecto a trasladarse a una nueva ciudad es saber moverse en ella. Desde hacer mercado hasta mantenerse corriendo representa..."; autoStories[6][StoryLink] = "/about-us/story-gallery/AZgnecco2.htm"; autoStories[7] = new Array(); autoStories[7][StoryText] = "I know how hard and difficult it is to leave your own country, settle in a new place and environment, and learn a new language as I..."; autoStories[7][StoryLink] = "/about-us/story-gallery/ESL.htm"; autoStories[8] = new Array(); autoStories[8][StoryText] = "Vím, jak těžké a obtížné je opustit vlastní zemi, začít žít v novém místě a prostředí, a učit se nový jazyk..."; autoStories[8][StoryLink] = "/about-us/story-gallery/ESL_Czech.htm"; autoStories[9] = new Array(); autoStories[9][StoryText] = ""London is my Home" video - A project of the London & Middlesex Immigration Portal, this video reflects the pride..."; autoStories[9][StoryLink] = "/about-us/story-gallery/London_is_my_home_video.htm"; autoStories[10] = new Array(); autoStories[10][StoryText] = ""Voices of Immigration" video - A project of the London & Middlesex Immigration Portal, this video reflects the diversity..."; autoStories[10][StoryLink] = "/about-us/story-gallery/Voices_of_Immigration_video.htm";