function init()
{
    document.getElementById("url").value = window.location.href;
}
window.onload=init;