/* Redirect to selectorgroup.com */
var l_strLoc = document.location.host;
if((l_strLoc.indexOf("selectorgroup.com") == -1) && (l_strLoc.indexOf("203.109.193.209") == -1)) {
  var l_strHref = document.location.href;
  var l_strNew = "http://www.selectorgroup.com";
  if(l_strHref.indexOf("/", 7) > -1) {
    l_strNew += l_strHref.substring(l_strHref.indexOf("/", 7), l_strHref.length);
  }
  document.location.replace(l_strNew);
}
