$(function(){
    $().ready(function(){
      $('#toggler').slideDown('slow');
    });
});
