// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

$(document).ready(function(){
   
  (function($) {  // Wrapper to make sure that the $ is used by jQuery and wasn't taken over by another library

    // twitter
    $("#tweets").tweet({
      intro_text:"",
      outro_text: "",
      join_text: "",
      username: "jamesbaileytv",
      count: 2,
      auto_join_text_default: "", 
      auto_join_text_ed: "",
      auto_join_text_ing: "",
      auto_join_text_reply: "",
      auto_join_text_url: "",
      loading_text: ""
    });
 
  })(jQuery);

});