var hstn = location.hostname;
var pthn = location.pathname;
var ncj = pthn.match(/northerncityjournal/i);
var ncjold = hstn.match(/northerncityjournal.homestead/i);
var virtlhst = hstn.match(/northerncityjournal.com/i);
if (virtlhst) {
}
else if (ncj) {
	shortpthn = pthn.slice(20);
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='10; URL=http://www.northerncityjournal.com" + shortpthn + "'");
}
else if (ncjold) {
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='10; URL=http://www.northerncityjournal.com" + pthn + "'");
}
else {
}