jQuery(function($){
      $(".tweetd").tweet({
        join_text: "auto",
        username: "cd_david",
        avatar_size: 16,
        count: 1,
        auto_join_text_default: "cd_david ",
        auto_join_text_ed: "cd_david ",
        auto_join_text_ing: "cd_david ",
        auto_join_text_reply: "cd_david ",
        auto_join_text_url: "cd_david ",
        loading_text: "loading tweets..."
      });
	    $(".tweetk").tweet({
        join_text: "auto",
        username: "cd_kate",
        avatar_size: 16,
        count: 1,
        auto_join_text_default: "cd_kate ",
        auto_join_text_ed: "cd_kate ",
        auto_join_text_ing: "cd_kate ",
        auto_join_text_reply: "cd_kate ",
        auto_join_text_url: "cd_kate ",
        loading_text: "loading tweets..."
      });
	    $(".tweetr").tweet({
        join_text: "auto",
        username: "cd_richard",
        avatar_size: 16,
        count: 1,
        auto_join_text_default: "cd_richard said,",
        auto_join_text_ed: "cd_richard",
        auto_join_text_ing: "cd_richard were",
        auto_join_text_reply: "cd_richard replied",
        auto_join_text_url: "cd_richard were checking out",
        loading_text: "loading tweets..."
      });
	  $("#twitter_d").tooltip({ effect: 'slide', offset: [-30, 0]});
	  $("#twitter_k").tooltip({ effect: 'slide', offset: [-30, 0]});
	  $("#twitter_r").tooltip({ effect: 'slide', offset: [-30, 0]});
    });
	
