<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Calderdale Computer Services');

document.write('</span><br>');

document.write('95 Towngate<br>');

document.write('Clifton, Brighouse<br>');

document.write('HD6 4HP<br>');

document.write('Phone: <span class="phonetitle">01484 380205<BR></span>');

document.write('Fax: <span class="phonetitle">&nbsp;&nbsp;&nbsp;&nbsp;01484 384098<BR></span>');

document.write('<%');

document.write('detect = 0');

document.write('agent = lcase(Request.ServerVariables("HTTP_USER_AGENT"))');

document.write('if instr(agent, "bot") > 0 then detect = 1');

document.write('if instr(agent, "perl") > 0 then detect = 1');

document.write('if instr(agent, "java") > 0 then detect = 1');

document.write('if instr(agent, "libw") > 0 then detect = 1');

document.write('if instr(agent, "crawl") > 0 then detect = 1');

document.write('if detect<1 then');

document.write('%>');

document.write('<BR>E-mail us: ');

document.write(' <A HREF="mailto:enquiry@calderdalecomputerservices.co.uk">enquiry@calderdalecomputerservices.co.uk</a><br>');

document.write('<% end if %>');

//  End -->