function initCufon() {
	Cufon.replace('.main_nav a', { fontFamily: 'heavy', hover: true });
}

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