<!-- 

adCount = 5;
var1 = Math.random(); 
// document.write("var1=" + var1 + "<P>"); 
indexNum = (var1 * adCount) + 1;
// document.write("indexNum=" + indexNum + "<P>"); 
indexNum = Math.floor(indexNum);
// document.write("indexNum=" + indexNum + "<P>"); 

image = "" 
link = "" 
altText = "" 

 if(indexNum==1) {
  image = "../banner/banner1-hometown-realty.jpg"
  altText = "hutchinson mn real estate listings, hometown realty, mcleod county real estate agents, hutchinson realtors, hutchinson mn property listings";
  }
 if(indexNum==2) {
  image = "../banner/banner2-hometown-realty.jpg"
  altText = "hutchinson mn real estate listings, hometown realty, mcleod county real estate agents, hutchinson realtors, hutchinson mn property listings";
  }
 if(indexNum==3) {
  image = "../banner/banner3-hometown-realty.jpg"
  altText = "hutchinson mn real estate listings, hometown realty, mcleod county real estate agents, hutchinson realtors, hutchinson mn property listings";
  }
 if(indexNum==4) {
  image = "../banner/banner4-hometown-realty.jpg"
  altText = "hutchinson mn real estate listings, hometown realty, mcleod county real estate agents, hutchinson realtors, hutchinson mn property listings";
  }
 if(indexNum==5) {
  image = "../banner/banner5-hometown-realty.jpg"
  altText = "hutchinson mn real estate listings, hometown realty, mcleod county real estate agents, hutchinson realtors, hutchinson mn property listings";
  }

document.write("<A HREF=\"index.htm" + link + "\" TARGET=\"_self\"><IMG SRC=\"" + image + "\" ALT=\"" + altText + "\" BORDER=\"0\"></A>"); 

// --> 
