function subsnews() {
Warning: Cannot modify header information - headers already sent by (output started at /home/toumaz/public_html/sitewide/news_top.php:6) in /home/toumaz/public_html/includes/sitewide_functions.php on line 2
document.getElementById("news_top1").innerHTML = 'Toumaz CTO Dr Alison Burdett to present at Mobile Healthcare Industry Summit 2010 ... more'; document.getElementById("news_top2").innerHTML = 'Toumaz’s Tinaz Mehta interviewed on BBC Radio 4’s "Click On" programme... 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); } }