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] = "Credo Chamber Music
The event went incredibly smoothly with no real hitches, and everyone had a great time. Michael and the rest of the staff were top notch, quick to remedy last minute changes, and perfectly professional. They were utterly invaluable, and we are very appreciative! Thanks for everything.
Credo Chamber Music"; document.write(sidebar[rand(sidebar.length)]);