function t ()
{
 httpRequest = getRequestObject ();
 httpRequest.open ("POST", "/lib/t.jsp", true);
 httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
 httpRequest.send ("u=" + encodeURI (window.location.href));
}
