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] = "Print Fair
Thank you, thank you, thank you for all your time and effort with the Print Club weekend. The layout of the Tri-C spaces was wonderful, and worked out perfectly for all of our needs. The food and food service were great--we received many compliments from our guests. It was a great weekend of events. Many thanks to each of you and all of the people who helped you make it happen. See you next year!
Larry"; document.write(sidebar[rand(sidebar.length)]);