function curTime()
{
var now=new Date()
var hrs=now.getHours()
var min=now.getMinutes()
var sec=now.getSeconds()
if (hrs==0) { hrs="00" }
elseif (hrs<10) { hrs="0"+hrs }
if (min<10) { min="0"+min }
if (sec<10) { sec="0"+sec }
clock.innerHTML=hrs+":"+min+":"+sec
setTimeout("curTime()",1000)
}<div class="scms-error"><h1>SCMS-DB error 999: Generic error</h1><p>Something went wrong. SCMS-DB either isn&rsquo;t configured or otherwise can&rsquo;t tell you what went wrong.</p><p>MySQL said:<br />MySQL error 144: Table './ktabuk/scms_stats' is marked as crashed and last (automatic?) repair failed<br />whilst executing the query<br /><pre>INSERT INTO scms_stats (id, ip, host, visitor_id, user_id, referrer, uri, time, exec_time, agent) VALUES (NULL,'38.107.179.236','38.107.179.236',4368037,NULL,'','http://www.ktab.co.uk/shared/js/clock.js','2012-02-08 21:32:34','0.0082230567932129','CCBot/1.0 (+http://www.commoncrawl.org/bot.html)')</pre></p></div>
