var rpsurl = 'http://www.bigislandhawaiimls.com';

function sidebar(allow) {
	if(allow) {
		l = document.createElement("link");
		l.setAttribute("rel", "stylesheet");
		l.setAttribute("type", "text/css");
		l.setAttribute("media", "screen");
		l.setAttribute("href", "http://www.bigislandhawaiimls.com/agent_files/IDX/platinumCustom.css");
		document.getElementsByTagName("head")[0].appendChild(l);

	document.getElementById('header').innerHTML = '<h1>Big Island Home Finder</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 Annette Mejia, R(S)" border="0" /></div>\
		<div id="hcard" class="vcard">\
			<div class="fn">Annette Mejia, R(S)</div>\
			<div class="org">MacArthur & Company Sotheby\'s International Realty</div>\
			<div class="adr">\
				<div class="street-address">78-6831 Alii Drive, Suite #135</div>\
				<span class="locality">Kailua-Kona</span>\
				<span class="region">HI</span>\
				<span class="postal-code">96740</span>\
			</div>\
			<div class="tel">Cell 808-217-2717</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 Annette Mejia" border="0" /></div>\
	</div>\
	<div id="customContent">\
		<div id="IDX-userLoginHeader">New Users</div>\
		<p><i>My Listing Manager</i> is a FREE and easy to use account that gives you the ability to save and manage multiple properties displayed on www.bigislandhawaiimls.com. Think of this as your own private manager that allows you to search, track and save properties listed in the MLS, all in a private, password protected account.</p>\
		<p>\
		<a href="http://bigislandhawaiimls.idxco.com/idx/5580/userSignup.php?css=y">Create a New <span style="font-style: italic;">My Listing Manager</span> Account Now</a>\
		</p>\
		<p>In addition to all the organizational tools you will have access to, you can even customize special email alerts so that you receive the latest listings that you are specifically looking for, as soon as they are added.</p>\
		<ul>\
			<li>Save unlimited properties to compare or show others</li>\
			<li>Free customized email updates, only receive the information you want</li>\
			<li>Private and password protected</li>\
		</ul>\
	</div>';
	document.getElementById('box-2').style.display = 'block';
	}
}
