function subsnews() { document.getElementById("news_top1").innerHTML = 'Toumaz Named ‘Cool Vendor’ by Gartner ... more'; document.getElementById("news_top2").innerHTML = 'Toumaz CEO Professor Chris Toumazou Debates "Innovation in the NHS" in New Statesman... 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); } }