str = location.search;
str = str.substring(1,str.length);
function name(){
document.mail_form.mail_address.value = decodeURIComponent(str);
}
