 $(document).ready(
  function()
  {
     var testimonialHeight = 190-$("#bottombox-content p").height()+$("#bottombox-content h2").height();
      $("#bottombox-content").css({top : testimonialHeight/2});

  }
);
