if(document.location.toString().substring(0,20) == 'http://vmprodextrasp' || document.location.toString().substring(0,19) == 'http://12.39.245.42')
	{
		var UserAuthentication = document.getElementById('DivAroundTopBar');
		UserAuthentication.style.display = '';
	}