nome_arquivos[0] = '/Scripts/hoya.xml';



tag_ativos="COTACOES";

campo_variacao = "variação";



function carregarTodos_home(){

	ini_tab = 1;

	ini_col = 1;

	this.cot_home = new Cotacao(ini_tab, ini_col);

	this.cot_home.carregar(0);

}



setInterval("carregarTodos_home()", 60000);

setTimeout("carregarTodos_home()", 500);