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