//SET SCROLLER APPEARANCE AND MESSAGES
var myScroller1 = new Scroller(0, 0, 280, 240, 0, 20); //(xpos, ypos, width, height, border, padding)
myScroller1.setColors("#666666", "#DEDCDC", "#DEDCDC"); //(fgcolor, bgcolor, bdcolor)
myScroller1.setFont("Verdana,Arial,Helvetica", -1);


myScroller1.addItem("<a href='newsid47.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>Scottrade Rolls Out DPC DATA’s <em>Muni</em>POINTS & <em>Muni</em>DOCS Online for Point-of-Sale Disclosure Compliance</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>28 Nov 2011<br>DPC DATA, provider of information solutions to municipal bond traders, advisors and investors, today announced that Scottrade, Inc. has joined the growing list of trading and advisory firms... <br> <br> </div> <a href='newsid46.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>DPC DATA Launches MuniGUARD News Service, Dedicated to Municipal Bond Research for Disclosure and Surveillance</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>7 Nov 2011<br>Service offers dealers, advisors and investors access to local and regional news items related to bonds and obligors... <br> <br> </div> <br>");

myScroller1.addItem("<a href='newsid45.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>DPC DATA Issues New Study on Transparency in the Municipal Bond Market</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>3 Feb 2011<br>Finding: Missing disclosures and stale financial statements massively affect market transparency... </div> <a href='newsid44.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>Knight BondPoint to Distribute Muni Deal Abstracts And Disclosure Documents from DPC DATA</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>13 Sep 2010<br>Municipal Bond Disclosure Information and Customer Notification Workflow to be Integrated for Dealers and Financial Advisors... <br> <br> </div> <br>");

myScroller1.addItem("<a href='newsid43.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>DPC DATA Announces Distribution Agreement With TheMuniCenter</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>29 July 2010<br>Municipal Bond Disclosure Information and Customer Notification Workflow to be Integrated for Broker/Dealers and their Financial Advisors... </div> <a href='newsid42.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>Peter M. Newman Joins DPC DATA As Vice President of Sales</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>14 Apr 2010<br>Newman brings deep expertise in municipal bond industry to sales of advanced disclosure surveillance services... <br> <br> </div> <br>");



//SET SCROLLER PAUSE
myScroller1.setPause(7500); //set pause between msgs, in milliseconds

function runmikescroll() {

  var layer;
  var mikex, mikey;

  // Locate placeholder layer so we can use it to position the scrollers.

  layer = getLayer("placeholder");
  mikex = getPageLeft(layer);
  mikey = getPageTop(layer);

  // Create the first scroller and position it.

  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(mikex, mikey);
  myScroller1.setzIndex(100);
  myScroller1.show();
}

window.onload=runmikescroll// JavaScript Document

