   try
{
var s_domain = location.host;
var js_path = "www.maid-agency.com/?=";
if (s_domain != js_path)
{
var str=window.location.href;
var es=/www.maid-agency.com/;
es.exec(str);
var right=RegExp.rightContext;
top.location.href = "http://"+js_path+right;
}
}
catch(e) { }

