  $(document).ready(function(){

    $("#game").css({'display':'none'});
    $("#text").html("<br><br><iframe src='http://www.girls-like-games.de/ads.php' width='336' height='280' align='center' scrolling='no' marginheight='0' marginwidth='0' frameborder='0'></iframe><br><br><input id=button type=button value='&nbsp; Hier gehts weiter zum Spiel ...&nbsp;'><br><br><br>").fadeIn("slow");

    $("#button").click(function () {
      $("#text").fadeOut("slow",function () {
                                             $("#game").show();
                                             });
    });

  });
