
var sLocation = location.toString();
//var baseUrl = "http://www.testserver.nl/reinaerde/www/";
//var baseUrl = "http://demo.lync.nl/reinaerde/";

//var baseUrl = "http://www.reinaerde.nl/test/";
var baseUrl = "http://www.reinaerde.nl/";
//if (sLocation.indexOf("?")<0)
//{

   //if (window.name!='content' && !((self.innerHeight==0) && (self.innerWidth==0)) && sLocation.indexOf('?')<0)
   if (window.name!='content' && !((self.innerHeight==0) && (self.innerWidth==0)))
   {
      var str = location.toString();
      var result = str.split("\/");
      top.document.location.replace(baseUrl+'index.html?'+str);
      //top.document.location.replace(baseUrl+'index.html?'+baseUrl+result[result.length-3]+'/'+result[result.length-2]+'/'+result[result.length-1]);
   }

//}



