function subsnews() { document.getElementById("news_top1").innerHTML = 'Toumaz Technology Chairman and Chief Technology Officer Elected to Prestigious Fellowship of Royal Society ... more'; document.getElementById("news_top2").innerHTML = 'Toumaz Technology and Consortium Partners Win Major EU Funding To Develop Personal Blood Glucose Predictor For Diabetes Patients... more'; document.getElementById("news_top3").innerHTML = 'Toumaz to showcase Sensium at Oracle OpenWorld... more'; document.getElementById("news_top4").innerHTML = ''; document.writeln("

 We\'re hiring!

"); changeColour("flashing"); document.writeln(""); document.writeln("

"); document.writeln("


Toumaz on BBC Click"); } flash = 0; function changeColour(elementId) { var interval = 500; var colour1 = "#0ff", colour2 = "#ff0"; if (document.getElementById) { var element = document.getElementById(elementId); if (flash == 0) {element.style.color = colour2;} else {element.style.color = colour1;} flash = 1 - flash; setTimeout("changeColour('" + elementId + "')", interval); } }