// javascript document

function writeEmail(tla,dom,nam) {
document.write("<a href='mailto:"+nam+"@"+dom+"."+tla+"'>"+nam+"@"+dom+"."+tla+"</a>");
}



function getFeaturedPropertyName(page) {
//right now all page return the same value for this
return"exeq";
}

function writeDisclaimer() {
var dis='<p class="tiny_text">&copy; '+new Date().getFullYear()+' Exchange Equity, LLC. All rights reserved. <br />'
	+'1527 Harmony Street New Orleans, LA  70115 | Phone:  <strong>877/EX4-1031 (877/394-1031)</strong> |  Fax: 504/891-3249 | '
	+'<a href="mailto:info@exchangeequity.com" title="Contact Us">info@exchangeequity.com</a>'
	+'</p><p class="tiny_text"><strong>Privacy Policy.</strong> '
	+'This material may not be published or rewritten at any time Exchange Equity LLC reserves the right '
	+'to refuse business to anyone. Properties on this website are subject to prior sale and may not be '
	+'available at the time you review this site. Prospective buyers should review any investment or '
	+'transaction with their own legal, accounting and real estate advisors. This information is not '
	+'intended to replace qualified legal, tax, real estate and/or financial planning advice.'
	+'<br /><br />Site / <a href="http://www.ettinger.net" title="Site design by Ettinger Communications"'
	+'target="_blank">EttCom</a></p>';
	document.write(dis);
	}