// 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 = 17;

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

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

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

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

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

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

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

	 	theSummaries[4] = "Oct 09 – RBWM launches public access web-page with live energy data provided by ecoDriver.";
		theSiteLinks[4] = "";
		
		theSummaries[3] = "Feb 10 - Epsom & St Helier NHS Trust launches ecoDriver in 3 hospitals.";
		theSiteLinks[3] = "";
		
		theSummaries[2] = "Jun 10 - UK Home Office HQ installs ecoDriver providing the public access to captured data.";
		theSiteLinks[2] = "/Sections/Case Studies/Whitehall_Department.pdf";

		theSummaries[1] = "Jun 10 - Ministry of Justice publishes online energy performance using ecoDriver.";
		theSiteLinks[1] = "/Sections/Case Studies/Whitehall_Department.pdf";
		
		theSummaries[0] = "Jun 10 - DFID uses ecoDriver solution to demonstrate their energy performance.";
		theSiteLinks[0] = "/Sections/Case Studies/Whitehall_Department.pdf";
		



//-->