var rpsurl = 'http://www.desertrealestateprices.com/';

function sidebar(allow) {
	if(allow) {
	document.getElementById('header').innerHTML = '<h1>Search All Listings</h1><h2>An Automated Listing Alert Service</h2>';
	
	document.getElementById('box-2').style.display = 'block';
	}
}
