jQuery(document).ready(function($) {
  $(".tweet").tweet({
    username: "SEIL_SMF",
    count: 25,
    loading_text: "now loading..."
  });
})

