function initCufon() {
	Cufon.replace('ul.navigation > li > a', { fontFamily: 'tmi', hover: true });
	Cufon.replace('ul.tabset a', { fontFamily: 'tmi', hover: true });

	Cufon.replace('.example h3', { fontFamily: 'tmi'});
	Cufon.replace('.example p', { fontFamily: 'tmi', hover: true});

	Cufon.replace('.main-nav a', { textShadow: '#155782 1px 1px, #155782 1px 1px', fontFamily: 'tmi' });
	Cufon.replace('.effects-test .gradient', { color: '-linear-gradient(#aaa, 0.45=#888, 0.45=#555, #000)', fontFamily: 'tmi' });
	Cufon.replace('#sidebar .widget h3', { textShadow: '#155782 1px 1px, #155782 1px 1px', fontFamily: 'tmi' });
}

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