if(top.document.title != "www.lateinseiten.de - TABVLAE DE LINGVA LATINA")
{
  var text = "";
  text += "Willkommen bei www.lateinseiten.de \n";
  text += "--------------------------------------------------------------\n\n";
  text += "Die nun folgenden Übersetzungen enthalten: \n\n";
  text += "1. Oratio in L. Catilinam Prima: In Senatu Habita (LATEIN / DEUTSCH)\n";
  text += "2. Oratio in L. Catilinam Secunda: Habita ad Populum (LATEIN / DEUTSCH)\n";
  text += "3. Oratio in L. Catilinam Tertia: Habita ad Populum (LATEIN)\n";
  text += "4. Oratio in L. Catilinam Quarta: Habita in Senatu (LATEIN)\n\n";
  text += "Desweiteren werden Buchempfehlungen zu diesen Themen angeboten.\n\n";
  text += "VIEL SPASS!!!";
  
  
	alert(text);
	top.document.URL = "http://www.lateinseiten.de/latein/index_cicero.htm";
}
