// Each event is defined by calling the DefineEvent( ) routine with the following parameters:
//
//   DefineEvent(EventDate, EventDescription, EventLink, Image, Width, Height)
//        EventDate is a numeric value in the format YYYYMMDD
//        EvenDescription is a string that can include embedded HTML tags (e.g., <BR>, <strong>, etc.)
//        EventLink is the URL of the target page if a hyperlink is desired from this event entry
//        Image is the URL of the image if you want to display an image with this event
//        Width is the width of the image in pixels
//        Height is the height of the image in pixels

DefineEvent(20100925, "Historical Days <BR>Peshtigo, Wi - 10:00am","" ,"" , 0, 0);
DefineEvent(20100925, "<BR>Harvest Fest <BR>Green Lake, Wi - 4:00pm","" ,"" , 0,0 );
DefineEvent(20100926, "Warrens Cranberry <BR>Festival Parade - 12:00","" , 0,0 );
DefineEvent(20100612, "Copper Fest <BR>Oconto, Wi - 10:00am","" ,"" ,0 ,0);
DefineEvent(20100807, "Johnsonville Brat Days <BR>Sheboygan, Wi - 9:00am","" ,"" , 0,0);
DefineEvent(20100822, "Allenton Parade <BR>Allenton, Wi - 11:30am","" ,"" , 0,0);

DefineEvent(20101225, "Christmas Day", "", "/Graphics/animated_christmas_tree.gif", 50, 50);
DefineEvent(20101231, "New Years Eve", "", "/Graphics/new-year-animated-fireworks4.gif", 50, 50);

