diff --git a/index.html b/index.html
index 688fafe..2e08aac 100755
--- a/index.html
+++ b/index.html
@@ -115,6 +115,7 @@ $(document).ready(function(){
 	// hide the splash screen...
 	$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
 		function(){
+			setCurrentPage()
 			$('.splash').fadeOut()
 		})
 })