function initCufon() {
	Cufon.replace('#main h1', { fontFamily: 'MetaPlusBold-Roman'});
}

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