// Second 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 ChangeTextTw()  {
	var curtextval = document.getElementById("ptext");
	curtextval.innerHTML = "<img src='img/feat_pic_2.jpg' /><br />&nbsp;<br /><strong>Mamaroneck New Construction</strong><br />&nbsp;<br /><em>Magnificent New stone & shingle</em><br /><em>Nantucket style home in Exclusive Oriental</em><br /><em>Point Waterfront community.</em>"
}
