function initCufon() {
	Cufon.replace('#nav a', {fontFamily: 'CenturyGothic', hover: true});
	Cufon.replace('#sidebar .box ul a', {fontFamily: 'CenturyGothic', hover: true});
	Cufon.replace('#sidebar .download', {fontFamily: 'CenturyGothic', hover: true});
	Cufon.replace('.gallery h1', {fontFamily: 'CenturyGothic'});
	Cufon.replace('.gallery p', {fontFamily: 'CenturyGothic'});
}

initCufon();
