// Copyright (c) Ken Lewis - www.highlighted.co.uk/hidemail
// 
// WRITE TEXT HERE FOR HIDDEN EMAIL ADDRESS
// Calling page
 
text0="<a "; 

// class setting based on calling page sales.office@medways.co.uk
// the email adress is typed in hex - for those who do not know hex
// or asc codes, there are many conversion programs on the internet.
// you can set the email address as yourname@sitename.com or in ascii or hex  as
// text1=' href="mailto:%62%72%69%67%68%74%63%6C%65%61%6E%40%68%69%67%68%6C%69%67%68%74%65%64%2E%63%6F%2E%75%6B?subject=';
// and it will still be hidden from spam robots, in fact all robots.

text1=' onMouseover="window.status=\'Email Bright Clean Windows for a free quotation \'; return true" href="mailto:%62%72%69%67%68%74%63%6C%65%61%6E%40%68%69%67%68%6C%69%67%68%74%65%64%2E%63%6F%2E%75%6B?subject=';

// set subject text on calling page

// the great thing about this script is that you can put your 
// email address on every page of your site and should you start
// to get to many spam emails from people manually lifting your
// email address you can change it throughout the site
// by changing a single line in the [text1] variable above.

text3="</a> ";

