function initCufon() {
	Cufon.replace('ul#nav > li > a', { fontFamily: 'GillS', hover: true });
	Cufon.replace('.btn span', { fontFamily: 'GillS', hover: true });
	Cufon.replace('#main h1', { fontFamily: 'GillS', hover: true });
	Cufon.replace('#main h2', { fontFamily: 'GillS', hover: true });
	Cufon.replace('#main h3', { fontFamily: 'GillS', hover: true });
	Cufon.replace('#main .main-frame h1', { fontFamily: 'GillL', hover: true });
	Cufon.replace('.title strong', { fontFamily: 'GillS', hover: true });
	Cufon.replace('.main-nav a', { fontFamily: 'GillS', hover: true });
	Cufon.replace('#main .aside h2', { fontFamily: 'GillL', hover: true });
	Cufon.replace('.button span', { fontFamily: 'GillL', hover: true });
}

$(document).ready(function(){
	initCufon();
});
