// JavaScript Document


var r_text = new Array ();
r_text[0] = "I've played several harmonicas customised by Bradley, they easily rank amoung the best that I have played. His work makes it easier to play complex passages on the harmonica that I previously thought to be impossible.<br/>~Chris Michalek";
r_text[1] = "Brad makes the most incredible custom harmonicas on the planet! There is something about the way Brad can zero in on my particular playing style and reaches the exact balance between lighting speed action, super great overblows and incredible crunchy tone.  What more can anyone ask! The best of all three worlds.<br/>~Jeff Grossberg";
r_text[2] = "I have tried all of the great US harmonica customizes' work and Brad's craftsmanship and player relations are second to none. Brad is a player and a visionary, with a deep understanding of the needs of other players. When Brad's own line comes out, he will leave the other brands gasping for air!<br/>~Michael Peloquin";
r_text[3] = "Brad is a true pioneer of the harmonica, always reaching for more out of the instrument. Applying his ingenuity, skill and sheer expertise to make the instrument and each component that much more advanced for the harmonica community.  This includes combing science, creativity, player appeal and a grounding from a musicians point of view at all times.<br/>~Jeff Grossberg";
r_text[4] = "When I play the 10 hole harmonica, I have needs that demand a great instrument. Brad Harrison makes the harmonica that can meet these demands. His harps are ultra-responsive in all registers, overblow loving (beyond friendly) plus beautiful to hold and admire.<br/>~Michael Peloquin";
r_text[5] = "Brad Harrison's custom harmonicas are exquisite instruments. All the 'real work' is in the reeds where it matters...Not just fancy combs, rounded edges, and and screws but hours of EXPERT embossing, gapping and shaping make Brad's work better than any customizer in the world currently accepting orders!<br/>~Jason Ricci";
r_text[6] = "Brads end result is a harmonica that is louder, more balanced and if you let them, They will inspire and change the way you play and hear the instrument forever.<br/>~Jason Ricci";
var i = Math.round(6*Math.random());

document.write(r_text[i]);

