function urlRedirect(url) {	
	 window.location.replace(url);						 
}
