// JavaScript Document

var QofD = new Array(
  '<div class="header">From Our Customer</div>"WebLayers met all our technical criteria and had very strong references." <br><div class="name">Vladimir Mitevski, VP, Product Management, Core Services, Thomson Reuters Markets</div>',
  '<div class="header">From an Analyst</div>"By 2010, SOA and Web services will be an ingredient in 70% of all IT professional service engagements. The most in-demand skill sets for SOA and Web services are those related to business process analysis and design and architecture." <br><div class="name">Michele Cantara, Research VP, Gartner</div>',
  '<div class="header">From an Analyst</div>"The policy management solution must be interoperable with all of the multi-vendor infrastructure that supports the SOA life cycle." <br><div class="name">Gartner</div>',
  '<div class="header">From an Analyst</div>"Real SOA governance starts with policy management in design time, and then continues on through deployment." <br><div class="name">Anne Thomas Manes, VP, Burton Group</div>',
  '<div class="header">From an Analyst</div>"A pure-play policy management solution, such as WebLayers Center, offers the most comprehensive and flexible policy management capabilities of all policy management options." <br><div class="name">Burton Group</div>',
  '<div class="header">From the Media</div>"The stakes for good SOA governance are much higher than in traditional software development." <br><div class="name">CIO Magazine</div>',
  '<div class="header">From the Media</div>"A badly managed software architecture will ultimately translate to a badly managed business in the SOA era." <br><div class="name">CIO Magazine</div>',
  '<div class="header">From an Alliance Partner</div>"With WebLayers&rsquo; broad support across the IBM product family, enterprises now have a comprehensive solution to enforce and measure SOA governance initiatives." <br><div class="name">Sandy Carter, VP, IBM</div>',
  '<div class="header">From an Alliance Partner</div>"WebLayers approach to design-time governance aligns well with IBM&rsquo;s commitment to quality across the development lifecycle." <br><div class="name">Michael Loria, VP Business Development, IBM </div>',
  '<div class="header">From an Alliance Partner</div>"Our joint customers have experienced great success with WebLayers on their IBM platforms, including WebSphere and Rational. We	&rsquo;re pleased that WebLayers has expanded its solution to support the first of many IBM offerings based on the new Jazz platform." <br><div class="name">Michael Loria, VP Business Development, IBM</div>',
  '<div class="header">From an Alliance Partner</div>"Policy is one of the central themes at this year&rsquo;s IBM Impact event and is a key element of a smart SOA governance strategy." <br><div class="name">Sandy Carter, VP, IBM</div>',
  '<div class="header">From an Alliance Partner</div>"We are pleased to have worked with WebLayers to help provide considerable value for our joint customers, many of whom are presenting their impressive results from a policy-based approach to governance at this week&rsquo;s event." <br><div class="name">Sandy Carter, VP, IBM</div>',

'');

function setQofD() {
  var r = Math.floor(Math.random()*(QofD.length-1));
  document.getElementById('QOD').innerHTML = QofD[r];
}
