var temp = Math.floor(Math.random() * 7);
if (temp == 0)
{
	document.write('<IMG src="images/about_us/1.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 1)
{
	document.write('<IMG src="images/about_us/2.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 2)
{
	document.write('<IMG src="images/about_us/3.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 3)
{
	document.write('<IMG src="images/about_us/4.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 4)
{
	document.write('<IMG src="images/about_us/5.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 5)
{
	document.write('<IMG src="images/about_us/6.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}
else if (temp == 6)
{
	document.write('<IMG src="images/about_us/7.jpg" NAME="graphic" BORDER="0" ALT="Chiro-Technology - Holt Favorite Spinal Health Center">');
}