﻿function RedirectPreview(url) {
    if (self == top) {
        window.location = url;
    }
}
