var hstn = location.hostname;
var pthn = location.pathname;
var wcs = pthn.match(/winzigconsultingservices/i);
var wcsold = hstn.match(/winzigconsultingservices.homestead/i);
var hmstd = hstn.match(/winzig.homestead.com/i);
var virtlhst = hstn.match(/winzigconsultingservices.com/i);
var qwst = hstn.match(/users.qwest.net/i);
var qwst2 = pthn.match(/%7Ewinzigconsulting/i);
var locltst = pthn.match(/E:\\Files\\Html/i);
if (hmstd) {
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This Winzig Consulting Services web site moved in June 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.winzigconsultingservices.com" + pthn + "'>www.winzigconsultingservices.com" + pthn + "</A>.<BR><BR></B></FONT>");
}
else if (virtlhst) {
}
else if (wcs) {
	shortpthn = pthn.slice(25);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This Winzig Consulting Services web site moved in mid-May, 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.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR><BR></B></FONT>");
}
else if (wcsold) {
	shortpthn = pthn.slice(0);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This Winzig Consulting Services web site moved in mid-May, 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.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR><BR></B></FONT>");
}
else if (qwst2) {
	shortpthn = pthn.slice(20);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This is the old Winzig Consulting Services web site.<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.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR><BR></B></FONT>");
}
else if (qwst) {
	shortpthn = pthn.slice(18);
	document.write("<FONT SIZE='-2' FACE='verdana, arial, helvetica' COLOR='#C00000'><B>This is the old Winzig Consulting Services web site.<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.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.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 Winzig Consulting Services.<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.winzigconsultingservices.com'><B>www.winzigconsultingservices.com</B></A><BR><B>If necessary, please adjust your links accordingly.</B><BR></FONT>");
}