function imageswap() 
{
	image = new Image();
	number = 0;

	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available!' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_1.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
 	image[number++] = "<img src='img/mood/mood_home_2.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_3.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_4.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_5.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_6.jpg' alt='' id='mood-image' />";
	
	image[number++] = "<a href= 'http://www.lasermaxx.com/evo-5'><img src='http://www.lasermaxx.com/img/mood/lasermaxx_evo-5_homepage_banner.gif' alt='EVO-5 Now Available' id='mood-image' /></a>";
	
	image[number++] = "<img src='img/mood/mood_home_8.jpg' alt='' id='mood-image' />";

	increment = Math.floor(Math.random() * number);

	document.write(image[increment]);
}

