var temp = Math.floor(Math.random() * 9);
if (temp == 0)
{
	document.write('<IMG src="images/random/1.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 1)
{
	document.write('<IMG src="images/random/2.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 2)
{
	document.write('<IMG src="images/random/3.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 3)
{
	document.write('<IMG src="images/random/4.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 4)
{
	document.write('<IMG src="images/random/5.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 5)
{
	document.write('<IMG src="images/random/6.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 6)
{
	document.write('<IMG src="images/random/7.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 7)
{
	document.write('<IMG src="images/random/8.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}
else if (temp == 8)
{
	document.write('<IMG src="images/random/9.jpg" NAME="graphic" BORDER="0" ALT="Spartan Water & Coffee Specialists">');
}

