// JavaScript Document - Subdomain Redirection

var loc=location.href;
switch(loc){
	 case "http://survey.bayequip.com/" : location.replace("http://www.surveymonkey.com/s.asp?u=571451824088")
	break
	case "http://ops.bayequip.com/" : location.replace("http://bayequip.com/ops/index.html")
	break
	case "http://rentalman.bayequip.com/" : location.replace("http://asp.wynnesystems.com/hod/hodcachedj2.html")
	break
	case "http://careers.bayequip.com/" : location.replace("http://bayequip.com/careers.htm")
	break
};
