$(document).ready(function() {
  // Put your custom jQuery in here - it will execute after DOM completion
  

      $(".tweet").tweet({
            username: "motormarque",
            avatar_size: 0,
            count: 3,
            
            loading_text: "loading tweets..."
        });
    
	 

});



