function testimonial() {
};

testimonial = new testimonial();
number = 0;

// testimonial array
testimonial[number++] = '<div class="testimonial">  <p class="quote">"Pimp My MPC sounds are the best! You don\'t have to spend any time EQing or filtering them... the kick\'s got tons of knock and the snares smack... I made tons of beats already with these kits!"<\/p>  <p class="artist">Mike Feingold - Guitar, Producer<br>  (Jay-Z, Common, Eric Benet, Queen Latifah, Angie Stone, Ciara, Ne-Yo, Keyshia Cole)<\/p>  <\/div> <!-- end class="testimonial" -->'

testimonial[number++] = '<div class="testimonial">  <p class="quote">"Being a producer, you can never have enough drum sounds. So when Pimp My MPC let me preview these kits I was blown away and since then I\'ve been making beats with some of the hottest MPC sounds I\'ve had my hands on in a while!"<\/p>  <p class="artist">Monte Nueble - Keyboards, Producer<br>  (Snoop Dogg, Mariah Carey, Missy Elliott, Nelly, Aaliyah)<\/p>  <\/div> <!-- end class="testimonial" -->'

testimonial[number++] = '<div class="testimonial">  <p class="quote">"Got \'em. Use \'em. Love \'em!"<\/p>    <p class="artist">Boney James - Recording Artist<br>  Concord Records<\/p>  <\/div> <!-- end class="testimonial" -->'

testimonial[number++] = '<div class="testimonial">  <p class="quote">"Honestly as soon as I heard these samples, grooves & tracks started popping in my head & I wanted to write all day & night!! What I really like about the sounds is that the banks really  work together, so you won\'t have to waste a lot of time searching for the  right combination of sounds.. Also, a lot of them are pretuned which also  saves editing time & frustrations... So I\'m tellin you, don\'t sleep on the  Pimp My MPC sounds because they\'ll immediately get you on your way to  creating hot tracks!!"<\/p>    <p class="artist">Sam Sims - Bassist, Writer, Producer<\/br>  (Janet Jackson, Michael Jackson, Mariah Carey, KD Lang, Boney James, J-Kwon, Backstreet Boys, Bette Midler, Whitney Houston, Maxwell, Utada Hikaru, George Duke & many more!)<\/p>  <\/div> <!-- end class="testimonial" -->'

testimonial[number++] = '<div class="testimonial">  <p class="quote">"What\'s good Pimp My MPC.com staff?  I was emailing because I am hungry for some more of your sounds.  I am workin on a track right now using the Mogul Kit and this joint made me think about ya\'ll.  I was feelin your sounds so much that I bought everything you have available.<br><br>Anyway, I remember ya\'ll was workin on the Huslter Kit a while ago, but I noticed it still ain\'t out yet.  Will you all be coming out with it soon?  Let me know what\'s up.  I know the price will be a little higher, but the sounds you sell or so hot it would be worth it.  Be blessed and thanks for quality sounds.<\/p>    <p class="artist">Mr Flow<\/p>  <\/div> <!-- end class="testimonial" -->'

testimonial[number++] = '<div class="testimonial">  <p class="quote">"Ayo, check it out...Everyone should have at least two or three of these kits in their MPC library! I have all of them loaded into my 2500!  Dawg, these sounds are hot!"<\/p>    <p class="artist">Randy Jackson<br>  Judge, Television and Music Producer, Bassist<\/p>  <\/div> <!-- end class="testimonial" -->'

// keep adding items here...

increment = Math.floor(Math.random() * number);
//-->