if (top.location != self.location)
top.location = self.location;

function buthov(loc,cls)
{
if(loc.className)
  loc.className=cls;
}
