
//////////////////////// redirect.js

function Redirect (user) {

	if (user == "support") {
	var url = 'mailto:support@stoeppelwerth.com';
	}
	document.location.href = url;
}