function subscribe(subname,subaddress,subtown,subcounty,subpostcode,id,url) {
  alert ('Thank you for subscribing to our weekly update.');
  window.location="subscribe.asp?subname="+subname+"&subaddress="+subaddress+"&subtown="+subtown+"&subcounty="+subcounty+"&subpostcode="+subpostcode+"&id="+id+"&url="+url;
}