$(document).ready(function(){
	document.body.addEventListener('webkitAnimationEnd', navigation.animationEnded, false);
});
