		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<table border='0' cellpadding='1' cellspacing='0' width='146' bgcolor='#AEB1B3'><tr valign='top'><td><a href='http://www.mysmartgarden.ca/en/empower-me/index.html'><img src='https://www.clicshop.com/stores/grun/Files/oldlawnmower.jpg' border='0' alt='push lawn mower'></a><table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#FFFFFF'><tr valign='top'><td class='medium'><a href='http://www.mysmartgarden.ca/en/empower-me/index.html'><img src='https://www.clicshop.com/stores/grun/Files/txt_banner.gif' border='0' alt='push lawn mower'></a></td></tr></table></td></tr></table>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	
