function indexImages() {
  var out = "";
  out = "<div id=\"fade\" class=\"flash\">";
    out += "<img src=\"images/index/flash3.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "<img src=\"images/index/flash15.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "<img src=\"images/index/flash11.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "<img src=\"images/index/flash4.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "<img src=\"images/index/flash9.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "<img src=\"images/index/flash17.jpg\" width=\"934\" height=\"311\" alt=\"Remax Integrity\" />";
        out += "</div>";
  document.write(out);
}