function linkDestaques() {

  /* Enter the link name below. Each entry must have
     a unique number in the "[]" brackets. */

  var Menu = new Array();

    Menu[0]="[Mp3] Salmos métricos em mp3";
	Menu[1]="[Download] Novo Testamento Grego em mp3";
	Menu[2]="[Download] Novo Testamento Interlinear";
	Menu[3]="[Download] Septuaginta";
	Menu[4]="[Download] Antigo Testamento em hebraico";
	Menu[5]="[Download] Novo Testamento em grego";
	Menu[6]="[Download] Septuaginta Interlinear";
	Menu[7]="[Mp3] Amazing Grace - Elvis Presley";
	Menu[8]="[Notícias] A história do 'Castelo Forte' de Martinho Lutero";
	Menu[9]="O Cristão, o Fundamentalismo e o Espírito Combativo";

  /* Enter the link URL below. Each entry must have
     a unique number in the "[]" brackets which matches
     the entry above. */

  var MenuURL = new Array();

    MenuURL[0]="http://www.eleitosdedeus.org/mp3/salmos.html";
	MenuURL[1]="http://www.eleitosdedeus.org/downloads/novo-testamento-grego-mp3.html";
	MenuURL[2]="http://www.eleitosdedeus.org/downloads/novo-testamento-interlinear.html";
	MenuURL[3]="http://www.eleitosdedeus.org/downloads/septuaginta.html";
	MenuURL[4]="http://www.eleitosdedeus.org/downloads/antigo-testamento-hebraico.html";
	MenuURL[5]="http://www.eleitosdedeus.org/downloads/novo-testamento-grego.html";
	MenuURL[6]="http://www.eleitosdedeus.org/downloads/septuaginta-interlinear.html";
	MenuURL[7]="http://www.eleitosdedeus.org/mp3/amazing-grace-elvis.html";
	MenuURL[8]="http://www.eleitosdedeus.org/noticias/a-historia-do-castelo-forte-de-martinho-lutero.html#axzz0tHlTiZuD";
	MenuURL[9]="http://www.eleitosdedeus.org/apologetica/cristao-fundamentalismo-espirito-combativo-heitor-alves.html";

  for (i=0; i<Menu.length; i++) {
    document.write("<li>"+Menu[i].link(MenuURL[i])+"</li>");
  }
}
