$nh(function() {
	$nh('#footer').css({'text-align': 'center'});
	$nh('#footer p').css({display: 'block'});
	$nh('#bcFooter').css({display: 'none'});
	$nh('#bcFooter .footer script').remove();
	$nh('#bcFooter .footer').appendTo('#footer p');
});