
if (navigator.userAgent.indexOf("Firefox")!=-1 && document.location.href.indexOf('provider-login')>0){
	window.history.forward(1);				
}
