document.writeln("<FORM method=\"post\" action=\"/cgi-bin/contact.pl\" class=\"contactbox\"><TABLE cellpadding=\"5\" cellspacing=\"0\" border=\"0\" width=\"150\"><TR><TH>Quick contact...</TH></TR><TR><TD>For a free consultation call <b>0845 838 6790</b> or submit your details below and we'll call you...<DIV class=\"fields\">Name:<BR><INPUT class=\"text\" type=\"text\" name=\"name\" size=\"22\" onfocus=\"formFocus(this);\" onBlur=\"formBlur(this);\"><BR><!--Email address:<BR><INPUT class=\"text\" type=\"text\" name=\"email\" size=\"18\" onfocus=\"formFocus(this);\" onBlur=\"formBlur(this);\"><BR>-->Telephone:<BR><INPUT class=\"text\" type=\"text\" name=\"tel\" size=\"22\" onfocus=\"formFocus(this);\" onBlur=\"formBlur(this);\"><BR><INPUT class=\"button\" type=\"submit\" name=\"submit\" value=\"Call me...\" disabled onfocus=\"formFocus(this);\" onBlur=\"formBlur(this);\"></DIV></TD></TR></TABLE></FORM>");

function formFocus(f) {
  f.form.className = 'contactboxlive';
  f.form.submit.disabled=false;
};

function formBlur(f) {
/* 
  if(f.form.name==''||f.form.tel=='') {
    f.form.submit.disabled='true';
  } else {
    f.form.className = 'contactbox';
    f.form.submit.disabled='true'; 
  }
*/
};

/*TICKER*/

document.write('<iframe src="/ticker/ticker.html" scrolling="no" frameborder="0" style="border:none; height:22px; width:600px; position:absolute; top:0; left:0;"></iframe>')
