//
if (window.parent !== undefined) { $(document).ready(function () { var wurl = window.parent.location.href; if (wurl.indexOf("uurl=") > 0) { wurl = document.getElementById('hf_Child').value = window.parent.location.href.split("uurl=")[1]; } else { wurl = window.parent.location.href; } document.getElementById('hf_Child').value = wurl; }); }
//