messages[0] = '<span class="lastest_news">1/27/2012<br/><a href="news.php?article=111" title="DSCI/Polycom Trade-In Rebate Program Extended for a Full Year">DSCI/Polycom Trade-In Rebate Program Extended for a Full Year</a></span>';
messages[1] = '<span class="lastest_news">1/18/2012<br/><a href="news.php?article=110" title="DSCI Expands iPBX Call Center Services">DSCI Expands iPBX Call Center Services</a></span>';
messages[2] = '<span class="lastest_news">11/15/2011<br/><a href="news.php?article=109" title="DSCI Launches Online Customer Portal">DSCI Launches Online Customer Portal</a></span>';
messages[3] = '<span class="lastest_news">10/12/2011<br/><a href="news.php?article=108" title="DSCI Deploys Nearly 20,000 BroadWorks Licenses in the Northeast">DSCI Deploys Nearly 20,000 BroadWorks Licenses in the Northeast</a></span>';
messages[4] = '<span class="lastest_news">10/4/2011<br/><a href="news.php?article=107" title="Impressive Financial Results Continue for DSCI">Impressive Financial Results Continue for DSCI</a></span>';
messages[5] = '<span class="lastest_news">8/2/2011<br/><a href="news.php?article=105" title="DSCI Continues Corporate Underwriting at WBUR for Second Year">DSCI Continues Corporate Underwriting at WBUR for Second Year</a></span>';
messages[6] = '<span class="lastest_news">7/13/2011<br/><a href="news.php?article=104" title="DSCI Participates in Ronco Tech Fairs">DSCI Participates in Ronco Tech Fairs</a></span>';
messages[7] = '<span class="lastest_news">7/8/2011<br/><a href="news.php?article=103" title="DSCI Supports Continued Growth with Network Upgrades">DSCI Supports Continued Growth with Network Upgrades</a></span>';
messages[8] = '<span class="lastest_news">6/6/2011<br/><a href="news.php?article=102" title="DSCI’s Exceeds First Quarter 2011 Goals">DSCI’s Exceeds First Quarter 2011 Goals</a></span>';
messages[9] = '<span class="lastest_news">4/27/2011<br/><a href="news.php?article=101" title="New Security Option Available for MPLS VPN Service">New Security Option Available for MPLS VPN Service</a></span>';
messages[10] = '<span class="lastest_news">3/18/2011<br/><a href="news.php?article=100" title="DSCI Ends 2010 with Strong Performance">DSCI Ends 2010 with Strong Performance</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;

