diff --git a/index.html b/index.html
index e059529..cba9d77 100644
--- a/index.html
+++ b/index.html
@@ -289,7 +289,7 @@ includeHTML();
function startaudio(){
var box = document.getElementById("audioBG");
- box.currentTime=500;
+ box.currentTime=3384;
}
window.onload = startaudio();