// system generated - original is on polecat

var pressid = 0;

function startpress()
{
if (navigator.appName == "Netscape" && parseFloat(navigator.appVersion) < 5) return;
nextpress();
setInterval("nextpress()", 10000);
}

function nextpress()
{
pressid++;
if (pressid == 4) pressid = 1;
if (pressid == 1) document.getElementById("press").innerHTML = "<a href=\"news_story.php\?ID=87\">Novantas Announces Acquisition of Demand Technology Group</a><br/>Apr 1 2010<br><br><a href=\"news_story.php\?ID=86\">Darryl Demos, Verint SVP, Joins Novantas</a><br/>Jan 25 2010";

if (pressid == 2) document.getElementById("press").innerHTML = "<a href=\"news_story.php\?ID=84\">Lee Kyriacou, Executive Director NYS Real Property Services, Rejoins Novantas</a><br/>Jan 7 2010<br><br><a href=\"news_story.php\?ID=81\">Overdraft Reform Pending: New Report from Novantas and Informa Research Services Shows How Financial Institutions Should Prepare</a><br/>Oct 26 2009";

if (pressid == 3) document.getElementById("press").innerHTML = "<a href=\"news_story.php\?ID=80\">Alla Gil joins Novantas; Extends Firm&#8217;s expertise in Strategic Risk Management and Derivatives Modeling</a><br/>Sept 27 2009<br><br><a href=\"news_story.php\?ID=78\">J.D. Richards Joins Novantas; Experienced Management Consultant Brings Expertise in Strategic Management and Customer Value for Financial Institutions<</a><br/>Sept 18 2009";

}
