$(document).ready(function(){
	// Cufon font replacement
	Cufon.replace('.fontAkk, .fontAkk > a, .fontAkk > p, .fontAkk > h1, .fontAkk > h2, .fontAkk > h3, .fontAkk > h4, .fontAkk > h5, .fontAkk > h6, .fontAkk > li, .fontAkkFix > p');
	// Scroll button
	$("#scrollButton").click(function(event){
		event.preventDefault();
		$('html, body').animate({
			scrollTop: "0px"
		}, 1000);
	});
});
