function Login(){
var done=0;
var find=document.login.find.value;
find=find.toLowerCase();
// Automotive ---------------------------------------------------------------------------------------------------------------------------------------------*/
// Alarm Systems ///////////////
	if (find=="alarm systems") { window.location="http://georgia.blahhh.net/yellowpages/aallice-ga/automotive/alarm-systems.html"; done=1; }
   ///////////////
// Real Estate ---------------------------------------------------------------------------------------------------------------------------------------------*/
// Realty       ///////////////
	if (find=="realtor") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="realtors") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="real estate") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="real estate agents") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="real estate brokers") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="real estate companies") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
	if (find=="real estate find") { window.location="http://georgia.blahhh.net/services/atlanta-ga/real-estate-agents/"; done=1; }
// Tenant Eviction ///////////
	if (find=="tenant evictions") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-eviction/"; done=1; }
	if (find=="tenant evictions companies") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-eviction/"; done=1; }
	if (find=="tenant leasing") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-eviction/"; done=1; }
	if (find=="tenant removal") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-eviction/"; done=1; }
// Tenant Placement ///////////
	if (find=="tenant leasing") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-placement/"; done=1; }
	if (find=="tenant locators") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-placement/"; done=1; }
	if (find=="tenant placement") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-placement/"; done=1; }
	if (find=="tenant placement companies") { window.location="http://georgia.blahhh.net/services/atlanta-ga/tenant-placement/"; done=1; }
   ///////////////
// # -------------------------------------------------------------------------------------------------------------------------------------------------------*/
	if (done==7) { window.location="http://www.blahhh.net/"; }
	if (done==0) { alert("Invalid Seach Query"); }
}
