// JavaScript Document
<!--

var theCharacterTimeout = 40;
	var theStoryTimeout     = 10000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";
	var theLeadString       = "";

	var theSummaries = new Array();
	var theSiteLinks = new Array();

	var theItemCount = 13;

		theSummaries[12] = "Feb 07 – first ecoDriver implementation goes live at Walton Oak primary school in Surrey";
		theSiteLinks[12] = "";
		
        theSummaries[11] = "Mar 08 – ecoDriver wins prestigious, international, Microsoft Ingenuity Point award.";
		theSiteLinks[11] = "";

	 	theSummaries[10] = "Jul 08 – ecoDriver goes live at Kings Lynn & West Norfolk council.";
		theSiteLinks[10] = "";
		
	 	theSummaries[9] = "Dec 08 – The American School in Surrey launches ecoDriver project to reduce cost & emissions.";
		theSiteLinks[9] = "";
		
	 	theSummaries[8] = "May 09 – ecoDriver partner secures contract with a prestigious, UK, shopping centre complex.";
		theSiteLinks[8] = "";
		
	 	theSummaries[7] = "Jun 09 – ecoDriver champion, Ashley Primary School wins prestigious Ashden Sustainability award.";
		theSiteLinks[7] = "";

	 	theSummaries[6] = "Jun 09 – ecoDriver partner demonstrates success and secures installations with luxury car dealer.";
		theSiteLinks[6] = "";
		
	 	theSummaries[5] = "Jul 09 – more UK schools go green with ecoDriver.";
		theSiteLinks[5] = "";

	 	theSummaries[4] = "Jul 09 – nationwide serviced office group signs up for ecoDriver managed service.";
		theSiteLinks[4] = "";

	 	theSummaries[3] = "Aug 09 – east midlands community centre to manage energy and sustainability using ecoDriver.";
		theSiteLinks[3] = "";

	 	theSummaries[2] = "Aug 09 - NHS Trust deploys ecoDriver to engage stakeholders and thus reduce energy cost.";
		theSiteLinks[2] = "";

	 	theSummaries[1] = "Aug 09 – global campaign continues as a Sydney council approves funding for ecoDriver.";
		theSiteLinks[1] = "";

	 	theSummaries[0] = "Oct 09 – RBWM launches public access web-page with live energy data provided by ecoDriver.";
		theSiteLinks[0] = "";

//-->