function testimonials()
{
//9
var ranNum= Math.round(Math.random() * 10);
if (ranNum == 0){document.write('<p class="test">Tony presents excellent people in a very time efficient manner...a great definition for \"outperform\"... He\'s achieved a level of respectability within the top tier of executive ranks very few ever achieve... In any event, I would be delighted to recommend Tony to any company or venture capital organization.</p><p class="test-auth">- John Abraham, General Partner at ArrowPoint Ventures</p>'); } // testimonial1
if (ranNum == 1){document.write('<p class="test">Having worked with several top flight search firms I can comfortably say your service was top notch…</p><p class="test-auth">- Dan Ross , Former CEO of Optiant</p>'); } // testimonial2
if (ranNum == 2){document.write('<p class="test">He finds us world-class executives, he represents our companies well and he demonstrates good judgment.  He is extremely focused from start to close.  Tony has become a key resource for us and I have no hesitation in working with Intrinsic in the future.</p><p class="test-auth">- Jamie Goldstein, General Partner at NorthBridge Venture Partners</p>'); } // testimonial3
if (ranNum == 3){document.write('<p class="test">Tony is the consummate search professional - research driven, aggressive in the pursuit of candidates, and sensitive for both industry and organizational issues. He is a winner and we look forward to working with him in the future.</p><p class="test-auth"> - Mark Sherman, General Partner at Battery Ventures</p>'); } // testimonial4
if (ranNum == 4){document.write('<p class="test">What impressed me the most was how he persevered through some very challenging issues… I have no hesitation working with him again and referring him to any of my colleagues.</p><p class="test-auth">- Tom Scholl, Partner at Novak Biddle Venture Partners</p>'); } // testimonial5
if (ranNum == 5){document.write('<p class="test">Tony has done three major searchers for us over the past 18 months.  We have been completely satisfied in each case... at this point, based on results, Tony is the only retained search professional we would consider using.</p><p class="test-auth">- Arthur Holden, Former Chief Executive Officer of First Genetic Trust</p>'); } // testimonial6
if (ranNum == 6){document.write('<p class="test">I\'ve known Tony for more than a decade and I count him as one of the best… I\'d have no hesitation whatsoever in recommending him to anyone I know.</p><p class="test-auth">- Joseph Murphy, SVP Sales, Birst</p>'); } // testimonial7
if (ranNum == 7){document.write('<p class="test">It was great working with you because you did everything right…Thanks for making it a good, highly professional, and above all successful experience.</p><p class="test-auth">- Michael Neal, CEO of SignalDemand, Inc.</p>'); } // testimonial8
if (ranNum == 8){document.write('<p class="test">I found you to be sensitive to our needs, responsive, hard working and appropriately aggressive in seeking the best possible candidate for the position...I was very impressed that you paid close attention to our requirements and actively sought out candidates that fit the profile.</p><p class="test-auth">- Jon Goldstein - Venture Partner, Catamount Ventures</p>'); } // testimonial9
if (ranNum == 9){document.write('<p class="test">Tony is a valuable asset for the Hummer Winblad portfolio.  His track record and level of contacts ensures that our story gets to the appropriate people and he doesn\'t stop until the search is completed.</p><p class="test">Hummer Winblad has worked with Tony for many years and will continue to work with him because he consistently gets us the results we need.</p><p class="test-auth">- Doug Hickey, Partner at Hummer Winblad Venture Partners</p>'); } // testimonial10
if (ranNum == 10){document.write('<p class="test">Where many recruiters simply rely on their database and recycling the same old names, Tony is a master at actively seeking out top-tier candidates who meet both the cultural requirements of the company as well as the spec.  He is highly execution-focused and for our specific search at  Aria Systems, he quickly helped us assess our needs, created strong interest in the market and ultimately identified and helped us close the best candidate.</p><p class="test-auth">- Ed Sullivan, founding CEO of Aria Systems</p>'); } // testimonial11
}