// JavaScript Document
//
function doCufon() {
	Cufon.replace('.body, .title, a.tabbut, a.but', {
    	fontFamily: 'Futura',
		hover: true,
    	hoverables: { a : true}
	});
}
