var spotlight = new Array();
			spotlight[0] = '<img src="images/education/_images/top-left/edu-topleft1.jpg" alt="" width="185" height="110" />';
			spotlight[1] = '<img src="images/education/_images/top-left/edu-topleft2.jpg" alt="" width="185" height="110" />';
			spotlight[2] = '<img src="images/education/_images/top-left/edu-topleft3.jpg" alt="" width="185" height="110" />';
			spotlight[3] = '<img src="images/education/_images/top-left/edu-topleft4.jpg" alt="" width="185" height="110" />';
			spotlight[4] = '<img src="images/education/_images/top-left/edu-topleft5.jpg" alt="" width="185" height="110" />';
			spotlight[5] = '<img src="images/education/_images/top-left/edu-topleft6.jpg" alt="" width="185" height="110" />';
			spotlight[6] = '<img src="images/education/_images/top-left/edu-topleft7.jpg" alt="" width="185" height="110" />';
			spotlight[7] = '<img src="images/education/_images/top-left/edu-topleft8.jpg" alt="" width="185" height="110" />';
			spotlight[8] = '<img src="images/education/_images/top-left/edu-topleft9.jpg" alt="" width="185" height="110" />';
			index = Math.floor(Math.random() *  spotlight.length);
		document.write(spotlight[index]);

