$(function(){
  $('.message').addClass('hidden');
  $('div.thisis').next().show();
});
