// First 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 ChangeText()  {
	var curtextval = document.getElementById("ptext");
	curtextval.innerHTML = "<img src='img/feat_pic_1.jpg' /><br />&nbsp;<br /><strong>Country Getaway</strong><br />&nbsp;<br /><em>Beautiful building lot in Upscale Development.</em><br /><em> 6.57 Acres of wooded and private property.</em><br /><em>BOH approved and ready to build!</em>"
<!--
;}
-->
