<!-- Hide this script from old browsers --
	var a = Math.random() + ""
	var rand1 = a.charAt(5)
	quotes = new Array
quotes[1] = "<B><I>\"Butch Rice is the real thing.  Do yourself some good and buy this CD.\"</B></I><BR> - Joel Timothy/Broadcast Music" 
quotes[2] = "<B><I>\"Rice\'s honesty and vocal inflections make it clear he feels every single word on his album, consequently, so does the listener\"</B></I><BR> - Kevin Gibson/Louisville Eccentric Observer"
quotes[3] ="<B><I>\"Butch Rice explores emotions heart first, honestly with conviction.\"</B></I><BR> - Trey Mitchell/Editor of Sensored Magazine - Nashville, TN"
quotes[4] = "<B><I>\"ACOUSTIC POP will make you remember why you fell in love with the music in the first place.\"</B></I><BR> - Victoria Moon/Louisville Music News"
quotes[5] = "<B><I>\"I get dozens of demos and CD\'s in the mail weekly…This disc grabbed my attention in a big way. The simplicity is what makes it so perfect.\"</B></I><BR> - David Hooper - KRM"
quotes[6] = "<B><I>\"A strong presence on Louisville\'s original-music scene as a solo acoustic performer.\"</B></I><BR> - Jeffrey Lee Pucket/Courier Journal"
quotes[7] = "<B><I>Go out and buy it today!</B></I>"
quotes[8] = "<B><I>\"This is a Great CD!\"</B></I><BR> -Mom"
quotes[9] = "<B><I>\"There are honest, mature  pop songs available with lyrics strengthened with true emotions sung with a richness that flows like warm silver under your skin.\"</B></I><BR> - Tim Roberts/Louisville Music News"
quotes[0] = "<B><I>Check out the upcoming Dates!</B></I>"
	var quote = quotes[rand1]
	document.write(quote)
	// -- End Hiding Here --> 