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(2); sidebar[0] = "Pediatric Travel Club Dinner
On behalf of the Pediatric Travel Club, I wish to thank you for a marvelous evening this past Saturday at Severance Hall. Gitta...attended to every detail, and the dinner was a huge success. Sandra was the project coordinator, and alert to every detail... [They were] extremely pleasant and a delight to work with. I look forward to another opportunity to work with Sammy\'s...many thanks for a splendid experience.
Nora"; sidebar[1] = "World Doctors (UH)
Everything went very smooth for our reception Sunday. Your staff ... was superb--everyone was pleased, fed and well taken care of! Thanks so much.
Thank you all for taking great care of our customers."; document.write(sidebar[rand(sidebar.length)]);