function toRedirect(sURL) {  
	window.location.replace(sURL,true);
}