Cufon.replace('h3');
Cufon.replace('.column.contact ul li', {hover: true});
Cufon.replace('.column p', {hover: true});
Cufon.replace('.column .follow', {hover: true});

$(document).ready(function() {
	$(function(){
      $(".tweet-container").tweet({
        join_text: "auto",
        username: "gertjanvanlaar",
        avatar_size: null,
        count: 3,
        auto_join_text_default: "I said,",
        auto_join_text_ed: "I",
        auto_join_text_ing: "I was",
        auto_join_text_reply: "I replied",
        auto_join_text_url: "I checked out",
        template: "{text}",
        loading_text: "Loading tweets...",
        filter: function(t){ return ! /^@\w+/.test(t["tweet_raw_text"]); }
      });
    });

});
