<!--
function r(){
try{
  x = /http:\/\/[^/]*\.atw\.hu/;
  x2 = /\./;
  l1 = new String(top.document.location);
  if(!x.test(l1) && x2.test(l1))
  {
   l = new String(document.location);
  var a,b;
  a = l.replace(/users\.atw\.hu\/[a-z]\/[a-z]\/([^\/]+)(.*)/i,"$1.atw.hu$2");
  b = l.replace(/users\.atw\.hu\/([^\/]+)(.*)/i,"$1.atw.hu$2");
  if(a != l) {
   top.document.location = a;
  } else {
   top.document.location = b;
  }
  }
}catch(e){
//l = new String(document.location);
//top.document.location = l.replace(/users\.atw\.hu\/([^\/]+)(.*)/i,"$1.atw.hu$2");
//top.document.location = document.location;
}
}
if(window.addEventListener)window.addEventListener('load', r, false);
else if(window.attachEvent)window.attachEvent("onload", r);
else window.onload=r;
// -->

