var mess = new Array(
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Farmer\'s Market has over 150 vendors including <a href=\"directory.php#S1061\">agricultural vendors</a>, <a href=\"directory.php#S1060\"> food vendors</a> and many talented <a href=\"directory.php#S1012\">artists</a> and <a href=\"directory.php#S1163\">craftspeople</a>. Many accept Ithaca Hours&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/farmers_market_brushed.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours Two Hour Note. This note is no longer being printed, although there are some in circulation.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/two_hour_note.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours One Hour Note, featuring an image of Ithaca Falls.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/one_hour_note.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours Half Hour Note. The half hour note has an image of a Cayuga Lake Steamboat.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/half_hour_note.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours Quarter Hour Note. The children on the quarter hour note represent Ithaca\'s Children.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/quarter_hour_note.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours Eighth Hour Note. This bright note features the spotted salamander found in vernal pools throughout Tompkins County.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/eighth_hour_note.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> Alternatives Federal Credit Union.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/alternatives_building.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> Autumn Leaves Bookstore located in the Ithaca Commons is your source for acquiring additional Ithaca Hours to spend all around town.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/autumnleaves.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> State Street and Ithaca Commons are home to many businesses that accept Ithaca Hours.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/state_street.jpg\" width=\"282\" height=\"177\"></td>',
'<font face=\"Trebuchet MS\" size=\"2\"> The Ithaca Hours Tenth Hour Note. Our newest note, the tenth hour came into circulation in 2002 with the financial assistance of Alternatives Federal Credit Union.&nbsp; --&gt;</font></td> <td bgColor=#FFFFFF width=\"282\" height=\"177\" style=\"border-top-color: #000000; border-top-width: 1; border-bottom-color: #000000; border-bottom-width: 1\"><img border=\"0\" src=\"images\/tenth_hour_note.jpg\" width=\"282\" height=\"177\"></td>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
