function signout( url)
{
   document.location= url + '?action=signout';
}