
	var sURL = "http://www.action-solutions.ch";

	window.location.href = sURL;

/*
	// wait for the page being constructed
	window.setTimeout("Redirect()", 2000);

	function Redirect() {
		window.location.href = sURL;
	}
*/


