diff --git a/index.html b/index.html
index 1a3ea69..824b5cf 100755
--- a/index.html
+++ b/index.html
@@ -119,11 +119,11 @@ $(document).ready(function(){
setTimeout(function(){
//updateView()
setCurrentPage()
- }, 50)
+ }, 200)
// hide the splash...
setTimeout(function(){
$('.splash').fadeOut()
- }, 100)
+ }, 200)
})
})