function makeArray(len) { for (var i = 0; i < len; i++) this[i] = null; this.length = len; } function rand(n) { seed = (0x015a4e35 * seed) % 0x7fffffff; return (seed >> 16) % n; } var now = new Date(); var seed = now.getTime() % 0xffffffff; var sidebar = new makeArray(4); sidebar[0] = "Summer Associate Party
It was wonderful! I always have confidence when working with Sammy\'s that the event will be a success. The food and service were outstanding. Thanks for everything
Jennifer I.
Thompson Hine, LLP";
sidebar[1] = "Gitta Stonitsch was wonderful! Awesome food and table presentation! Your staff were excellent!";
sidebar[2] = "Memorial Service
Everything went great! The food was wonderful and your staff was excellent. I think everyone had a good time. Thanks for all of your help.
Wendy"; sidebar[3] = "Audi Event
I really appreciated your guidance and your services. Your team handled the night beautifully for a high-maintenance client.
I would never hesitate to use Sammy\'s again based on this experience!
Lisa
Cleveland Magazine";
document.write(sidebar[rand(sidebar.length)]);