// Changing Quotes on Splash Page
// Ripley St. Thomas

var image = new Array(4);
image[0] = "/images/quotes/splash.gif";
image[1] = "/images/quotes/ofsted.gif";
image[2] = "/images/quotes/georgia_lee.gif";
image[3] = "/images/quotes/splash.gif";


document.write('<img alt="" id="swap_image" height="25" width = "700" border="0" src="'+image[Math.round(Math.random()*(4-1))]+'">');