 //implementação das funções
Num=Math.floor (Math.random()*1000000);

function ordem(){
  for(i = 0; i < ordem.arguments.length; i++){
    this.tagsPublicidade += "<scr"+"ipt src=\""+ ordem.arguments[i] + "\"></scr"+"ipt>";
  }
}

function anuncios(){
  this.tagsPublicidade="";
  this.ordem = ordem;
  this.mostra = function (){document.write(this.tagsPublicidade);}
}

anuncioMiolo = new anuncios();
anuncioTopoGalerias = new anuncios();

//sources dos anuncios
ppp="http://ppi.terra.com.br/showArea.asp?key=br.esportes.imagem.ppp&ord="+Num+"?";
banner = "http://ad.doubleclick.net/adj/br.terra.esportes/galerias;sz=468x60;kw=futebol_galerias;dcopt=ist;ord="+ Num +"?";

//posição dos anuncios
anuncioMiolo.ordem(banner);
anuncioTopoGalerias.ordem();
