// JavaScript Document
     jQuery(document).ready(function($) {
        $(".tweet").tweet({
          join_text: "auto",
          username: "H_F_S",
          avatar_size: 24,
          count: 1,
          auto_join_text_default: "", 
		  auto_join_text_ing: "",
          loading_text: "loading tweets..."
        });
		
		
									  });
