$(function(){  
  $("body").ScrollToAnchors(800);  // for Smooth Scroll
  $('textarea.resizable:not(.processed)').TextAreaResizer();  // for Textarea Resizer
  $('.flatHeights').flatHeights(); // for flatHeights
}); 

