var lphost=document.location.hostname.toLowerCase();
var rurl="";
function LPHost(Host,Path)
{
	this.Host=Host
	this.Path=Path
}
HostNames = new Array()
// HostNames[HostNames.length]=new LPHost("truekm","/solution");
HostNames[HostNames.length]=new LPHost("true-aware","/aware");
HostNames[HostNames.length]=new LPHost("trueaware","/aware");
HostNames[HostNames.length]=new LPHost("knowledge-genie","/smipio");
HostNames[HostNames.length]=new LPHost("wise-organization","/wise");
HostNames[HostNames.length]=new LPHost("wiseorganization","/wise");
HostNames[HostNames.length]=new LPHost("smipio","/smipio");
HostNames[HostNames.length]=new LPHost("trueintellect","/consulting/trueintellect");
HostNames[HostNames.length]=new LPHost("knowledgenie","/smipio");
HostNames[HostNames.length]=new LPHost("igniteknowledge","/smipio");
HostNames[HostNames.length]=new LPHost("aiavu","/aiavu");
HostNames[HostNames.length]=new LPHost("intelligentkpod","/smipio");
HostNames[HostNames.length]=new LPHost("experts-connect","/smipio");
HostNames[HostNames.length]=new LPHost("planlearngrow","/smipio");
HostNames[HostNames.length]=new LPHost("thinklearnperform","/tlp");
//check the host
for(h=0;h<HostNames.length;h++){
	if(lphost.indexOf(HostNames[h].Host)>-1)
	{
		rurl=HostNames[h].Path;
		break;	
	}
}
//Loading the url - Redirection
if(rurl!="")
	document.location.pathname=rurl