function ggSetActionSearchChance(frm)
{
  frm.action = document.location;
//
//alert(frm.action);
//
//frm.submit();
  return true;
}