$(document).ready(function() {
	var newText = "<p>Buttrick Wong Architects is an architecture and design firm with a history of creating enduring, innovative and sustainable buildings and interiors. In addition to high-end custom residential and commercial spaces, <br />Buttrick Wong Architects is experienced with institutional and educational projects.</p>";
	
	$('#mainText').replaceWith(newText);
});
