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

        theSummaries[0] = "July '11 – ecoDriver helps Whitehall to become the 'Greenest Government ever'";
        theSiteLinks[0] = "/Sections/News/news.php?id=24&cat_id=0&p=";

        theSummaries[1] = "July '11 – Windsor and Maidenhead CHP case study now on ecoDriver website";
        theSiteLinks[1] = "/Sections/Case%20Studies/Windsor%20Leisure%20Centre%20CHP.pdf";

        theSummaries[2] = "June '11 – ecoDriver partner, Sustainability Measures, win ZDNet award in Australia";
        theSiteLinks[2] = "/Sections/News/news.php?id=20&cat_id=0&p=2";

        theSummaries[3] = "April '11 – St Georges school in Weybridge install ecoDriver ";
 		theSiteLinks[3] = "/Sections/News/news.php?id=18&cat_id=0&p=2";

//		theSummaries[4] = "Dec 10 - Office for National Statistics begin using ecoDriver.";
//		theSiteLinks[4] = "/Sections/News/news.php?id=13&cat_id=0&p=";

//		theSummaries[5] = "Dec 10 - Further schools to implement ecoDriver in 2011.";
//		theSiteLinks[5] = "/Sections/News/news.php?id=12&cat_id=0&p=";

//		theSummaries[6] = "Nov 10 - ecoDriver Develops Application Program Interface.";
//		theSiteLinks[6] = "/Sections/News/news.php?id=11&cat_id=0&p=2";

//		theSummaries[7] = "Nov 10 - UK Govt HQ's using ecoDriver compete to reduce consumption.";
//		theSiteLinks[7] = "/Sections/News/archive.php?id=10&cat_id=0&p=";
		
//		theSummaries[8] = "Jun 10 - Five UK Government Ministry Headquarters install ecoDriver .";
//		theSiteLinks[8] = "/Sections/News/news.php?id=1&cat_id=0&p=";
	
//		theSummaries[9] = "Sept 10 - ecoDriver installed in three sites for ACS International Schools.";
//		theSiteLinks[9] = "/Sections/News/news.php?id=8&cat_id=0&p=";
		
//		theSummaries[10] = "Sept 10 - ecoDriver registers with Twitter and begins Tweeting. Follow the feed here.";
//		theSiteLinks[10] = "http://twitter.com/ecoDriver_2010";
		
//		theSummaries[11] = "Sept 10 - Latest edition of groundbreaking solution 'ecoDriver View' released.";
//		theSiteLinks[11] = "/Sections/News/news.php?id=2&cat_id=0&p=";



//-->
