function loadbanners()
{
var images= new Array();

images[0] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-1.ashx' alt='...What inspires me about working on London 2012 is our ability to demonstrate really clever engineering everyday... Mike McNicholas, Project Director'>";

images[1] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-2.ashx' alt='Proud to be the engineering design experts behind London 2012'>";

images[2] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-5.ashx' alt='How does infrastructure define the personality of an event like London 2012?'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/the-right-foundations.html' title='opens in a new window'>Find out more</a></span>";

images[3] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-6.ashx' alt='INFRASTRUCTURE'>";

index = Math.floor(Math.random() * images.length);

var chunkcontainer = document.getElementById('bannerContainer');

chunkcontainer.innerHTML = images[index];
}

function loadbannersourwork()
{
var images= new Array();

images[0] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-9.ashx' alt='We have recycled 90% of the materials demolished on the Olympic Park site'>";

images[1] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-11.ashx' alt='The Urban Jungle: protecting the local flora and fauna does matter'><span  class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/the-urban-jungle.html' title='opens in a new window'>Find out more</a></span>"; 

images[2] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-12.ashx' alt='We have excavated, cleaned and re-used two million cubic metres of materials across the site'>";

images[3] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-13.ashx' alt='The environment has been a fundamental concern throughout our work on the Olympic Park'>";

images[4] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-14.ashx' alt='What is being done to improve London’s transport for the 2012 Games?'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/all-the-right-moves.html' title='opens in a new window'>Find out more</a></span>";

images[5] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-15.ashx' alt='How have we protected the local ecology on the Olympic site?'><span class='banner_button'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/the-urban-jungle.html' title='opens in a new window'>Find out more</a></span>";

images[6] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-16.ashx' alt='Digging the Past: Completing the archaeological work on schedule was imperative'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/digging-the-past.html' title='opens in a new window'>Find out more</a></span>";

images[7] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-18.ashx' alt='Enabling works'>";



index = Math.floor(Math.random() * images.length);

var chunkcontainer = document.getElementById('bannerContainer');

chunkcontainer.innerHTML = images[index];
}

function loadbannersourstories()
{
var images= new Array();

images[0] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-26.ashx' alt='How does infrastructure define the personality of an event like London 2012?'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/the-right-foundations.html' title='opens in a new window'>Find out more</a></span>";

images[1] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-27.ashx' alt='What is being done to improve London’s transport for the 2012 Games?'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/all-the-right-moves.html' title='opens in a new window'>Find out more</a></span>";

images[2] = "<img src='~/media/Images/A/atkins-olympic/Banners/2012_Web_Banner-28.ashx' alt='Digging the Past: Completing the archaeological work on schedule was imperative'><span class='banner_button_right'><a target='_blank' href='http://www.ebooksolutions.tv/atkins/london2012/digging-the-past.html' title='opens in a new window'>Find out more</a></span>";


index = Math.floor(Math.random() * images.length);

var chunkcontainer = document.getElementById('bannerContainer');

chunkcontainer.innerHTML = images[index];
}