<!--
var r_text = new Array ();
r_text[0] = "<blockquote>... the home of Rochester's best Elvis sandwich.</blockquote><cite>straight from: David M, customer</cite>";
r_text[1] = "<blockquote>... a local treasure, right in South Wedge.</blockquote><cite>straight from: Cassandra R, customer</cite>";
r_text[2] = "<blockquote>... a great place to stock up on craft beer!</blockquote><cite>straight from: Jaime B, customer</cite>";
r_text[3] = "<blockquote>... heaven.</blockquote><cite>straight from: Neil B, customer</cite>";
var i = Math.floor(4*Math.random())

document.write(r_text[i]);

//-->
