// 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: "",
      username: "creativeseen",
      count: 1,
      auto_join_text_default: "we said,", 
      auto_join_text_ed: "we",
      auto_join_text_ing: "we were",
      auto_join_text_reply: "we replied",
      auto_join_text_url: "we were checking out",
      loading_text: "Loading.... ",
	   join_text: "auto"
    });
   
  })(jQuery);

});
