function OnSubmitContactForm(formname)
{
    if (formname == "email_form_SendPage")
    {
document[formname].Link.value = document.URL;
    }
}