﻿// JScript File
var testing=false;
if(!testing)
{
    var str=window.location.href;
   if(str.toLowerCase().indexOf("kcscout.org")>-1)
  { 
        window.location.href="http://www.kcscout.net";
   } 
}