// JavaScript Document
var r_text = new Array ();
r_text[0] = '<p><strong>Pies-On is Spot On!</strong><br>"The Greek salads are flawless and DELICIOUS. The pizza arrives at your table fresh out of the oven, piping hot and delicious. In several trips I&#39;ve made, I have NEVER been disappointed."</p>';
r_text[1] = '<p><strong>Great Pizza!</strong><br />"Pizza is fresh, favorful and generous ingredients. Friendly service. It&#39;s definitely NOT your standard delivery-type of pizza."</p>';
r_text[2] = '<p><strong>Close to a Chicago Pizza Experience</strong><br />"Since moving from Chicago I haven&#39;t been able to find good pizza but this one comes close! They also have great salads."';
r_text[3] = '<p><strong>Best Pizza I&#39;ve ever had</strong><br />"By far the best pizza I&#39;ve ever had. Not only is the food great, but the family owned restaurant provides the perfect atmosphere to enjoy everything from a quick lunch, to a quiet dinner. I definitely recommend this restaurant to anyone who can appreciate great Italian!"';
var i = Math.floor(4*Math.random())

document.write(r_text[i]);
