NP,
Try replacing window.location.reload()
with
setTimeout('window.location.reload()',2000);
let me know what ya get :)