$(document).ready(function() {
  $('.col').vjustify();
  $('#twitter_div').dropCurves({
      bSize: 1,
      bColor: '#000',
      r: 10
    });
})
