function Redirect( sId )
{
	str=document.location.hash,idx=str.indexOf('#');
	if(idx>=0) str=str.substr(1);
	if( window.name != "m" && ( sId != str) ) {
		window.location.replace("../xxxxxxxxxxxxxxxxxxxxxx.html#"+sId);
		return 1;
	}
	return 0
}
function Load()
{
	str=document.location.hash,idx=str.indexOf('#');
	if(idx>=0) str=str.substr(1);
	if(str) m.location.replace(str);
}

function schreib(nn, dd) 
{
	if (!nn) nn="spieler"; // gilt leider auch bei nn="" !
	if(!dd)	ii="APWH";
	else	ii=dd;

	post="ma"; an="to"; bei="&#x0040;"; vex="vex"; i="i"; l="l"; netz="net"; dp=":"; pt="."; 
	dom = (ii.indexOf(".")>=0) ? ii : ((ii=="") ? "" : ii+pt) + vex+i+l+l+i+pt+netz;
	los = window.open(post+i+l+an+dp+nn+bei+dom); // dazu <a href="javascript:schreib(...)">...</a>
}
