 /* author: John Johnson */
/* Creation date: 10/08/09 */
document.write("<script type='text/javascript'>",
"var first = 'ma';",
"var second = 'il';",
"var third = 'to:';",
"var address = 'Stephen.Ryan';",
"var domain = 'northants.pnn.police';",
"var ext = 'uk';",
"var subject = 'Enquiry from Brigstock website';",
"document.write('<a href=\"');",
"document.write(first+second+third);",
"document.write(address);",
"document.write('@');",
"document.write(domain);",
"document.write('.');",
"document.write(ext);",
"document.write('?subject=');",
"document.write(subject);",
"document.write('\">');",
"document.write('the SCT</a>');",
"</script>");