
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		return sec % 12;
}

if  ( Randomizer() == 0 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;A true innovator of Hawaiian Music and a vocalist of pure nahenahe (sweet sounding) quality&quot;<p class='quote'>Dennis Kamakahi</td></tr></table>"
}

else if  ( Randomizer() == 1 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;I've known Patrick since he was 17 years old and his slack key has come a long way. I'm very proud of him and what he is doing to perpetuate slack key guitar&quot;<p class='quote'>Cyril Pahinui</td></tr></table>"
}

else if  ( Randomizer() == 2 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;A great slack key player, we love him!&quot;<p class='quote'>Raymond and Elodia Kane</td></tr></table>"
}

else if  ( Randomizer() == 3 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Some of the best slack key I've heard in a while…&quot;<p class='quote'>Islands Magazine</td></tr></table>"
}

else if  ( Randomizer() == 4 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;He's the real deal!&quot;<p class='quote'>San Jose Mercury News</td></tr></table>"
}

else if  ( Randomizer() == 5 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Slack key guitar teacher, performer, promoter, caterer... Patrick does it all.  He's doing much to perpetuate this uniquely Hawaiian tradition and making the masters before him proud.&quot;<p class='quote'>Taropatch.net</td></tr></table>"
}

else if  ( Randomizer() == 6 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick is without doubt a slack key chameleon and we have only begun to see his many musical abilities.&quot;<p class='quote'>San Diego Slack Key Society</td></tr></table>"
}

else if  ( Randomizer() == 7 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick Landeza is one of the best and most dedicated of the new generation of Slack Key players&quot;<p class='quote'>George Winston</td></tr></table>"
}

else if  ( Randomizer() == 8 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick exudes the spirit of aloha in his music&quot;<p class='quote'>San Francisco Chronicle</td></tr></table>"
}

else if  ( Randomizer() == 9 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick Landeza is one of the most talented and passionate guitarist that I have ever had the fortune of seeing play live&quot;<p class='quote'>Oakland Tribune</td></tr></table>"
}

else if  ( Randomizer() == 10 ) {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick Landeza is a new voice in Hawaiian music and huge proponent for the continuation of a great slack key tradition. Anyone unfamiliar with Hawaiian music needs to add Patrick onto their list of required listening. We are proud to have him playing our guitars.&quot;<p class='quote'>Leith Anderson<br>Tacoma Guitar Co.</td></tr></table>"
}

else {
	imageText="<table width='122' border='0' cellspacing='0' cellpadding='0'><tr><td align='right'><p class='quote'>&quot;Patrick has learned his Kiho`alu from the masters, the elders of this tradition and they would be very proud of how he has continued in the older style…&quot;<p class='quote'>Dancing Cat Productions</td></tr></table>"
}
document.write(""+imageText+"");
