/********************************************************************************** * 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] = "For Australians who may be a bit homesick or for others who simply love the down home attitude that many Australians have, a lively group of Aussies (and New Zealanders) can be found..."; autoStories[4][StoryLink] = "/about-us/story-gallery/Australian.htm"; autoStories[5] = new Array(); autoStories[5][StoryText] = "London is called "The Forest City" but in recent years it has earned a second nickname, "Londombia" because..."; autoStories[5][StoryLink] = "/about-us/story-gallery/Cultural_Com1.htm"; autoStories[6] = new Array(); autoStories[6][StoryText] = "London es conocida como "La ciudad del bosque" pero en los últimos años se ha ganado un segundo sobrenombre, "Londombia"..."; autoStories[6][StoryLink] = "/about-us/story-gallery/Cultural_Com2.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";