var p = window.location.pathname;
		var h = location.href;
		if (p != "/" && p.indexOf("") == -1 && p.charAt(p.length - 1) != '/')
			h += '/';

		if (location.hostname == "whiplashentertainment.com")
			h = h.replace("whiplashentertainment.com", "www.whiplashentertainment.com");

		if (h != location.href)
			location.replace(h);
			
var p2 = window.location.pathname;
		var h2 = location.href;
		if (p2 != "/" && p2.indexOf("") == -1 && p2.charAt(p2.length - 1) != '/')
			h2 += '/';

		if (location.hostname == "prod.sinasylumentertainment.com")
			h2 = h2.replace("prod.sinasylumentertainment.com", "www.whiplashentertainment.com");

		if (h2 != location.href)
			location.replace(h2);