// JavaScript Document
//-----------------------------------------------------------------------------------------------
//------------------------------Configurações iniciais ------------------------------------------

function createMsg(){
//-- colocar no inicializar   
   AddCss();
   h=document.createElement("span");
   h.id="btc";
   h.setAttribute("id","btc");
   h.style.position="absolute";
   document.getElementsByTagName("body")[0].appendChild(h);
//---------------------------------------------------------
}
function montarConsultas(){
	 var lista = new consulta.getLista();
}

function montarAcao(){
   acao.setAcoes();
}


iniciar(createMsg);
iniciar(recuperaHref);



