<!--

//Javascript Created by Computerhope http://www.computerhope.com
//You must remove /SHA in order for the relative links to work on the live server - this is for the ad rotation under left hand navigation.

//store the quotations in arrays

images = new Array(4);

images[0] = "<a href = '/EHA/splash.cfm'><img src='/images/slices/defaultadvertisements/eha.jpg' alt='Exploring Historical Archaeology'></a>";

images[1] = "<a href = '/underwater/default.cfm'><img src='/images/slices/defaultadvertisements/underwater.jpg' alt='Underwater Archaeology'></a>";

images[2] = "<a href = '/publications/publicationsOnline/onlinePublications.cfm'><img src='/images/slices/defaultadvertisements/publicationsexplorer.jpg' alt='Publications Explorer'></a>";

images[3] = "<a href = '/unlockingthepast/index.htm'><img src='/images/slices/defaultadvertisements/unlockingthepast.jpg' alt='Unlocking the Past'></a>";

index = Math.floor(Math.random() * images.length);

//document.write(images[index]);

//done

// -->
