
 if(!parent.main) 
  	location.href="index.htm?" + location.pathname;
else
{
 if(top.frames[0].name != "contents")
      top.location.href = "http://chaosempire.eu";
}
