// Java Document
var temp = Math.floor(Math.random() * 6);
if (temp == 0)
{
	document.write('<IMG src="images/random_images/1.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 1)
{
	document.write('<IMG src="images/random_images/2.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 2)
{
	document.write('<IMG src="images/random_images/3.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 3)
{
	document.write('<IMG src="images/random_images/4.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 4)
{
	document.write('<IMG src="images/random_images/5.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 5)
{
	document.write('<IMG src="images/random_images/6.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}
else if (temp == 6)
{
	document.write('<IMG src="images/random_images/7.jpg" NAME="graphic" BORDER="0" ALT="Central Free Methodist Church - Love God Love Everyone Follow Jesus">');
}


