function showIDXMsg() {
	if (document.all) {
		document.all['link_info'].innerHTML="<span id='IDX_msg' class='idx'>View ACTIVE listings immediately after they are submitted to the Multiple Listing Service<br>of Los Angeles!</span>";
	}
	else {
		if (document.getElementById) {
			document.getElementById('IDX_msg').innerHTML="<span id='IDX_msg' class='idx'>View ACTIVE listings immediately after they are submitted to the Multiple Listing Service<br>of Los Angeles!</span>";
		}
	}
}

function hideIDXMsg() {
	if (document.all) {
		document.all['link_info'].innerHTML="<img src='images/prudential_logo_sm.gif'>";
	}
	else {
		if (document.getElementById) {
			document.getElementById('IDX_msg').innerHTML="<img src='images/prudential_logo_sm.gif'>";
		}
	}
}

function loadLogo() {
	if (document.all) {
		document.all['link_info'].innerHTML="<img src='images/prudential_logo_sm.gif'>";
	}
	else {
		if (document.getElementById) {
			document.getElementById('link_info').innerHTML="<img src='images/prudential_logo_sm.gif'>";
		
		}
	}
}
