/*
 * Copyright (c) 2009 Ralf Dietel
 */

    $(function() {
     $('p.2').animate({
       fontSize: '3em'
     }, 500).html("Bibel");
   }, 100);
   setTimeout(function() {
     $(function() {
       $('p.3').animate({
         fontSize: '3em'
       }, 500).html("Gebet");
     });
   }, 500);
   setTimeout(function() {
     $(function() {
       $('p.4').animate({
         fontSize: '3em'
       }, 500).html("Leben");
     });
   }, 1000);
   setTimeout(function() {
     $(function() {
       $('p.5').animate({
         fontSize: '3em'
       }, 500).html("Freude");
     });
     $('p.20').animate( { width:"24px"});
   }, 1500);
   setTimeout(function() {
     $(function() {
       $('p.6').animate({
         fontSize: '3em'
       }, 500).html("Glauben");
     });
   }, 2000);
   setTimeout(function() {
     $(function() {
       $('p.7').animate({
         fontSize: '3em'
       }, 500).html("Verstehen");
     });
   }, 2500);
   setTimeout(function() {
     $(function() {
       $('p.8').animate({
         fontSize: '3em'
       }, 500).html("Hilfe");
     });
   }, 3000);
   setTimeout(function() {
     $(function() {
       $('p.9').animate({
         fontSize: '3em'
       }, 500).html("Hoffnung");
     });
   }, 3500);
   setTimeout(function() {
     $(function() {
       $('p.10').animate({
         fontSize: '3em'
       }, 500).html("Zukunft");
     });
   }, 4000);
   setTimeout(function() {
     $(function() {
       $('p.11').animate({
         fontSize: '3em'
       }, 500).html("Hören");
     });
   }, 4500);
   setTimeout(function() {
     $(function() {
       $('p.12').animate({
         fontSize: '3em'
       }, 500).html("Gemeinschaft");
     });
   }, 5000);
   setTimeout(function() {
     $(function() {
       $('p.13').animate({
         fontSize: '3em'
       }, 500).html("Erbauung");
     });
   }, 5500);
   setTimeout(function() {
     $(function() {
       $('p.14').animate({
         fontSize: '3em'
       }, 500).html("Geborgenheit");
     });
   }, 6000);
   setTimeout(function() {
     $(function() {
       $('p.15').animate({
         fontSize: '3em'
       }, 500).html("Liebe");
     });
   }, 6500);
   setTimeout(function() {
     $(function() {
       $('p.16').animate({
         fontSize: '3em'
       }, 500).html("gute Botschaft");
     });
   }, 7000);
   setTimeout(function() {
     $(function() {
       $('p.17').animate({
         fontSize: '3em'
       }, 500).html("Lehre");
     });
   }, 7500);
   setTimeout(function() {
     $(function() {
       $('p.18').animate({
         fontSize: '3em'
       }, 500).html("Jesus Christus, Gottes Sohn und Retter");
     });
   }, 8000);

   setTimeout(function() {
     $(function() {
       $('p.18').animate({
         fontSize: '3em'
       }, 500).html("Jesus Christus, Gottes Sohn und Retter");
     });
   }, 8000);

   setTimeout(function() {
     $(function() {
       $('p.19').animate({}, 0).html("<nobr>Ende der Animation.</nobr>");
     });
   }, 8800);
