function initCufon() {
	Cufon.replace('#main h2', { fontFamily: 'mpro_semi' });
}

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