// JavaScript Document

function change_search()
{name = ( arguments.length == 0 )? 'search' : arguments[0];
	if (document.search_text_top[name].value == "Google HardwoodBrokers.com")
	{
	document.search_text_top[name].value = "";
	}	else 	{
				if (document.search_text_top[name].value == "")
				document.search_text_top[name].value == "Google HardwoodBrokers.com";
				}
}

function change_newsletter()
{
	if (document.newsletter_text_top.search.value == "Enter Your Email Address Here!")
	{
	document.newsletter_text_top.search.value = "";
	}	else 	{
				if (document.newsletter_text_top.search.value == "")
				document.newsletter_text_top.search.value = "Enter Your Email Address Here!";
				}
}


 theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}