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