function Application(){
	this.SiteImg = "http://www.fiscosoft.inf.br/";
	this.BaseURL = "http://www.fiscosoft.com.br/";
	this.textoEmail = "Digite seu e-mail...";
	this.textoBF = "Digite a palavra, expressão ou ato legal a ser buscado...";

	this.versaoBrowser = 8;

	if(navigator.appVersion.indexOf('MSIE')!=-1){
		arrVersao = navigator.appVersion.split('MSIE');
		this.versaoBrowser = parseFloat(arrVersao[1]);
	}

}

var App = new Application();


