
/* 1556 */

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/abrirbanner/id67.html\" target=\"_blank\"><img src=\"http://levelfivehost.com/banners/banner07.gif\" 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/id1552.html\" target=\"_blank\"><img src=\"http://www.mutotal.com.br/imagens/banner.gif\" border=\"0\" width=\"468\" height=\"60\" alt=\"Mu Total \" title=\"Mu Total \"></a>";
	
	listabanners[1] = "<a href=\"http://www.topmu.com.br/abrirsite/id1653.html\" target=\"_blank\"><img src=\"http://www.murevolt.com.br/templates/refresh/images/logo2.jpg\" border=\"0\" width=\"468\" height=\"60\" alt=\"MuRevolt\" title=\"MuRevolt\"></a>";
	
	listabanners[2] = "<a href=\"http://www.topmu.com.br/abrirsite/id1559.html\" target=\"_blank\"><img src=\"http://www.mureal.com.br/publicidade/mureal_468x60.gif\" border=\"0\" width=\"468\" height=\"60\" alt=\"Mu Real Game Server\" title=\"Mu Real Game Server\"></a>";
	
	listabanners[3] = "<a href=\"http://www.topmu.com.br/abrirsite/id1714.html\" target=\"_blank\"><img src=\"http://img709.imageshack.us/img709/7992/muvini.jpg\" border=\"0\" width=\"468\" height=\"60\" alt=\"Mu-Vini\" title=\"Mu-Vini\"></a>";
	
limitbanner = 3;

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;
	}
}

