
// JavaScript Document
<!--
var first = 'ma'; 
var second = 'il'; 
var third = 'to:'; 
var address = 'alan.trivett'; 
var domain = 'btinternet.com'; 
document.write('<a href="'); 
document.write(first+second+third); 
document.write(address); 
document.write('@'); 
document.write(domain); 
document.write('?subject=Enquiry from http://agtmotorcycles.chinesemotorcycledealers.co.uk')
document.write('">'); 
document.write('Email'); 
document.write('</a>');
-->