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 wnzgorg = hstn.match(/winzig.org/i);
var mplstch = hstn.match(/minneapolistechnicalwriter.com/i);
var virtlhst = hstn.match(/winzigconsultingservices.com/i);
var qwst = hstn.match(/users.qwest.net/i);
var qwst2 = pthn.match(/%7Ewinzigconsulting/i);
if (hmstd) {
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='30; URL=http://www.winzigconsultingservices.com" + pthn + "'");
}
else if (virtlhst) {
}
else if (wcs) {
	shortpthn = pthn.slice(25);
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='30; URL=http://www.winzigconsultingservices.com" + shortpthn + "'");
}
else if (wcsold) {
	shortpthn = pthn.slice(0);
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='30; URL=http://www.winzigconsultingservices.com" + shortpthn + "'");
}
else if (qwst2) {
	shortpthn = pthn.slice(20);
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='30; URL=http://www.winzigconsultingservices.com" + shortpthn + "'");
}
else if (qwst) {
	shortpthn = pthn.slice(18);
	document.write("<META HTTP-EQUIV='Refresh' CONTENT='30; URL=http://www.winzigconsultingservices.com" + shortpthn + "'");
}
else if (wnzgorg) {
}
else if (mplstch) {
}
else {
}