// JavaScript News Document
//Modify the code between the single quotes to change the news items appearing on the page
function writeNews()
{
document.write('<span class="newstitle">New cameras online</span><br /><span class="newsdate">8-1-08 11:15AM</span><br />Our new Siemens Biograph PET-CT  and SPECT-CT are now available for clinical use.</span><hr /><span class="newstitle">I-123 MIBG Approved</span><br /><span class="newsdate">9-23-08 11:15AM</span><br />I-123 MIBG is now FDA approved.</span>');
}