var rpsurl = 'http://www.homeguidemyrtlebeach.com';

function sidebar(allow) {
	if(allow) {
	document.getElementById('header').innerHTML = '<h1>Myrtle Beach MLS Listings - VIP Search Condos Homes Listings - Property Foreclosure Listings</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="The Jerry Pinkas Team" border="0" /></div>\
		<div id="hcard" class="vcard">\
			<div class="fn">The Jerry Pinkas Team</div>\
			<div class="org">Exit Realty Elite</div>\
			<div class="adr">\
				<div class="street-address">1335 44th Ave N. - Suite 103</div>\
				<span class="locality">Myrtle Beach</span>\
				<span class="region">SC</span>\
				<span class="postal-code">29577</span>\
			</div>\
			<div class="tel">843-839-9870</div>\
			<div class="tel">Barb Dwulet 843-655-6132</div>\
			<div class="tel">Fax: Bob Natale 843-333-2530</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 The Jerry Pinkas Team" border="0" /></div>\
	</div>';
	document.getElementById('box-2').style.display = 'block';
	}
}
