/*nome_arquivos[0] = '/q10/xml/unica_alcoolfut.xml';
nome_arquivos[1] = '/q10/xml/unica_acucarfutny.xml';
nome_arquivos[2] = '/q10/xml/unica_acucarfutlond.xml';
nome_arquivos[3] = '/q10/xml/unica_brentny.xml';
nome_arquivos[4] = '/q10/xml/unica_moeda.xml';
nome_arquivos[5] = '/q10/xml/unica_home.xml';
nome_arquivos[6] = '/q10/xml/unica_acucarfut.xml';
nome_arquivos[7] = '/q10/xml/unica_acucarcepea.xml';

*/

nome_arquivos[0] = '/xml/Q10/unica_alcoolfut.xml';
nome_arquivos[1] = '/xml/Q10/unica_acucarfutny.xml';
nome_arquivos[2] = '/xml/Q10/unica_acucarfutlond.xml';
nome_arquivos[3] = '/xml/Q10/unica_brentny.xml';
nome_arquivos[4] = '/xml/Q10/unica_moeda.xml';
nome_arquivos[5] = '/xml/Q10/unica_home.xml';
nome_arquivos[6] = '/xml/Q10/unica_acucarfut.xml';
nome_arquivos[7] = '/xml/Q10/unica_acucarcepea.xml';
nome_arquivos[8] = '/xml/Q10/unica_alcoolcepea.xml';


tag_ativos="COTACOES";
campo_variacao = "variação";

function carregarTodos(){
	cot_alcoolfut = new Cotacao(1, 0);
	setTimeout("cot_alcoolfut.carregar(0)", 500);
	
	cot_acucarny = new Cotacao(2, 0);
	setTimeout("cot_acucarny.carregar(1)", 1000);	
	
	cot_acucarld = new Cotacao(3, 0);
	setTimeout("cot_acucarld.carregar(2)", 1000);

	cot_brent = new Cotacao(4, 0);
	setTimeout("cot_brent.carregar(3)", 1000);
	
	cot_moeda = new Cotacao(5, 0);
	setTimeout("cot_moeda.carregar(4)", 1000);

	cot_home = new Cotacao(6, 0);
	setTimeout("cot_home.carregar(5)", 1000);

	cot_acucarfut = new Cotacao(7, 0);
	setTimeout("cot_acucarfut.carregar(6)", 1000);

	cot_acucarcepea = new Cotacao(8, 0);
	setTimeout("cot_acucarcepea.carregar(7)", 1000);
	
	cot_alcoolcepea = new Cotacao(9, 0);
	setTimeout("cot_alcoolcepea.carregar(8)", 1000);
}
setInterval("carregarTodos()", 60000);
carregarTodos();
