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 FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This site moved in June 2004. Please change your link to:<BR><A HREF='http://www.winzigconsultingservices.com" + pthn + "'>www.winzigconsultingservices.com" + pthn + "</A>.<BR>Your browser should redirect you there automatically in 30 seconds.<BR>If it does not (or if you don't want to wait), click on the above link.<BR><BR></B></FONT>");
}
else if (virtlhst) {
}
else if (wcs) {
	shortpthn = pthn.slice(25);
	document.write("<FONT FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This site moved in May 2004. Please change your link to:<BR><A HREF='http://www.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR>Your browser should redirect you there automatically in 30 seconds.<BR>If it does not (or if you don't want to wait), click on the above link.<BR><BR></B></FONT>");
}
else if (wcsold) {
	shortpthn = pthn.slice(0);
	document.write("<FONT FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This site moved in May 2004. Please change your link to:<BR><A HREF='http://www.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR>Your browser should redirect you there automatically in 30 seconds.<BR>If it does not (or if you don't want to wait), click on the above link.<BR><BR></B></FONT>");
}
else if (qwst2) {
	shortpthn = pthn.slice(20);
	document.write("<FONT FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This is our old site. Please change your link to:<BR><A HREF='http://www.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR>Your browser should redirect you there automatically in 30 seconds.<BR>If it does not (or if you don't want to wait), click on the above link.<BR><BR></B></FONT>");
}
else if (qwst) {
	shortpthn = pthn.slice(18);
	document.write("<FONT FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This is our old site. Please change your link to:<BR><A HREF='http://www.winzigconsultingservices.com" + shortpthn + "'>www.winzigconsultingservices.com" + shortpthn + "</A>.<BR>Your browser should redirect you there automatically in 30 seconds.<BR>If it does not (or if you don't want to wait), click on the above link.<BR><BR></B></FONT>");
}
else if (locltst) {
	document.write("<FONT FACE='verdana, arial, helvetica' COLOR='#C00000'><B>NOTE: This is the work site page: <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>");
}