<!-- Hide from older browser
function CheckForRealEstate()  
{
	if (document.secondform.Category.options[document.secondform.Category.selectedIndex].value=="RealEstate")
	{
		alert("The REAL ESTATE Category is reserved for the owners of this site.\nA username and password is needed to submit an Ad.");
		document.secondform.Category.focus();
		return false;
	}
	return true;
}
-->
