﻿if (document.location.hash && document.location.hash.length >= 44 && document.location.hash.substring(1, 8) == "/video/")
    document.location = "Media.aspx?MediaId=" + document.location.hash.substring(8, 44);
