var randomnumber=Math.floor(Math.random()*10);
//		document.getElementById('tdImg').innerHTML = "<img src=img" + randomnumber +  ".gif></img>";
        var tdcontent =  eval(document.getElementById('tdContent'));
        if (tdcontent == null) {
            var tdcontent =  eval(document.getElementById('tdContentTeam'));
        }
        if (tdcontent != null) {
		    switch(randomnumber)
		    {
			    case 0:
			    tdcontent.innerHTML = "<b><em> Milestone Group was the only consulting firm we could find who had any idea about Koral&lsquo;s potential from early on.  The really helped us strategize the opportunity in front of us, define our go&ndash;to&ndash;market approach and create our messaging.  They helped us prepare for a very successful launch at DEMO, and following, an equally strong showing at DreamForce.</em></b><br><br><p class='rightalign'>&ndash;Mark  Suster<br/> former CEO Koral (acquired by Salesforce.com)<p>"
			    break;    
			    case 1:
			    tdcontent.innerHTML = "<b><em>We needed a fresh perspective and practical insights quickly. Milestone Group stepped in to assist us at a pivotal time in our company&lsquo;s evolution. In just a few months, they helped get us on the right page.</em></b><br><br><p class='rightalign'>&ndash;Michael Rothschild<br/> Founder & Vice Chairman of the Board, Maxager</p>"
			    break;
			    case 2:
			    tdcontent.innerHTML = "<b><em>Milestone Group quickly &lsquo;got&rsquo; our value proposition, and then delivered on strategic clients.  I would recommend that any new software company consider their team as a viable option to rapidly build revenues.</em></b><br><br><p class='rightalign'>&ndash;Ben Smith<br/> CEO, Spoke Software</p>"
			    break;
			    case 3:
			    tdcontent.innerHTML = "<b><em>Milestone Group has built a world class operation to support the tech sector. They know the software and services industry cold, are very well connected and have deliver extraordinary results for MX Logic.</em></b><br><br><p class='rightalign'>&ndash;John Street<br/> CEO, MX Logic</p>"
			    break;
			    case 4:
			    tdcontent.innerHTML = "<b><em>Milestone Group has worked closely with our executive team on deal sourcing and market intelligence. Their insights and recommendations have been outstanding.</em></b><br><br><p class='rightalign'>&ndash;Humphrey Polanen<br/> Chairman, SandHill IT Security</p>"
			    break;
			    case 5:
			    tdcontent.innerHTML = "<b><em>Milestone group has proven to be invaluable in helping PGP evaluate new market entry, sales consultation, industry networking, and new business consulting...I highly recommend partnering with them.</em></b><br><br><p class='rightalign'>&ndash;Phil Dunkelberger<br/> CEO, PGP</p>"
			    break;
			    case 6:
			    tdcontent.innerHTML = "<b><em>It&lsquo;s vital for a small, fast&ndash;growing company, to keep a finger on the pulse of its competitors and potential partners. We&lsquo;ve found the team at Milestone Group a great asset to us in that environment.</em></b><br><br><p class='rightalign'>&ndash;John Bruce<br/> CEO, Authentica (acquired by EMC)</p>"
			    break;
			    case 7:
			    tdcontent.innerHTML = "<b><em>I&lsquo;ve worked with Milestone Group three times now &ndash; at MX Logic, WhiteCell Software and Ditech Networks.  Each time, they continue to surpass very high expectations we set.  Terrific team to work with!</em></b><br><br><p class='rightalign'>&ndash;Ed Harper<br/> Chairman, Ditech Networks</p>"
			    break;
			    case 8:
			    tdcontent.innerHTML = "<b><em>Milestone Group has been instrumental in bringing fresh thinking to Trend Micro&lsquo;s strategic planning process.  We chose Milestone Group because we recognized the need to take a dramatic leap forward.  Milestone was the only firm we found that looked at our business systemically; they helped us examine opportunities in new markets while exploring the impact on all our functional areas including, marketing, sales, product development, and support.<p>&nbsp;</p><p>Other firms had expertise in relatively narrow areas.  There are plenty of consultant groups who can help manage incremental change, but Milestone&lsquo;s unique capabilities, sector insights, and hands&ndash;on attention are unmatched in achieving the seismic shift that we&lsquo;re after.</p></em></b><br><br><p class='rightalign'>&ndash;John Racioppi<br/>VP of Strategic Alliances & Business Development, Trend Micro</p>"
			    break;
			    case 9:
			    tdcontent.innerHTML = "<b><em>I&lsquo;ve now worked with Milestone Group twice &ndash; at BigFix and Krugle.  Their insights, methodologies and industry contacts are first rate.  I highly recommend them!</em></b><br><br><p class='rightalign'>&ndash;Steve Larsen<br/> CEO, Krugle</p>"
			    break;
		    }
        }