function Togin(){
var done=0;
var who=document.login.who.value;
who=who.toLowerCase();
// A ---------------------------------------------------------------------------------------------------------------------------------------------*/
// B ---------------------------------------------------------------------------------------------------------------------------------------------*/
// L ---------------------------------------------------------------------------------------------------------------------------------------------*/
// S ---------------------------------------------------------------------------------------------------------------------------------------------*/
	if (who=="synergy") { window.location="http://www.blahhh.net/business/profiles/sa/synergy-properties/"; done=1; }
	if (who=="synergy properties") { window.location="http://www.blahhh.net/business/profiles/sa/synergy-properties/"; done=1; }
// # ---------------------------------------------------------------------------------------------------------------------------------------------*/
	if (done==7) { window.location="http://www.blahhh.net"; }
	if (done==0) { alert("Name not Registered"); }
}
