function l(){
 if (top.p != "") {
   var n = "../h/" + top.p;
   top.p = "";
   document.location = n;
 }
}

