//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='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... <br> <br> </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 </div> <br>");
myScroller1.addItem("<a href='newsid41.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>Top Broker-Dealers Choose DPC DATA's <em>Muni</em>POINTS To Streamline Compliance While Improving Client Service</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>14 Dec 2009<br>Fort Lee NJ (USA) Dec 14, 2009, DPC DATA, a leading provider of municipal bond disclosure data...  <br> <br> </div> <a href='newsid40.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>DPC DATA <em>Muni</em>GUARD Addresses Bond Dealers' Mounting MSRB and FINRA Compliance Concerns</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>17 Aug 2009<br>Fort Lee NJ (USA) Aug 17, 2009, DPC DATA, a leading provider of municipal bond disclosure data, research and data services, today announced its new surveillance service... </div> <br>");
myScroller1.addItem("<a href='newsid39.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>DPC DATA <em>Muni</em>GUARD Surveillance Services Provide Increased Market Transparency for Municipal Bond Investors</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>01 Apr 2009<br>New York NY (USA) Apr 01, 2009, Exchange Data International (EDI), a well established financial data provider, and DPC DATA...  <br> <br> </div> <a href='newsid38.html'><div style='color:#696969 ; font-weight:bold ; text-decoration:none ; font-size:11;'>Exchange Data International and DPC DATA Team Up to Offer Comprehensive Bond Data</div> </a><div style='color:gray ; text-decoration:none ; font-size:11 ;'>01 Apr 2009<br>New York NY (USA) Apr 01, 2009, Exchange Data International (EDI), a well established financial data provider, and DPC DATA... </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
