﻿function getCurrentUrl()
{
    var url = window.location.href;
    document.getElementById("Top1_input_CurrentUrl").value = url;
}
