// JavaScript Document
<!--
var r_text = new Array ();
r_text[0] ="&quot;I would recommend the Crowne Plaza to anyone planning a wedding in the future. &quot;";
r_text[1] = "&quot;Megan Kissell and the rest of the Crowne Plaza staff was wonderful! My wedding reception was more than I ever dreamed of it being.&quot;";
r_text[2] = "&quot;I am so, so thankful for all of their hard work and making our reception one of the best days in our lives. &quot;";
r_text[3] = "&quot;Many of our guests said it was the most beautiful reception they have been to in a while.&quot;";
r_text[4] = "&quot;Overall, wonderful facility and wonderful staff.&quot;";
r_text[5] = "&quot;My guests still can not stop talking about how beautiful the venue was, how tasty the food was, and how professional the staff were! They are truly the BEST!&quot;";
r_text[6] = "&quot;I think it is a gem in the heart of Indianapolis. The staff are fantastic!&quot;";
r_text[7]= "&quot;The food, both taste and presentation were excellent.&quot;";
r_text[8] = "&quot;They worked effectively and passionately to make my wedding beautiful and unique.&quot;";
var i = Math.floor(9*Math.random())
document.write('<span style="font-size:12px;">' + r_text[i] + '</span>');
//-->

