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(1); 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"; document.write(sidebar[rand(sidebar.length)]);