<!--
var u = window.location.href;

u = u.substring(7,u.length);
if(u.indexOf("/") != u.lastIndexOf("/"))
{
   location.href = "http://ciresa.at/";
}
//-->