
$(document).ready(function() {
	
	if (typeof backend == 'undefined') {
		Cufon.replace('h1, #LeftColumn h2, #Slogan .Large, #RightColumn .EzBlock h2, #HomeBottom h2');
		Cufon.replace('#MainNavigation a, #SubNavigation a', {hover: true});
	}
	
	$('#ToTop a').click(function() {
		$('html, body').animate({scrollTop: 0}, 700);
		$(this).blur();
		return false;
	});
	
});
