var myDomain = (window.location.hostname).toLowerCase();
if ( myDomain.indexOf('passtheacidtest') > -1 ) {
	window.location = '/quiz/';
}
