var rpsurl = 'http://www.hellodreamhome.com';

function sidebar(allow) {
	if(allow) {
	document.getElementById('header').innerHTML = '<h1>Find Southern California, Oregon and Washington Real Estate!</h1><h2>Because You Have Better Things To Do!</h2>';
	
	document.getElementById('box-2').innerHTML = '<div id="agentprofile-widget">\
		<h3>Contact Information</h3>\
		<div id="profileImage"><img src="' + rpsurl + '/siteimages/agent150.jpg" alt="Photo of Bernadette &amp; Belland Inc. &amp; John L. Scott Real Est" border="0" /></div>\
		<div id="hcard" class="vcard">\
			<div class="fn">Bernadette Radie &amp; Lawrence Belland</div>\
			<div class="org">Bernadette &amp; Belland Inc. &amp; John L. Scott Real Est</div>\
			<div class="adr">\
				<div class="street-address">25283 Cabot Rd</div>\
				<span class="locality">Laguna Hills</span>\
				<span class="region">CA</span>\
				<span class="postal-code">92653</span>\
			</div>\
			<div class="tel">(503) 740-7737</div>\
			<div class="tel">(949) 533-7653</div>\
			<div class="fax">Fax: (800) 900-5280</div>\
			<div class="contactlink"><a href="' + rpsurl + '/Contact">Send An Email</a></div>\
		</div>\
		<div id="profileLogo"><img src="' + rpsurl + '/siteimages/logo.jpg" alt="Logo for Bernadette &amp; Belland Inc. &amp; John L. Scott Real Est" border="0" /></div>\
	</div>';
	document.getElementById('box-2').style.display = 'block';
	}
}
