
var h_tag = document.getElementById('h1_headline');
var h_copy = 'Premier Acreage for Texas Living';

h_tag.innerHTML = h_copy;

var p_tag = document.getElementById('p_copy');
var p_copy = 'Southerland Communities Featured Listings display unique acreage homesites available for immediate purchase throughout the Texas Hill Country and North Texas.  This Texas land for sale offers you incredible vistas, rolling hills, rock bluffs, beautiful oaks, riverfront and lakeview homesites to choose from.  You can buy now and build when ready at all Southerland Communities developments.  Select a listing below to learn more.';

p_tag.innerHTML = p_copy;