	var randNum	= Math.random() * 8;
	     randNum	= Math.round(randNum);
	     
	if (randNum == 0) {
		imgPrint	= 'home01.jpg';
		lowImg	= 'home01_low.gif';
	}
	else if (randNum == 1) {
		imgPrint	= 'home02.jpg';
		lowImg	= 'home02_low.gif';
	}
	else if (randNum == 2) {
		imgPrint	= 'home03.jpg';
		lowImg	= 'home03_low.gif';
	}
	else if (randNum == 3) {
		imgPrint	= 'home04.jpg';
		lowImg	= 'home04_low.gif';
	}
	else if (randNum == 4) {
		imgPrint	= 'home05.jpg';
		lowImg	= 'home05_low.gif';
	}
	else if (randNum == 5) {
		imgPrint	= 'home06.jpg';
		lowImg	= 'home06_low.gif';
	}
	else if (randNum == 6) {
		imgPrint	= 'home07.jpg';
		lowImg	= 'home07_low.gif';
	}
	else if (randNum == 7) {
		imgPrint	= 'home08.jpg';
		lowImg	= 'home08_low.gif';
	}
	else {
		imgPrint	= 'home09.jpg';
		lowImg	= 'home09_low.gif';
	}
	
	document.write('<img src="images/' + imgPrint + '" width=344 height=204 border=0 lowsrc="images/' + lowImg + '" alt="Cast Products, Inc.">');