function initCufon() {
	Cufon.replace('#main .title h2', { textShadow: '#888787 2px 2px', fontFamily: 'timothy' });
	Cufon.replace('#main .promobox .gallery h2', { textShadow: '#888787 2px 2px', fontFamily: 'timothy' });
}

$(document).ready(function(){
	initCufon();
});
