Stay informed on price reductions, new homes that match your search & other insider information.
First time here? Welcome!
Just a few more details to get you started.
var x = document.getElementsByClassName("page-header");
var i;
var para = document.createElement("P");// Create a
node
para.style.display = "inline";
para.style.paddingLeft = "15px";
var t = document.createTextNode("View Non MLS results"); // Create a text node
para.innerHTML="View Non MLS results";
for (i = 0; i < x.length; i++) {
x[i].childNodes[1].style.display = "inline";
x[i].appendChild(para)
}