// Third Property
// Note that everything after innerHTML = between the quotation marks must be in one line - i.e. you can't hit the enter button while writing it out.

// Images must be in the folder img

function ChangeTextThr()  {
	var curtextval = document.getElementById("ptext");
	curtextval.innerHTML = "<img src='img/feat_pic_3.jpg' /><br />&nbsp;<br /><strong>Ossining Victorian</strong><br />&nbsp;<br /><em>Unique 1920 Victorian style home</em><br /><em>beautifully landscaped. 10' Ceilings and large</em><br /><em>rooms make this house incredibly special.</em>"
}
