var image = new Array();

if (document.images)
{
	// Astroturf
	image['astroturf_0'] = new Image;
	image['astroturf_0'].src = 'images/astroturf/1.jpg';
	
	image['astroturf_1'] = new Image;
	image['astroturf_1'].src = 'images/astroturf/2.jpg';
	
	image['astroturf_2'] = new Image;
	image['astroturf_2'].src = 'images/astroturf/3.jpg';
} else {
	image['astroturf_0'] = ''
	image['astroturf_1'] = '';
	image['astroturf_2'] = ''
	document.rollimg = '';
}