Cufon.replace('#header li', { hover: true, fontFamily: 'Danzig 4p'});
Cufon.replace('.link, h1, h2, h3, h5, .info, a.button, h6, .navigation li, .tweet .tweet_list li a, .button-small span', { hover: true, fontFamily: 'Calvert MT'});

 jQuery(document).ready(function($) {
     $(".tweet").tweet({
       join_text: "auto",
       username: "live_drummer",
       count: 1,
	   avatar_size: 55,
       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 tweets..."
     });
  });
