


function email_change(){
for (var i=0; i<document.forms.length;i++){
document.forms[i].elements[1].value="paypal@nervous.co.uk";
}
}


