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);
var locltst = pthn.match(/E:\\Files\\Html/i);
if (virtlhst) {
}
else if (ncj) {
	shortpthn = pthn.slice(20);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This Northern City Journal web site moved in July 2004.<BR>(This location is being maintained temporarily to support old links.)<BR>This page (<U>" + hstn + pthn +"</U>)<BR>is now located at: &nbsp;<A HREF='http://www.northerncityjournal.com" + shortpthn + "'>www.northerncityjournal.com" + shortpthn + "</A>.<BR><BR></B></FONT>");
}
else if (ncjold) {
	shortpthn = pthn.slice(0);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This Northern City Journal web site moved in July 2004.<BR>(This location is being maintained temporarily to support old links.)<BR>This page (<U>" + hstn + pthn +"</U>)<BR>is now located at: &nbsp;<A HREF='http://www.northerncityjournal.com" + shortpthn + "'>www.northerncityjournal.com" + shortpthn + "</A>.<BR><BR></B></FONT>");
}
else if (locltst) {
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This is the work site for Northern City Journal.<BR>This page is: <U>" + hstn + pthn +"</U>.<BR><BR></B></FONT>");
}
else {
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>Our home site address is now:&nbsp;&nbsp;</B><A HREF='http://www.northerncityjournal.com'><B>www.northerncityjournal.com</B></A><BR><B>If necessary, please adjust your links accordingly.</B><BR></FONT>");
}