
Much of my 'spare' time is spent updating this website. I do not have time to answer questions concerning the selling of collections, the location of catalogues and handbooks etc. etc. I cannot respond to such requests. I hope you understand.
If you have such questions, please consult the relevant societies, dealers and organisations listed on this site.
My email link below looks a normal email address. In fact, it is in Javascript, to prevent the address being harvested by spammers.
If this link does not work on your browser, copy and paste this address into your e-mail form.
mailjohntollanxix@postalhistory.org
NOTE: Remove the word "mail" and "xix" before sending
For those of you who are interested, this is the script that writes the email address. Just put it in your (X)HTML where you want the email address to appear. DON'T FORGET to change the information under "user" [yourname] and "site" [yoursite.com] i.e. enter the information pertinent to your email address.
As in: yourname@yoursite.com
<script language="JavaScript" type="text/JavaScript"><!--
Begin
user = "yourname";
site = "yoursite.com";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
// End --></script>
OR, if you simply want this information to appear as a link reading "EMAIL", enter the informations as follows:
<script language="JavaScript" type="text/JavaScript"><!--
Begin
user = "yourname";
site = "yoursite.com";
document.write('<a href=\"mailto:' + user + '@' + site + '\">EMAIL</a>');
// End -->
</script>