videoPage.html 178 Bytes Edit Raw Blame History 1 2 3 4 5 <script type="text/javascript"> var url = window.location.href; url= url.substring(0,url.indexOf("/pages/"))+"/video/video.html"; window.location.href=url; </script>