videoPage.html 178 Bytes
<script type="text/javascript">
    var url = window.location.href;
    url= url.substring(0,url.indexOf("/pages/"))+"/video/video.html";
    window.location.href=url;
</script>