// by Steve Norman, Western National Insurance Group

var randomBgrd=Math.floor(Math.random()*4)+1;
	if (randomBgrd==1) {document.write('<img src="./images/home_bgrd3.jpg" width="752" height="396" border="0" alt="">');}
	else if (randomBgrd==2) {document.write('<img src="./images/home_bgrd2.jpg" width="752" height="396" border="0" alt="">');}
	else if (randomBgrd==3) {document.write('<img src="./images/home_bgrd4.jpg" width="752" height="396" border="0" alt="">');}
	else if (randomBgrd==4) {document.write('<img src="./images/home_bgrd1.jpg" width="752" height="396" border="0" alt="">');}