messages[0] = '<span class="lastest_news">2/25/2010<br/><a href="news.php?article=79" title="DSCI Highlights Commitment to Agent Business through Attendance at Channel Partners 2010">DSCI Highlights Commitment to Agent Business through Attendance at Channel Partners 2010</a></span>';
messages[1] = '<span class="lastest_news">2/24/2010<br/><a href="news.php?article=78" title="DSCI and the Boston Irish Wolfhounds Reach Out to Boston\'s Youth">DSCI and the Boston Irish Wolfhounds Reach Out to Boston\'s Youth</a></span>';
messages[2] = '<span class="lastest_news">2/23/2010<br/><a href="news.php?article=77" title="DSCI and Polycom Team Up to Offer up to $5,000 in Rebates per Customer for Phone Replacements">DSCI and Polycom Team Up to Offer up to $5,000 in Rebates per Customer for Phone Replacements</a></span>';
messages[3] = '<span class="lastest_news">2/4/2010<br/><a href="news.php?article=76" title="DSCI Plans Big to Maintain Industry Leadership in 2010">DSCI Plans Big to Maintain Industry Leadership in 2010</a></span>';
messages[4] = '<span class="lastest_news">12/14/2009<br/><a href="news.php?article=75" title="DSCI Sees Unprecedented Growth of Channel Partner Business">DSCI Sees Unprecedented Growth of Channel Partner Business</a></span>';
messages[5] = '<span class="lastest_news">11/25/2009<br/><a href="news.php?article=74" title="DSCI Posts Record Results for Q3 2009">DSCI Posts Record Results for Q3 2009</a></span>';
messages[6] = '<span class="lastest_news">11/24/2009<br/><a href="news.php?article=73" title="DSCI Builds Metro Boston Fiber Ring">DSCI Builds Metro Boston Fiber Ring</a></span>';
messages[7] = '<span class="lastest_news">8/14/2009<br/><a href="news.php?article=72" title="DSCI Ends Q2 with Strong Performance">DSCI Ends Q2 with Strong Performance</a></span>';
messages[8] = '<span class="lastest_news">8/12/2009<br/><a href="news.php?article=71" title="DSCI Secures Spot on Inc\'s Annual Listing of the 5000 Fastest Growing, Private Companies">DSCI Secures Spot on Inc\'s Annual Listing of the 5000 Fastest Growing, Private Companies</a></span>';
messages[9] = '<span class="lastest_news">6/9/2009<br/><a href="news.php?article=70" title="Q1 2009: DSCI Reports Record Revenue and Earnings Despite National Economic Woes">Q1 2009: DSCI Reports Record Revenue and Earnings Despite National Economic Woes</a></span>';
messages[10] = '<span class="lastest_news">6/5/2009<br/><a href="news.php?article=69" title="DSCI Attends Massachusetts STAR Expo">DSCI Attends Massachusetts STAR Expo</a></span>';
messages[11] = '<span class="lastest_news">4/14/2009<br/><a href="news.php?article=68" title="DSCI Reports Record Total Revenue and 30% Growth in On-net Revenue for 2008">DSCI Reports Record Total Revenue and 30% Growth in On-net Revenue for 2008</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;
