$(function(){
	Cufon.replace('h1, header li a');
	
	$("header ul a").click(function() {
		$.scrollTo('#'+$(this).attr('rel'),1000, {offset:-170});
		return false;
    });
    
    $("#tweets").tweet({
            username: "prostevo",
            join_text: "auto",
            avatar_size: null,
            count: 2,
            auto_join_text_default: "I said...",
            auto_join_text_ed: "I...",
            auto_join_text_ing: "I was...",
            auto_join_text_reply: "I replied to...",
            auto_join_text_url: "I was checking out...",
            loading_text: "Loading tweets..."
        });
});

