messages[0] = '<span class="lastest_news">7/2/2008<br/><a href="news.php?article=61" title="DSCI Announces Channel Partners Certification Program">DSCI Announces Channel Partners Certification Program</a></span>';
messages[1] = '<span class="lastest_news">6/17/2008<br/><a href="news.php?article=60" title="DSCI chooses Ulticom’s nSignia eSTP for major switching upgrade project">DSCI chooses Ulticom’s nSignia eSTP for major switching upgrade project</a></span>';
messages[2] = '<span class="lastest_news">6/16/2008<br/><a href="news.php?article=59" title="DSCI Announces Q1 2008 Results">DSCI Announces Q1 2008 Results</a></span>';
messages[3] = '<span class="lastest_news">6/16/2008<br/><a href="news.php?article=58" title="DSCI Adds Collocation Space to Meet Customer Needs">DSCI Adds Collocation Space to Meet Customer Needs</a></span>';
messages[4] = '<span class="lastest_news">5/21/2008<br/><a href="news.php?article=57" title="DSCI Offers Bandwidth Monitoring Service">DSCI Offers Bandwidth Monitoring Service</a></span>';
messages[5] = '<span class="lastest_news">4/29/2008<br/><a href="news.php?article=56" title="DSCI Corporation Featured in Cambridge Savings Bank Ad Campaign">DSCI Corporation Featured in Cambridge Savings Bank Ad Campaign</a></span>';
messages[6] = '<span class="lastest_news">4/3/2008<br/><a href="news.php?article=55" title="DSCI Corporation Launches New Website">DSCI Corporation Launches New Website</a></span>';
messages[7] = '<span class="lastest_news">3/27/2008<br/><a href="news.php?article=54" title="DSCI Announces 2007 Results">DSCI Announces 2007 Results</a></span>';
messages[8] = '<span class="lastest_news">10/11/2007<br/><a href="news.php?article=53" title="DSCI and FairPoint Enter Long-Term Contract">DSCI and FairPoint Enter Long-Term Contract</a></span>';
messages[9] = '<span class="lastest_news">10/10/2007<br/><a href="news.php?article=52" title="DSCI Expands Access with Point of Presence in New York City">DSCI Expands Access with Point of Presence in New York City</a></span>';
if (messages.length > 2) {
scoller_int = 2;
} else {
scoller_int = 0;
}
if (ie || dom) {
document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseOver="moving=false;clearTimeout(eval(&quot;timeoutID&quot;))" onMouseOut="moving=true;timeoutID=setTimeout(&quot;moveDivs()&quot;, ' + hoverpause + ')">');
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">');
document.writeln('<div id="first2" style="background-color:#ffffff;position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">');
document.write(messages[0]);
document.writeln('</div>');
document.writeln('<div id="second2" style="background-color:#ffffff;position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">');
document.write(messages[dyndetermine=(messages.length==1)? 0 : 1]);
document.writeln('</div>');
document.writeln('</div>');
document.writeln('</div>');
}
window.onload = startScroll;
