@@ -85,6 +85,10 @@
//Splash
$("#HCsplash").show();
+ }, true);
+
+ window.addEventListener("load", function() {
setTimeout("_startApp()", 6000);
});