/* 1605 */

var conteudoanuncios = new Array();
var listaanuncios = new Array();
var nextanuncio = 0;
var limitanuncios = 0;
var repeatanuncios = 1;
repeatanuncios = 1;

			listaanuncios[0] = 0;
			
			listaanuncios[1] = 6;
			
			listaanuncios[2] = 11;
			
			listaanuncios[3] = 21;
			
			listaanuncios[4] = 31;
			
			listaanuncios[5] = 41;
			
			listaanuncios[6] = 51;
			
	limitanuncios = 6;
	
var anuncioativo = new Array();

	conteudoanuncios[0] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x70.jpg\" width=\"720\" height=\"70\" class=\"bannerborder\"></a></center>";
	anuncioativo[0] = 1;
	
	conteudoanuncios[6] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[6] = 1;
	
	conteudoanuncios[11] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[11] = 1;
	
	conteudoanuncios[21] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[21] = 1;
	
	conteudoanuncios[31] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[31] = 1;
	
	conteudoanuncios[41] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[41] = 1;
	
	conteudoanuncios[51] = "<center><a href=\"http://www.topmu.com.br/anuncios/index.html\" target=\"_blank\"><img src=\"images/banner720x100.jpg\" width=\"720\" height=\"100\" class=\"bannerborder\"></a></center>";
	anuncioativo[51] = 1;
	
function chamaanuncio(pos){
	if(pos > 900 && pos <= 950 && anuncioativo[pos]==1){
		eval("escreveanuncioflu"+pos+"();");
	}
	if(pos <= 900 && anuncioativo[pos]==1){
		document.write(conteudoanuncios[pos]);
	}
	if(pos > 950 && anuncioativo[pos]==1){
		document.write(conteudoanuncios[pos]);
	}
}
function callnextanuncio(){
	if(nextanuncio>limitanuncios && repeatanuncios==1){
		nextanuncio = 0;
	}
	if(nextanuncio<=limitanuncios){
		chamaanuncio(listaanuncios[nextanuncio]);
		nextanuncio = nextanuncio+1;
	}
}

var listabanners = new Array();
var nextbanner = 0;
var limitbanner = 0;
var repeatbanners = 1;
repeatbanners = 1;

	listabanners[0] = "<a href=\"http://www.topmu.com.br/abrirsite/id1758.html\" target=\"_blank\"><img src=\"http://img713.imageshack.us/i/betobaner.gif/\" border=\"0\" width=\"468\" height=\"60\" alt=\"HG MU\" title=\"HG MU\"></a>";
	
limitbanner = 0;

function chamabanner(pos){
	if(pos<=limitbanner){
		document.write(listabanners[pos]);
	}
}
function callnextbanner(){
	if(nextbanner>limitbanner && repeatbanners==1){
		nextbanner = 0;
	}
	if(nextbanner<=limitbanner){
		chamabanner(nextbanner);
		nextbanner = nextbanner+1;
	}
}

