var ownersImg=new Array(new Image(), new Image(), new Image())
ownersImg[0].src="images/home_owners2.jpg" 
ownersImg[1].src="images/home_owners3.jpg" 
ownersImg[2].src="images/home_owners4.jpg"

var whichNum = Math.round(Math.random() * (ownersImg.length -1));	
var whichOwnersImg = ownersImg[whichNum].src;

//alert(whichCaseNum);
//alert(whichCaseTxt);

document.write("<img src='" + whichOwnersImg + "' alt='Owners: Want to Expand? Learn How a 504 Loan Can Help' width='245' height='131'>");
