function initCufon() {
	Cufon.replace('.thetweet', { fontFamily: 'akzidenz-grotesk-light'});
}

$(document).ready(function(){
	initCufon();
});
