﻿function displaymessage() {
    document.write('<a href="mailto:?subject=Take a look at RDC Aviation&body=I thought you might be interested in RDC Aviation, specifically the following URL: ');
    document.write(location.href);
    document.write(' (' + document.title + ')" title="Email this page">');
    document.write('Email <em>a colleague</em></a>');
}

