function WidgetForexLoaded(n){var t=$("#ResourceInteractiveDataInfo").val();$("#idBlockForexOvr").html(n);$("#idBlockForexOvrDisc").html(t);$("#idBlockForexOvr table tbody").find("tr").click(function(){var n="/Currencies/"+$(this).attr("data-route");Navigate(n)})}$(document).ready(function(){var n=$("#UrlForex").val();makeSecuredCorsRequest(n,WidgetForexLoaded)})