function initCufon() {
	Cufon.replace('#footer ul a', { fontFamily: 'Aller', hover: true });
}

$(document).ready(function(){
	initCufon();
});