if (top == self) {
 var l = location.pathname.length
 var a = location.pathname.substring(l-12,l)
 top.location.href = "reload.html?"+a
}