﻿var pageToCatch = "";
var sendPage = "";

if (window.location.href == pageToCatch) {
    window.location.href = sendPage;
}