Cufon.replace('.cufon',{hover: true});
Cufon.replace('h1',{hover: true});
Cufon.replace('#welcome h1', {textShadow: '#13374d 1px 1px'});
Cufon.replace('#welcome h2', {textShadow: '#89bee1 2px 2px'});
Cufon.replace('.section', {textShadow: '#03090d 0px 1px'});




$(document).ready(function(){	
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();	

	$(".tweets").tweet({
	 username: "edburghard",
	join_text: "auto",
	avatar_size: 0,
	count: 2,
            auto_join_text_default: "<a href='https://twitter.com/edburghard' target='_blank'><strong>@EdBurghard</strong></a>: ",
            auto_join_text_ed: "",
            auto_join_text_ing: "",
            auto_join_text_reply: "",
            auto_join_text_url: "",
            loading_text: "<p align='center'>loading tweets...</p>"
        });
});
