-- phpMyAdmin SQL Dump -- version 2.11.9.3 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 27, 2008 at 11:25 PM -- Server version: 4.1.22 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `geogphle_webcal` -- CREATE DATABASE `geogphle_webcal` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `geogphle_webcal`; -- -------------------------------------------------------- -- -- Table structure for table `webcal_asst` -- CREATE TABLE IF NOT EXISTS `webcal_asst` ( `cal_boss` varchar(25) NOT NULL default '', `cal_assistant` varchar(25) NOT NULL default '', PRIMARY KEY (`cal_boss`,`cal_assistant`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `webcal_asst` -- -- -------------------------------------------------------- -- -- Table structure for table `webcal_categories` -- CREATE TABLE IF NOT EXISTS `webcal_categories` ( `cat_id` int(11) NOT NULL default '0', `cat_owner` varchar(25) default NULL, `cat_name` varchar(80) NOT NULL default '', PRIMARY KEY (`cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `webcal_categories` -- -- -------------------------------------------------------- -- -- Table structure for table `webcal_config` -- CREATE TABLE IF NOT EXISTS `webcal_config` ( `cal_setting` varchar(50) NOT NULL default '', `cal_value` varchar(100) default NULL, PRIMARY KEY (`cal_setting`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `webcal_config` -- INSERT INTO `webcal_config` (`cal_setting`, `cal_value`) VALUES ('application_name', 'WebCalendar'), ('LANGUAGE', 'English-US'), ('demo_mode', 'N'), ('require_approvals', 'Y'), ('groups_enabled', 'Y'), ('user_sees_only_his_groups', 'N'), ('categories_enabled', 'N'), ('allow_conflicts', 'N'), ('conflict_repeat_months', '6'), ('disable_priority_field', 'N'), ('disable_access_field', 'N'), ('disable_participants_field', 'N'), ('disable_repeating_field', 'N'), ('allow_view_other', 'Y'), ('remember_last_login', 'Y'), ('allow_color_customization', 'Y'), ('BGCOLOR', '#808080'), ('TEXTCOLOR', '#101010'), ('H2COLOR', '#202050'), ('CELLBG', '#a0a0c0'), ('WEEKENDBG', '#C0C0c0'), ('TABLEBG', '#000060'), ('THBG', '#8080a0'), ('THFG', '#000090'), ('POPUP_FG', '#F03060'), ('POPUP_BG', '#F0F0C0'), ('TODAYCELLBG', '#90C0F0'), ('STARTVIEW', 'week'), ('WEEK_START', '0'), ('TIME_FORMAT', '12'), ('DISPLAY_UNAPPROVED', 'Y'), ('DISPLAY_WEEKNUMBER', 'Y'), ('WORK_DAY_START_HOUR', '8'), ('WORK_DAY_END_HOUR', '17'), ('send_email', 'Y'), ('EMAIL_REMINDER', 'Y'), ('EMAIL_EVENT_ADDED', 'Y'), ('EMAIL_EVENT_UPDATED', 'Y'), ('EMAIL_EVENT_DELETED', 'Y'), ('EMAIL_EVENT_REJECTED', 'Y'), ('server_url', 'http://www.geographile.com/mary/webcalendar/'), ('FONTS', 'Arial, Helvetica, sans-serif'), ('CUSTOM_SCRIPT', 'N'), ('CUSTOM_HEADER', 'N'), ('CUSTOM_TRAILER', 'N'), ('DISPLAY_WEEKENDS', 'Y'), ('bold_days_in_year', 'Y'), ('DISPLAY_DESC_PRINT_DAY', 'N'), ('DATE_FORMAT', '__month__ __dd__, __yyyy__'), ('DATE_FORMAT_MY', '__month__ __yyyy__'), ('DATE_FORMAT_MD', '__month__ __dd__'), ('TIME_SLOTS', '24'), ('auto_refresh', 'N'), ('auto_refresh_time', '0'), ('site_extras_in_popup', 'N'), ('allow_html_description', 'Y'), ('public_access', 'Y'), ('public_access_others', 'Y'), ('public_access_can_add', 'N'), ('public_access_add_needs_approval', 'Y'), ('public_access_view_part', 'Y'), ('add_link_in_views', 'Y'), ('allow_external_users', 'N'), ('external_notifications', 'N'), ('external_reminders', 'N'), ('allow_conflict_override', 'Y'), ('limit_appts', 'N'), ('nonuser_enabled', 'N'), ('nonuser_at_top', 'N'), ('reports_enabled', 'N'), ('PUBLISH_ENABLED', 'N'), ('email_fallback_from', 'Webcalendar '), ('public_access_default_visible', 'N'), ('TIMED_EVT_LEN', 'D'); -- -------------------------------------------------------- -- -- Table structure for table `webcal_entry` -- CREATE TABLE IF NOT EXISTS `webcal_entry` ( `cal_id` int(11) NOT NULL default '0', `cal_group_id` int(11) default NULL, `cal_ext_for_id` int(11) default NULL, `cal_create_by` varchar(25) NOT NULL default '', `cal_date` int(11) NOT NULL default '0', `cal_time` int(11) default NULL, `cal_mod_date` int(11) default NULL, `cal_mod_time` int(11) default NULL, `cal_duration` int(11) NOT NULL default '0', `cal_priority` int(11) default '2', `cal_type` char(1) default 'E', `cal_access` char(1) default 'P', `cal_name` varchar(80) NOT NULL default '', `cal_description` text, PRIMARY KEY (`cal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `webcal_entry` -- INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (1, NULL, NULL, 'casey', 20040718, 100000, 20040712, 221156, 480, 2, 'E', 'P', 'Gilroy with Reese', 'Gilroy Garlic Festival with Reese'), (2, NULL, NULL, 'casey', 20040714, 190000, 20040909, 173113, 240, 2, 'M', 'P', 'Port & Sunset', 'Port & Sunset'), (3, NULL, NULL, 'mary', 20040714, 190000, 20040713, 170859, 660, 2, 'M', 'R', 'Sunset and Port', 'Sunset and Port'), (5, NULL, NULL, 'mary', 20040713, 150000, 20040712, 224028, 540, 2, 'E', 'P', 'date with joe', 'date with joe'), (6, NULL, NULL, 'mary', 20040715, -1, 20040712, 235104, 0, 2, 'M', 'P', 'Joe in Montana', 'Joe in Montana'), (7, NULL, NULL, 'mary', 20040717, 110000, 20040713, 104344, 180, 2, 'E', 'R', 'Brian''s party', 'Brian''s party, see email'), (8, NULL, NULL, 'mary', 20040717, -1, 20040712, 235201, 0, 2, 'E', 'P', 'Casey - work', 'Casey - work'), (9, NULL, NULL, 'mary', 20040718, -1, 20040712, 235220, 0, 2, 'E', 'P', 'Casey/Reese garlic', 'Casey/Reese garlic'), (10, NULL, NULL, 'mary', 20040724, 90000, 20040721, 181518, 90, 2, 'E', 'P', 'Pooch Pow-Wow', 'Pooch Pow Wow\r\n\r\n6th Annual Niles Dog Show\r\n\r\nJuly 24, 2004\r\nPooch Pow-Wow and Canine Convention: A fun show with classes for everyone\r\n\r\n9AM to 3 PM at Niles Community Park at 3rd and H Streets'), (11, NULL, NULL, 'mary', 20040731, -1, 20040712, 235348, 0, 2, 'E', 'P', 'Geri', 'Mary socialize with Geri, no firm plans for particulars'), (12, NULL, NULL, 'mary', 20040806, -1, 20040712, 235529, 0, 2, 'M', 'P', 'polyflock', 'Redwood City Poly Flock, 6-8 August 2004\r\nRedwood City, CA Poly Flock\r\n6-8 August 2004\r\nDays Inn Redwood City\r\n\r\nhttp://www.livejournal.com/community/polyamory/1018368.html'), (13, NULL, NULL, 'mary', 20040807, -1, 20040726, 171016, 0, 2, 'E', 'R', 'Party at Ken Adelman', 'Party at Ken Adelman''s, see email from Joe'), (14, NULL, NULL, 'mary', 20040814, 190000, 20040712, 235746, 0, 2, 'E', 'P', 'Princess Bride in Berkeley', 'FREE (or $5 donation) "Princess Bride" Outdoor Summer Movies - Berkeley\r\nDate: Saturday August 14, 2004\r\nTime: 7:00 pm - 9:00 pm\r\nPyramid Brewery - 901 Gilman Street, Berkeley - Parking Lot\r\n\r\nwww.pyramidbrew.com\r\n\r\nMovies start at dusk\r\n\r\nAnnual Outdoor Summer Cinema Series - Join us for BBQ''s and Brews before the show! Contact the restaurant for further details. All proceeds benefit a local charity. Don''t forget to BYO Seating. Entrance opens at 7p Movie Begins at DUSK\r\n\r\nAdmission: $5 suggested donation\r\nPhone: (510) 528-9880'), (15, NULL, NULL, 'mary', 20040815, 100000, 20040713, 171009, 360, 2, 'E', 'P', 'Japanese festival', 'Date: Saturday August 14, 2004\r\nTime: All Day\r\nSunday August 15, 2004.\r\nJapantown - Post & Buchanan\r\n\r\nInformation: 415-771-9861\r\n\r\nNihonmachi Street Fair Japantown and Japan Center, This Japanese festival features lion dancers, taiko drummers, Japanese arts and crafts, musical entertainment, food and children''s events.\r\n'), (16, NULL, NULL, 'mary', 20040821, 160000, 20040712, 235912, 360, 2, 'E', 'P', 'Twelfth Night', 'Date: Saturday August 21, 2004\r\nTime: 4:00 pm - 6:00 pm\r\nuntil August 29, 2004.\r\nLocation:\r\n\r\nLakeside Park, Lake Merritt - Duck Pond Meadow - Oakland\r\n\r\nhttp://www.sfshakes.org/park/index.html\r\n\r\nFree Shakespeare in the Park 2004 presents the riotous comedy of hopelessly unrequited passions and mistaken identity TWELFTH NIGHT\r\n\r\nOakland Lakeside Park, Lake Merritt\r\nDuck Pond Meadow\r\nAugust 21 - August 29, 2004\r\nSaturdays and Sundays at 4:00 pm'), (17, NULL, NULL, 'mary', 20040826, -1, 20040805, 175611, 0, 2, 'E', 'R', 'Kathy''s birthday', 'Surprise party'), (18, NULL, NULL, 'mary', 20040824, 160000, 20040726, 170919, 540, 2, 'E', 'P', 'joe date', 'Joe/Mary'), (19, NULL, NULL, 'mary', 20040817, 160000, 20040713, 240, 540, 2, 'E', 'P', 'joe date', 'joe date'), (20, NULL, NULL, 'mary', 20040827, -1, 20040713, 311, 0, 2, 'E', 'P', 'last day of work', 'last day of work'), (21, NULL, NULL, 'mary', 20040816, -1, 20040713, 340, 0, 2, 'E', 'P', 'school starts', 'Ohlone classes start'), (22, NULL, NULL, 'casey', 20040712, 80000, 20041109, 183145, 480, 2, 'M', 'P', 'Work', 'Work'), (4, NULL, NULL, 'mary', 20070821, 180000, 20070822, 110703, 240, 3, 'M', 'P', 'Wednesday Night Date', 'Date, or something, or sitting around snuggling\r\n\r\n'), (23, NULL, NULL, 'casey', 20040717, 90000, 20040713, 161753, 420, 2, 'E', 'P', 'Weekend Work', 'Weekend Work'), (24, NULL, NULL, 'casey', 20040717, 170000, 20040713, 162011, 300, 2, 'E', 'P', 'Date with V', 'Date with V'), (25, NULL, NULL, 'mary', 20040725, -1, 20040713, 174521, 0, 2, 'E', 'P', 'date with joe', 'date with joe'), (26, NULL, NULL, 'casey', 20040801, 120000, 20040731, 215601, 540, 2, 'E', 'P', 'Date with Reese', 'Date with Reese'), (27, NULL, NULL, 'casey', 20040725, 113000, 20040722, 164017, 180, 2, 'E', 'R', 'johanna''s birthday', 'Tea at Lovejoy''s at 11:30\r\nhttp://www.livejournal.com/users/britgeekgrrl/695502.html'), (28, NULL, NULL, 'casey', 20040725, 143000, 20040722, 163954, 300, 2, 'E', 'P', 'Victorian Space Opera', 'RPG with Andy, Jim, and Matt'), (29, NULL, NULL, 'casey', 20040731, 170000, 20040909, 173248, 300, 2, 'M', 'P', 'Reserved', 'This time is unavailable unless otherwise specified. If I try to schedule something, please remind me of this. ;)'), (30, NULL, NULL, 'mary', 20040801, 100000, 20040719, 182540, 240, 2, 'E', 'P', 'fremont art festival', 'http://www.fremontfestival.net/'), (31, NULL, NULL, 'mary', 20040911, 190000, 20040719, 184103, 240, 2, 'E', 'P', 'Kathleen''s birthday', 'http://www.livejournal.com/users/karenbynight/107959.html'), (32, NULL, NULL, 'casey', 20040822, 120000, 20040720, 111754, 360, 2, 'E', 'P', 'Victorian Space Opera', 'RPG with Andy, Jim, and Matt'), (33, NULL, NULL, 'casey', 20040808, 120000, 20040720, 111800, 360, 2, 'E', 'P', 'Victorian Space Opera', 'RPG with Andy, Jim, and Matt'), (34, NULL, NULL, 'mary', 20040829, -1, 20040721, 180818, 0, 2, 'E', 'R', 'cortney''s birthday', 'tactile dome: http://www.livejournal.com/users/cortneyofeden/141798.html'), (35, NULL, NULL, 'mary', 20040828, 100000, 20040721, 180923, 360, 3, 'E', 'P', '"school picnic"', 'Mary busy all day . . . well, until 4ish, not flexible, I''ve gotta go.'), (36, NULL, NULL, 'mary', 20040724, 110000, 20040722, 210546, 0, 2, 'E', 'P', 'Pooch Pow-Wow', 'pooch '), (37, NULL, NULL, 'mary', 20040724, 90000, 20040722, 210608, 90, 2, 'E', 'P', 'pete stark town meeting', 'http://www.house.gov/stark/contact/townmeeting.htm'), (38, NULL, NULL, 'casey', 20040724, 90000, 20040723, 150150, 360, 2, 'E', 'P', 'Work', 'Weekend work. Blah.'), (39, NULL, NULL, 'joe', 20040724, 100000, 20040724, 85956, 360, 3, 'E', 'P', 'pacific art league', 'pacific art league'), (40, NULL, NULL, 'joe', 20040724, 170000, 20040724, 90035, 420, 2, 'E', 'R', 'dave''s bbq', 'dave''s bbq'), (41, NULL, NULL, 'joe', 20040725, 143000, 20040724, 90246, 420, 2, 'E', 'P', 'mary', 'mary date'), (42, NULL, NULL, 'joe', 20040726, 183000, 20040724, 90812, 90, 2, 'E', 'P', 'teal phone call', 'teal phone'), (43, NULL, NULL, 'joe', 20040728, 190000, 20060822, 150931, 300, 2, 'M', 'P', 's&p', 's&p'), (44, NULL, NULL, 'joe', 20040728, 181500, 20040724, 91610, 45, 2, 'M', 'P', 'impact board sync-up call', 'impact board sync-up call\r\n(doesn''t happen on weeks we have a full meeting)'), (46, NULL, NULL, 'joe', 20040809, -1, 20040725, 133703, 0, 2, 'M', 'P', 'Chris gone', 'Chris gone'), (47, NULL, NULL, 'joe', 20040807, -1, 20040724, 92143, 0, 2, 'E', 'P', 'chris returns late aft./eve.?', 'chris returns late aft./eve.?'), (48, NULL, NULL, 'joe', 20040802, 190000, 20040724, 92305, 300, 2, 'E', 'P', 'kathleen', 'Date with Kathleen.'), (49, NULL, NULL, 'joe', 20040806, -1, 20040731, 222233, 0, 2, 'M', 'P', 'polyflock', 'RJ and Ruthanne present "Polyflock", RWC'), (50, 49, NULL, 'joe', 20040807, 100000, 20040724, 93323, 60, 2, 'E', 'P', 'polyflock', 'RJ and Ruthanne present "Polyflock", RWC'), (51, NULL, NULL, 'joe', 20040807, 130000, 20040724, 93542, 480, 2, 'E', 'P', 'Ken''s Hottest Day of the Year Party', 'Ken''s Hottest Day of the Year Party\r\nNear Watsonville, CA\r\nTiming TBD\r\nCasey, Mary, Chris attending'), (52, NULL, NULL, 'joe', 20040814, 100000, 20040808, 11701, 360, 2, 'M', 'P', 'pacific art league', 'pacific art league'), (53, NULL, NULL, 'joe', 20040823, 190000, 20040727, 4535, 300, 2, 'E', 'P', 'Kathleen', 'Date with Kathleen'), (54, NULL, NULL, 'joe', 20040830, 140000, 20040730, 151210, 120, 2, 'E', 'P', 'Dropoff for "Insight", PAL show (time can bend)', 'PHIG 2004 Group Show\r\nPacific Art League, Norton Gallery\r\n\r\nShow Dates: September 1-28, 2004\r\n\r\nShow Title: Insight\r\n\r\nReception: Friday, September 10th, 6-9pm\r\n\r\nInsight:\r\n\r\n1. insight - clear or deep perception of a situation\r\n\r\n2. insight, perceptiveness, perceptivity - a feeling of understanding\r\n\r\n3. insight, brainstorm - the clear (and often sudden) understanding of a complex situation\r\n\r\n4. insight, sixth sense - grasping the inner nature of things intuitively\r\n\r\nOverview: The Photography Interest Group (PHIG) is composed of photographers affiliated with the Pacific Art League. All Pacific Art League members are welcome to enter this juried photography show. Please see www.pacificartleague.org for more details about the Art League or obtaining membership. All photographic-based media are accepted (film, digital & manipulated).\r\n\r\nKey Dates: Artwork drop off at Pacific Art League, Pete’s Tech Tower, 3rd floor\r\n\r\nMonday, August 30, 9am-7pm\r\n\r\nTuesday, August 31, 9am-5pm\r\n\r\nJury and hang the show, Tuesday, August 31, 5-8pm\r\n\r\nReception and Awards, Friday, September 10, 6-9pm, awards at 7pm\r\n\r\nArtwork pick up at Pacific Art League, Norton Gallery\r\n\r\nTuesday, September 28, 1pm-7pm\r\n\r\nThe Juror: Longtime, photographer and teacher, Mathias Van Hesemans, will jury the show and award 1st, 2nd and 3rd place. Mathias is also the owner of Dramatic Landscapes Gallery (www.dramaticlandscapes.com) in Los Altos, California.\r\n\r\nFees and Requirements:\r\n\r\nYou must be a member of the Art League to participate Entry fee is $15 per framed piece\r\nLimited to 3 works maximum (juror may choose to include 1, 2 or none) All frames must be no larger than 16x20 All works must use black frames and white mats for a uniform look All works must be framed and ready to hang (with a wire) The Art League takes a 35% commission on any sales All work must be for sale All work must be clearly labeled with your name, title and price Entry fees will be used to:\r\nProduce a generic show postcard Compensate the juror Provide snacks and drinks for the reception\r\n\r\nMore Info…\r\n\r\nwww.pacificartleague.org/members/phig.html or contact Pete Zivkov,'), (55, NULL, NULL, 'joe', 20040910, 180000, 20040903, 201942, 180, 2, 'E', 'P', 'packing', '\r\n'), (173, NULL, NULL, 'joe', 20040910, 170000, 20040903, 202025, 60, 2, 'E', 'P', 'teal phone', 'teal phone'), (56, NULL, NULL, 'joe', 20040928, 130000, 20040724, 95240, 120, 2, 'E', 'P', '"Insight" Show Pickup, Pacific Art League (time can vary)', 'Artwork pick up at Pacific Art League, Norton Gallery\r\n\r\nTuesday, September 28, 1pm-7pm'), (57, NULL, NULL, 'joe', 20040909, 190000, 20040724, 100025, 300, 2, 'E', 'P', 'Kathleen', 'Date with Kathleen'), (45, NULL, NULL, 'joe', 20040801, 160000, 20040726, 132352, 300, 2, 'E', 'P', 'creativity salon - BRING DESSERT!', 'Sunday, August 1st 4-5pm Gather, photo schmooze\r\n 5-6-ish Share prints\r\n 6-7pm Dinner\r\n 7-9pm "Beyond Your Creative Comfort\r\nZone" discussion & print/slide sharing\r\n\r\n\r\n\r\nIf you plan to take an active part in our "Beyond the Creative Comfort Zone"\r\ndiscussion, please bring either or both: examples of work that went outside\r\nyour familiar subject, technique and/or meaning; stories of why/how you\r\nventured (or were forced) to get out of a safe, secure groove aka "rut" to\r\ntry something new, scary or exhilarating. Or, just listen and get inspired.\r\n\r\nRequest: Can someone bring a clip-on or other "spot light" for print\r\nsharing? Thanks!\r\n\r\nFYI: if you want to see my nature photography exhibit at the Lindsay\r\nWildlife Museum (10 minutes north of us), click on www.wildlife-museum.org\r\n for directions etc. There''s also exhibit\r\ninfo at: http://www.susanreynoldsphotography.com/whats_new/whats_new.htm\r\n\r\nSalon Directions: From Highway 680 heading north: take Rudgear Rd. exit,\r\nturn right at the bottom of ramp, go ½ mile to Grover Lane. Right on Grover\r\nLane, go one block and left on Grover Ct. to 25 Grover Ct. at the end and\r\nthe right. Please note: we have a testy neighbor on our right who gets\r\nornery if anyone parks in his "slot" just to the right of our driveway\r\n(looks like it belongs to us). So please park elsewhere!\r\n\r\nFrom 680 heading south: take S. Main St. exit, turn right at bottom of ramp\r\nand go about ½ mile to light at Rudgear Rd. follow the previous directions.\r\n\r\nHome tel: 925-932-4438. I''m looking forward to another gathering of creative\r\nideas, projects and sharing –\r\n\r\nCreatively,\r\nSue\r\n\r\n'), (58, NULL, NULL, 'joe', 20040801, 130000, 20040724, 104615, 60, 2, 'E', 'P', 'Reception for Sue Toorans, Palo Alto', '"A Little Melodramatic, Don''t You Think?"\r\n\r\nJuly 27 - August 21, 2004\r\n\r\nReception: Sunday August 1, 1-4 pm\r\n\r\nGallery House\r\n320 California Ave.\r\nPalo Alto, CA 94306\r\n(650) 326-1168\r\n\r\nhttp://www.suetoorans.com'), (59, 43, NULL, 'joe', 20040811, 213000, 20040724, 104926, 120, 2, 'E', 'P', 's&p', 's&p'), (60, NULL, NULL, 'joe', 20040811, 190000, 20040724, 105012, 0, 2, 'E', 'P', 'PALPhig / Butleman', 'Photographers Interest Group (PHIG) \r\nWednesday, August 11th at 7:30pm \r\nPacific Art League, Norton Studio (upstairs gallery)\r\n668 Ramona St. Palo Alto \r\n\r\n7:30 - Welcome, news, resource and information sharing \r\nInformal, roundtable style of sharing useful and interesting information. \r\n\r\n7:45 - Robert Buelteman\r\nPhotographic artist Robert Buelteman will present selections from his 30 years behind the camera, including works from his two books on Peninsula subjects: The Unseen Peninsula (1995, photographs of the Crystal Springs Watershed), and Eighteen Days in June (2000, photographs from the artist''s residency at the Djerassi Resident Artists Program in Woodside).\r\n\r\nPrior to the development of his innovative cameraless imaging technique which resulted in his newest portfolio entitled Through the Green Fuse (2002), he worked exclusively with Black and White media. His work has received accolades from a diverse group of organizations including the Natural Resources Defense Council, Commonwealth Club of California, California Academy of Sciences, Epilepsy Society of America, and the \r\noffice of the Poet Laureate of the United States of America. His work can be found in private and public collections worldwide.\r\n\r\nSelected images from his three monographs as well as unpublished works will be shown along with a discussion of creative vision, B&W technique, and the transformation of the photographic industry as a result of the emergence of digital imaging.\r\n\r\nFor more info, please see www.buelteman.com\r\n\r\n9:30 - Wrap up and conclusion\r\n\r\n'), (61, NULL, NULL, 'joe', 20040829, 150000, 20040724, 122323, 60, 2, 'E', 'P', 'Impact BBQ', 'Celebratioinf for Impact staff at joe''s House. Tentative. 3-?'), (62, NULL, NULL, 'joe', 20040828, 160000, 20040724, 162523, 720, 2, 'E', 'P', 'DHP', 'Disaster House Party, 4pm - 4am?'), (63, NULL, NULL, 'joe', 20040725, 110000, 20040724, 123007, 180, 2, 'E', 'P', 'Possible Falafels with CJ', 'Possible Falafels with CJ'), (64, NULL, NULL, 'joe', 20040904, 100000, 20040724, 124622, 360, 2, 'E', 'P', 'Working at PAL? (unconfirmed)', 'Working at PAL? (unconfirmed)'), (65, NULL, NULL, 'joe', 20040910, 150000, 20040724, 124717, 180, 2, 'E', 'P', 'Mary', 'Date with Mary, note potential conflict with PAL reception'), (66, NULL, NULL, 'joe', 20040911, -1, 20040724, 124750, 0, 2, 'E', 'P', 'Utah Trip', 'drive to utah day 1, stay ely, nevada\r\n\r\nHotel: Best Western Intl \r\nBW MAIN MOTEL \r\n1101 AULTMAN, ELY NV 89301 \r\nRoom: 1 QUEEN BED* NO SMOKING,COFFEE MAKER,CON, 1 night \r\nCheck-in: Sat, Sep 11 \r\nCheck-out: Sun, Sep 12 \r\nPolicy: Guaranteed Late Arrival\r\nAny incidental charges such as extra person fees, parking, phone calls, room service or energy surcharges will be handled directly between you and the property.\r\nCANCEL BY 4 PM DAY OF ARRIVAL.\r\nYour credit card information has been provided to the hotel and a deposit will be charged. \r\nStatus: Confirmation Code 369861575\r\n'), (67, NULL, NULL, 'joe', 20040905, -1, 20040901, 110629, 0, 2, 'E', 'P', 'ART EXPERIENCE: JURIED ART EXHIBITION;', 'DEADLINE September 1 CALIFORNIA, PALO ALTO\r\n> > ART EXPERIENCE: JURIED ART EXHIBITION; an art\r\n> > contest\r\n> > presented by the ART21 Gallery. $15/slide, no\r\n> limit.\r\n> > Note: slides will not be returned. Work must be\r\n> > original. Open to artists working in WA, OR, CA,\r\n> NV,\r\n> > AZ, CO, NM, UT, MT, ID. \r\n> > art. Cash awards Best of Show ($500); 1st , 2nd,\r\n> > 3rd,\r\n> > & HM. For prospectus, entry form and more\r\n> > information,\r\n> > visit their website: www.art21.us\r\n'), (68, NULL, NULL, 'joe', 20040912, -1, 20040724, 142125, 0, 2, 'E', 'P', 'Utah Trip', 'Monday 9/13: Moab Sunset: 7:36pm\r\nRedstone Inn (Monica 800.772.1972) Queen $50 (Confirmation #4900) Book prior to 9/6\r\nConfirmed: Extended to include 9/12, confirmation #: 4941\r\n'), (69, NULL, NULL, 'joe', 20040913, -1, 20040724, 142144, 0, 2, 'E', 'P', 'Utah Trip', 'Monday 9/13: Moab Sunset: 7:36pm\r\nRedstone Inn (Monica 800.772.1972) Queen $50 (Confirmation #4900) Book prior to 9/6\r\nConfirmed: Extended to include 9/12, confirmation #: 4941\r\n'), (70, NULL, NULL, 'joe', 20040913, -1, 20040724, 142145, 0, 2, 'E', 'P', 'Utah Trip', 'Monday 9/13: Moab Sunset: 7:36pm\r\nRedstone Inn (Monica 800.772.1972) Queen $50 (Confirmation #4900) Book prior to 9/6\r\nConfirmed: Extended to include 9/12, confirmation #: 4941\r\n'), (71, NULL, NULL, 'joe', 20040913, -1, 20040724, 142145, 0, 2, 'E', 'P', 'Utah Trip', 'Monday 9/13: Moab Sunset: 7:36pm\r\nRedstone Inn (Monica 800.772.1972) Queen $50 (Confirmation #4900) Book prior to 9/6\r\nConfirmed: Extended to include 9/12, confirmation #: 4941\r\n'), (72, NULL, NULL, 'joe', 20040914, -1, 20040724, 142230, 0, 2, 'E', 'P', 'Utah Trip', 'Tuesday 9/14: Moab Sunrise: 7:07am Sunset: 7:34pm\r\nRedstone Inn \r\nConfirmed (as above)\r\n'), (73, NULL, NULL, 'joe', 20040915, -1, 20040724, 142249, 0, 2, 'E', 'P', 'Utah Trip', 'Wednesday 9/15: Green River/Hanksville Sunrise: 7:08am Sunset: 7:33pm\r\nSuper 8 (800) 800-8000, local (435) 564-8888 $54 sngl, $59 dbl (confirm #60307839)\r\nConfirmed: Same confirm\r\n'), (74, NULL, NULL, 'joe', 20040916, -1, 20040724, 142309, 0, 2, 'E', 'P', 'Utah Trip', 'Thursday 9/16: Boulder Sunrise: 7:09am Sunset: 7:31pm\r\nPole’s Place Lodge (800) 730-7422 Camille $60 dlb, (Book by 8/16)\r\nConfirmed.\r\n'), (75, NULL, NULL, 'joe', 20040917, -1, 20040724, 142332, 0, 2, 'E', 'P', 'Utah trip', 'Friday 9/17: Bryce Canyon Sunrise: 7:09am Sunset: 7:30pm\r\nFosters Motel (435) 834-5227 All rooms 2 dbl beds $55 Confirm #106\r\nConfirmed: Individual confirmation # is 104\r\n'), (76, NULL, NULL, 'joe', 20040918, -1, 20040724, 142353, 0, 2, 'E', 'P', 'Utah Trip', 'Saturday 9/18 : Bryce Canyon Sunrise: 7:10am Sunset: 7:28pm\r\nFosters Motel \r\nConfirmed: Individual confirmation # is 104\r\n'), (77, NULL, NULL, 'joe', 20040919, -1, 20040724, 144359, 0, 2, 'E', 'P', 'Utah Trip', 'Sunday 9/19: Bryce Canyon Sunrise : 7:11am\r\nHomeward bound!\r\n\r\nStart driving\r\n \r\n'), (78, NULL, NULL, 'joe', 20040726, 124500, 20040724, 143827, 120, 2, 'E', 'P', 'Veternary Vision', 'Cirrus'), (79, NULL, NULL, 'joe', 20040727, 93000, 20040724, 144252, 420, 2, 'E', 'P', 'SF Trip to ArtSource, General Graphics', 'Pick up prints from Calypso, drive to SF. Need to schedule time to drop off prints with ArtSource folks. Arrange General Graphics trip to be before or after depending.'), (80, NULL, NULL, 'joe', 20040920, -1, 20040724, 144416, 0, 2, 'E', 'P', 'Utah Trip', 'Driving (probably day 2)'), (81, NULL, NULL, 'joe', 20040921, -1, 20040724, 144433, 0, 2, 'E', 'P', 'Utah Trip', 'Possibly driving (last day)'), (83, NULL, NULL, 'joe', 20040925, 100000, 20040904, 122504, 360, 2, 'E', 'P', 'Pacific Art League', 'Pacific Art League'), (84, NULL, NULL, 'joe', 20041006, 0, 20040724, 155016, 1440, 2, 'E', 'P', 'Eastern Sierra', 'MUST CHECK IN BY 8PM!!!\r\n\r\nMurphy''s Hotel\r\nWednesday, October 6\r\nLee Vining, CA\r\nConfirmation: NANCY\r\nMUST CHECK IN BY 8PM--NO EXCEPTIONS!!!!\r\n760-647-6316\r\n'), (85, NULL, NULL, 'joe', 20041007, 0, 20040724, 154912, 1440, 2, 'E', 'P', 'Eastern Sierra', 'Meet 6pm Mountain Light for David Muench workshop, stay bishop\r\n\r\nThe Trees Motel\r\nThursday, October 7 until the morning of Monday, October 11\r\nBishop, CA\r\nNo confirmation provided\r\nRefrigerator\r\n760-873-6391\r\n'), (86, NULL, NULL, 'joe', 20041008, 0, 20040724, 154856, 1440, 2, 'E', 'P', 'Eastern Sierra', 'David Muench 5am, stay bishop\r\n\r\nThe Trees Motel\r\nThursday, October 7 until the morning of Monday, October 11\r\nBishop, CA\r\nNo confirmation provided\r\nRefrigerator\r\n760-873-6391\r\n'), (87, NULL, NULL, 'joe', 20041009, 0, 20040724, 154843, 1440, 2, 'E', 'P', 'Eastern Sierra', 'David Muench 5am, stay bishop\r\n\r\nThe Trees Motel\r\nThursday, October 7 until the morning of Monday, October 11\r\nBishop, CA\r\nNo confirmation provided\r\nRefrigerator\r\n760-873-6391\r\n'), (88, NULL, NULL, 'joe', 20041010, 0, 20040724, 154828, 1440, 2, 'E', 'P', 'Eastern Sierra', 'David Muench 5am-2pm\r\n\r\nThe Trees Motel\r\nThursday, October 7 until the morning of Monday, October 11\r\nBishop, CA\r\nNo confirmation provided\r\nRefrigerator\r\n760-873-6391\r\n'), (89, NULL, NULL, 'joe', 20041011, 0, 20040724, 155058, 1440, 2, 'E', 'P', 'Eastern Sierra', 'head home after days shooting?'), (91, NULL, NULL, 'joe', 20040825, 190000, 20040819, 200427, 120, 2, 'E', 'P', 'impact board metting', 'Impact board meeting, Castro Valley\r\n\r\n4725 James Ave., Castro Valley, CA View Map\r\nWhen: Wednesday, August 25, 7:00pm'), (92, 43, NULL, 'joe', 20040825, 213000, 20040724, 162434, 120, 2, 'E', 'P', 's&p', 's&p'), (93, 4, NULL, 'casey', 20040805, 190000, 20040724, 191452, 180, 3, 'E', 'P', 'Matt''s Birthday', 'Black Angus in San Leandro or Outback in Fremont'), (94, NULL, NULL, 'joe', 20040807, -1, 20040725, 133940, 0, 2, 'M', 'P', 'Roger using propanels', 'Roger using propanels'), (95, NULL, NULL, 'casey', 20040911, 120000, 20040909, 173123, 540, 2, 'E', 'P', 'Kathleen''s Birthday', 'at the observatory'), (96, NULL, NULL, 'joe', 20040821, 200000, 20040725, 231633, 300, 2, 'E', 'P', 'Black Sheets', 'Black Sheets'), (97, NULL, NULL, 'casey', 20040727, 170000, 20040726, 171920, 240, 2, 'E', 'P', 'OT', 'OT'), (98, NULL, NULL, 'casey', 20040731, 90000, 20040726, 171933, 420, 2, 'E', 'P', 'OT', 'OT'), (99, NULL, NULL, 'joe', 20041003, 130000, 20040726, 184417, 360, 2, 'E', 'P', 'Joe/Mary Date', '(Time TBD.)\r\n'), (82, NULL, NULL, 'joe', 20040924, 160000, 20040726, 184538, 240, 2, 'E', 'P', 'Joe/Mary Date', 'Time TBD.'), (100, NULL, NULL, 'joe', 20040813, 180000, 20040726, 185316, 960, 2, 'E', 'P', 'Mary/Joe Date (offered overnight)', 'This is an offer for the Friday of the week Chris is gone. Note: I believe I work in Palo Alto starting at 10 a.m. on Saturday.'), (101, NULL, NULL, 'joe', 20040802, 123000, 20040727, 1451, 120, 2, 'E', 'P', 'Lunch Chris V.', 'Lunch Chris V.\r\n\r\nVernier is at 465 National Ave, Mountain View 94043. We are close to Ellis and 101.'), (102, NULL, NULL, 'joe', 20040903, 153000, 20040831, 215739, 90, 2, 'E', 'P', 'teal phone', 'teal phone'), (103, NULL, NULL, 'joe', 20040729, 100000, 20040726, 235508, 420, 2, 'E', 'P', 'Edit Photos', 'No, really.'), (104, NULL, NULL, 'joe', 20040926, 0, 20040727, 441, 1440, 2, 'M', 'P', 'Olympic NP Trip', 'Air Travel:\r\nTrip ID 736788707466\r\nAlaska Air 395 Non-Stop\r\nDepart SJC Sun, Sept. 26 at 8:55 am\r\nArrive SEA Sun, Sept. 26 at 11:02 am\r\nconfirm HHLIBS\r\n\r\nReturn\r\nAlaska Air 324 Non-Stop\r\nDepart SEA Sat., Oct 2 at 6:25pm\r\nArrive SJC Sat. Oct. 2 at 8:26pm\r\nconfirm HHLIBS\r\n\r\nCar: NATIONAL RENT A CAR\r\nConfirm 622431384COUNT\r\nTRIP ID: 727280677170\r\n\r\nLodging:\r\nSUPER 8/Port Angeles\r\n2104 E 1st ST., Port Angeles, WA\r\n2 nights\r\nConfirm 60005186-\r\nYahoo Trip ID: 668174728090\r\n\r\n'), (105, NULL, NULL, 'joe', 20040928, -1, 20040727, 647, 0, 2, 'M', 'P', 'Olympic NP Trip', 'Bagby''s Town Motel/Forks\r\n1080 S. Forks Ave.\r\nForks, WA\r\n1-800-742-2429'), (106, NULL, NULL, 'joe', 20040930, -1, 20040727, 802, 0, 2, 'M', 'P', 'Olympic NP Trip', 'Lake Quinalt Lodge\r\nLake Quinalt, WA\r\nConfirmation CTKX3XG\r\n'), (107, NULL, NULL, 'joe', 20041002, -1, 20040727, 831, 0, 2, 'E', 'P', 'Olympic NP Trip', 'Return\r\nAlaska Air 324 Non-Stop\r\nDepart SEA Sat., Oct 2 at 6:25pm\r\nArrive SJC Sat. Oct. 2 at 8:26pm\r\nconfirm HHLIBS'), (108, NULL, NULL, 'joe', 20040809, 180000, 20040727, 1813, 900, 2, 'E', 'P', 'Kathleen Sleepover', 'Kathleen Sleepover'), (109, NULL, NULL, 'joe', 20040803, -1, 20040727, 5116, 0, 2, 'E', 'P', 'Mary', 'Mary'), (110, NULL, NULL, 'joe', 20040803, 160000, 20040727, 5513, 420, 2, 'M', 'P', 'Mary', 'Mary'), (111, NULL, NULL, 'joe', 20040831, 160000, 20040727, 5610, 420, 2, 'E', 'P', 'Mary', 'Mary'), (112, NULL, NULL, 'joe', 20040816, 150000, 20040816, 14010, 540, 2, 'E', 'P', 'V', 'V'), (113, NULL, NULL, 'joe', 20041016, 210000, 20040727, 14719, 300, 2, 'E', 'P', 'Black Sheets?', 'Black Sheets?'), (114, NULL, NULL, 'joe', 20041218, 190000, 20040727, 14901, 300, 2, 'E', 'P', 'Black sheets with kathleen?', 'Black sheets with kathleen?'), (116, NULL, NULL, 'casey', 20040803, 190000, 20040731, 215503, 120, 2, 'E', 'P', 'Movie', 'A home at the end of the world\r\nLandmark theater, Berkeley'), (117, 29, NULL, 'casey', 20040821, 180000, 20040729, 235232, 300, 2, 'E', 'P', 'Tackay Partay!', 'see http://www.livejournal.com/users/redhawke/138258.html'), (118, NULL, NULL, 'joe', 20040802, 183000, 20040731, 121026, 300, 2, 'E', 'P', 'Jan and Dave', 'Jan and Dave'), (119, NULL, NULL, 'joe', 20040906, 130000, 20040731, 220858, 480, 2, 'E', 'P', 'V', 'V'), (120, NULL, NULL, 'joe', 20040806, 183000, 20040731, 222150, 120, 2, 'E', 'P', 'Waterworks reception', 'Waterworks reception'), (121, NULL, NULL, 'mary', 20040814, 90000, 20040801, 190053, 180, 2, 'E', 'P', 'kathy, farmer''s market', 'http://www.livejournal.com/users/klwalton/346658.html?view=2026530#t2026530\r\n\r\n(I''m not stuck on this, it''s just a pre-dome maybe.)'), (122, NULL, NULL, 'mary', 20041105, -1, 20040801, 234308, 0, 3, 'E', 'P', 'check fungus fair', 'Please check to see when the fungus fair dates for 2005 are, and add them to the calendar:\r\nhttp://www.fungusfed.org/body/funfair.html'), (123, NULL, NULL, 'joe', 20040804, 170000, 20040802, 132551, 60, 2, 'E', 'P', 'Drop off art with Ami', 'Drop off art with Ami'), (115, NULL, NULL, 'casey', 20040814, 120000, 20040805, 142352, 240, 2, 'E', 'P', 'Tactile Dome', 'Tactile Dome, reservations for three at 12:00\r\n\r\n1245046'), (124, NULL, NULL, 'mary', 20040811, 140000, 20040805, 170429, 60, 2, 'E', 'P', 'registration', 'Your appointment has been\r\nConfirmed\r\nYour Confirmation number is : 5790811041400\r\n\r\nDMV field offices accept payment by check, money order, or cash.\r\nCredit cards are NOT accepted in DMV field offices.\r\n\r\nPlease print or make a note of this information and bring it with you to your appointment.\r\n\r\nNote: If you are using Netscape Navigator or Netscape Communicator,\r\nyou may not be able to print the confirmation page.\r\nDetails of your Appointment:\r\nOffice: HAYWARD\r\nLocation: 150 JACKSON ST\r\nHAYWARD See Street Map\r\nDate: Wednesday, August 11, 2004\r\nTime: 2:00 PM\r\nPurpose: Register or title a vehicle or vessel. This appointment is not for more than one person or item.\r\nName: MARY SMITH\r\nDaytime Telephone #: ( 510 ) 794 - 1447'), (125, NULL, NULL, 'joe', 20040815, -1, 20040806, 23620, 0, 2, 'E', 'P', 'Chris'' First full day home', 'Chris'' First full day home'), (126, NULL, NULL, 'mary', 20040828, 170000, 20040808, 114711, 360, 3, 'E', 'R', 'kathy\\''s birthday', 'from magi\\''s LJ, shared with permission:\r\nhttp://www.livejournal.com/users/red_frog/281305.html\r\nKathy\\''s birthday is August 26. I\\''m holding a surprise birthday party for her here on the late afternoon/evening of August 28, the following Saturday. (Exact time is TBD.) I know that some people are planning on coming, but can we make this the official \\'), (127, NULL, NULL, 'mary', 20040815, -1, 20040808, 114909, 0, 2, 'E', 'P', 'casey date day', 'This is to remind Casey that he needs to set aside a whole weekend day for himself ;)'), (128, NULL, NULL, 'mary', 20040815, -1, 20040808, 114923, 0, 2, 'E', 'P', 'casey date day', 'This is to remind Casey that he needs to set aside a whole weekend day for himself ;)'), (129, NULL, NULL, 'mary', 20040912, -1, 20040808, 115043, 0, 2, 'E', 'P', 'tentative date - potlatch event', '(Casey, does this work for you?)'), (130, NULL, NULL, 'mary', 20040905, -1, 20040808, 115138, 0, 2, 'E', 'P', 'tentative date - potlatch event', 'We''ll need at least this date to make sure everything that we haven''t gotten done between now and this date is done, in terms of big cleaning projects, and organizing stuff and space.'), (131, NULL, NULL, 'joe', 20040829, 130000, 20040808, 202831, 120, 2, 'E', 'P', 'Lynn Kendall''s 5th Sun. party', '(Would be good to drop in if I can arrange an hour or two.)\r\n\r\n\r\nDATE: Sunday, August 29\r\nTIME: 1PM to approximately 7PM\r\nWHERE: 209 Giddings Court., San Jose, CA 95139\r\nWHO: Yourself, your partners and SOs, your children\r\n(although the house is not child-proofed)\r\nBRING: Some food and drink to share\r\n\r\nATTRACTIONS: We''ll provide coffee, tea, and munchies\r\n-- plus chairs, a hammock, and lots of interesting\r\npeople to talk with. Thousands of books you can browse\r\nor even borrow. Three cats and a deranged kitten, one\r\nof which will even let you pet her. The Califamily --\r\nSonja, Michele, Paul, Lynn.'), (132, NULL, NULL, 'joe', 20040820, 180000, 20040809, 203814, 240, 2, 'E', 'P', 'Jim and Mel come over to tub', 'Jim and Mel come over to tub'), (133, 43, NULL, 'joe', 20040818, 190000, 20040809, 234254, 300, 2, 'E', 'P', 's&p -- i''m the guest host!', 's&p'), (134, NULL, NULL, 'casey', 20040815, 80000, 20040810, 112359, 900, 2, 'E', 'P', 'Casey Time', 'Quiet time running Task Forces in Paragon City and generally goofing off with no pre-set goal.'), (135, NULL, NULL, 'casey', 20040813, 170000, 20040810, 112526, 360, 2, 'E', 'P', 'Date with V', 'Overnight date at our place'), (136, NULL, NULL, 'casey', 20040822, 120000, 20050118, 153231, 480, 2, 'M', 'P', 'Turon Campaign', 'Time travel campaign with Matt, Jim, and Andy'), (137, NULL, NULL, 'casey', 20040912, 120000, 20041115, 162929, 480, 2, 'M', 'P', 'Turon Campaign', 'Time Travel campaign with Matt, Jim, and Andy'), (138, NULL, NULL, 'joe', 20040818, 110000, 20040812, 205539, 240, 2, 'E', 'P', 'Lunch Betty Walker, Alameda', 'Alameda lunch, B. Walker\r\n\r\n\r\nAlameda is no culinary haven, that''s for sure! But Asena Restaurant\r\n(Mediterranean\\California cuisine) 2508 Santa Clara Ave. Alameda) is pretty\r\ngood. Let''s meet there on Wed. the 18th at 1. Looking forward to it!'), (139, NULL, NULL, 'joe', 20040825, 110000, 20040813, 1908, 300, 2, 'E', 'P', 'possible sue ps intro', 'possible sue ps intro'), (140, NULL, NULL, 'joe', 20040826, 110000, 20040813, 1947, 540, 2, 'E', 'P', 'possible sue ps intro', 'possible sue ps intro'), (141, NULL, NULL, 'joe', 20040823, 123000, 20040819, 140948, 180, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (142, NULL, NULL, 'joe', 20040904, -1, 20040825, 25610, 0, 2, 'M', 'P', 'ashley in monterey 3rd-6th', 'ashley in monterey 3rd-6th'), (143, NULL, NULL, 'joe', 20040905, 210000, 20040815, 184710, 300, 2, 'E', 'P', 'visit monterey?', 'visit monterey?'), (144, 43, NULL, 'joe', 20040901, 190000, 20040817, 101002, 300, 2, 'E', 'P', 's&p guest host gig', 's&p guest host gig'), (145, NULL, NULL, 'casey', 20040817, 170000, 20040817, 201209, 240, 2, 'E', 'P', 'OT', 'OT'), (146, 4, NULL, 'casey', 20040819, 170000, 20040817, 201234, 240, 3, 'E', 'P', 'OT', 'OT'), (147, NULL, NULL, 'casey', 20040905, 80000, 20040817, 201811, 720, 2, 'E', 'P', 'Time-Free', 'For the duration of this event, Casey will not be open to questions about timing or duration, and will be generally drifting through alternate realities.'), (148, 44, NULL, 'joe', 20040818, 171500, 20040817, 202802, 45, 2, 'E', 'P', 'impact board sync-up call', 'impact board sync-up call\r\n(doesn''t happen on weeks we have a full meeting)'), (149, NULL, NULL, 'joe', 20040827, 100000, 20040818, 203900, 60, 2, 'M', 'P', 'impact sync meeting', 'impact sync meeting'), (150, NULL, NULL, 'joe', 20040825, 173000, 20040819, 120642, 90, 2, 'E', 'P', 'pick up cera for meetign', 'she''s arranging trip home with c. wales'), (151, NULL, NULL, 'joe', 20041024, 143000, 20040819, 122050, 240, 2, 'E', 'P', 'cera''s graduation/etc.', 'My supervised phase is SF #84, and thus I''m inviting all of you to the\r\ngraduation! It''ll be Sunday, 24 October, probably around 2.30pm --\r\nalthough I need to check with Andrea to be certain. I''ll send out another\r\nemail with the exact times in a few weeks.\r\n\r\n'), (152, NULL, NULL, 'joe', 20040827, 200000, 20040821, 120559, 60, 2, 'E', 'P', 'Start of Kim''s going away party', 'Folks,\r\n\r\nAs some of you already know, I''m moving to Washington\r\nState next month, to start a full-time job as a "Young\r\nPeople''s Librarian." And this month marks the tenth\r\nanniversary of my arrival in San Jose. Therefore I''m\r\nhaving a going-away party with the theme of 1994.\r\nCome as you were, in dress, speech, manner, etc. (I\r\nwill wear a vest, have inappropriate crushes, and talk\r\nabout television too much.)\r\n\r\nDon''t want to be your self of a decade ago? Then be\r\nAl Gore about to invent the Internet, the first season\r\ncast of "Friends," Sandra Bullock and/or Keanu Reeves\r\nin "Speed," etc., etc.\r\n\r\nSnacks and drinks (not limited to ''90s origin) will be\r\nprovided. ''90s music may or may not be in the\r\nbackground. At some point "Clerks" will be played\r\nwith subtitles and director/cast commentary. RSVPs\r\nare appreciated, esp if you''re bringing someone. And\r\nif I don''t get to see you "one last time," have a good\r\nlife and thank you for being part of my Bay Area\r\nExperience.\r\n\r\nWhen: Next Friday, August 27th, 8 p.m. onward\r\n\r\nWhere: HALFLAB\r\n1174 Fremont St\r\nSanta Clara CA 95050-4816\r\n408-248-HALF\r\nhttp://www.halflab.com/map/\r\n\r\nCheers,\r\nKim\r\n'), (153, NULL, NULL, 'joe', 20040827, 190000, 20040821, 120727, 60, 2, 'E', 'P', 'PPP also starts at 8', '***The upcoming PPP will be on FRIDAY August 27, beginning at 8 o''clock\r\nPM, and running until 1 AM. ***\r\n\r\nAssistance with set-up will be gratefully recieved by anyone able to so.\r\nWe''ll start set-up around 5pm this time.\r\n\r\nChildcare will be off-site. Please contact me if you are interested in\r\na child care swap (Marjorie has generously volunteered her home again).\r\n\r\nStill hoping to send a fuller announcement "soon"!\r\n\r\nLooking forward to seeing some of you next weekend,\r\n\r\n'), (154, NULL, NULL, 'joe', 20040903, 110000, 20040831, 215753, 240, 2, 'E', 'P', 'Lunch with Justin?', 'Lunch in SF'), (155, NULL, NULL, 'joe', 20040827, 110000, 20040823, 133257, 360, 2, 'E', 'P', 'rick help with ps', 'rick help with ps'), (156, NULL, NULL, 'joe', 20040831, 130000, 20040824, 141457, 150, 2, 'E', 'P', 'screen doors', 'screen doors'), (157, NULL, NULL, 'joe', 20040907, 80000, 20040823, 133758, 720, 2, 'E', 'P', 'long mary day?', 'long mary day?'), (158, NULL, NULL, 'joe', 20040826, 100000, 20040824, 133548, 0, 2, 'E', 'P', 'waterworks pickup', 'waterworks pickup'), (159, NULL, NULL, 'joe', 20040826, 80000, 20040824, 141933, 0, 2, 'E', 'P', 'DENTIST', 'too early :)'), (160, NULL, NULL, 'joe', 20040830, 160000, 20040825, 25025, 420, 2, 'E', 'P', 'photoshop tutorial at sue''s', 'photoshop tutorial at sue''s'), (161, NULL, NULL, 'joe', 20041014, 80000, 20040826, 154254, 120, 2, 'E', 'P', 'Dentist, hour and a half', 'Dentist, hour and a half'), (162, NULL, NULL, 'joe', 20050308, 85000, 20050228, 24103, 60, 2, 'E', 'P', 'Dental checkup', 'Dental checkup'), (163, NULL, NULL, 'joe', 20040909, 135000, 20040826, 155013, 120, 2, 'E', 'P', 'Dentist, hour?', 'Dentist, hour?'), (164, NULL, NULL, 'mary', 20040902, -1, 20040826, 225100, 0, 3, 'E', 'P', 'joe date', 'all day date (santa cruz?) with joe'), (165, NULL, NULL, 'mary', 20040907, 110000, 20040826, 230531, 300, 2, 'E', 'P', 'joe shorter date', 'joe shorter date (daytime)'), (166, NULL, NULL, 'mary', 20040910, 110000, 20040826, 225325, 240, 2, 'E', 'P', 'date with joe daytime', 'date with joe daytime'), (167, NULL, NULL, 'mary', 20040831, 180000, 20040826, 230813, 240, 2, 'E', 'P', 'thursday night date?', 'It''s Tuesday, but I''d like to save some time if needed. '), (168, NULL, NULL, 'joe', 20040908, 110000, 20040827, 112929, 180, 2, 'E', 'P', 'lunch brian b', 'lunch brian b'), (169, NULL, NULL, 'joe', 20040905, 150000, 20040828, 103606, 360, 2, 'E', 'P', 'Bad Movie Night', 'Bad Movie Night'), (170, NULL, NULL, 'casey', 20040919, 120000, 20040909, 173303, 480, 2, 'E', 'P', 'Date with Reese', 'To be determined'), (171, NULL, NULL, 'casey', 20040831, 154500, 20040830, 132420, 60, 2, 'E', 'P', 'Massage', '3:45 at the Berkeley Sauna, 60 minute massage'), (172, NULL, NULL, 'joe', 20040901, 120000, 20040830, 154247, 330, 2, 'E', 'P', 'c hangout', 'c hangout'), (174, NULL, NULL, 'casey', 20040907, 211700, 20040907, 230920, 60, 2, 'E', 'P', 'Test', 'Cron test'), (175, NULL, NULL, 'casey', 20040908, 14500, 20040907, 232643, 60, 2, 'E', 'P', 'test', 'cron test 3'), (176, NULL, NULL, 'casey', 20040908, 4500, 20040907, 233002, 0, 2, 'E', 'P', 'cron test', 'ctest 4'), (177, NULL, NULL, 'Reese', 20040913, 80000, 20040909, 173535, 210, 2, 'M', 'P', 'Work', 'Work'), (178, NULL, NULL, 'Reese', 20040914, 123000, 20040922, 114837, 240, 2, 'M', 'P', 'Work', 'Work'), (179, NULL, NULL, 'Reese', 20040913, 120000, 20040909, 181524, 110, 3, 'M', 'P', 'Int''l Neg', 'International Negotiations'), (180, NULL, NULL, 'Reese', 20040914, 80000, 20040909, 181557, 110, 3, 'M', 'P', 'MECR', 'Middle East Conflict & Resolution'), (181, NULL, NULL, 'Reese', 20040909, 100000, 20040909, 181614, 110, 3, 'M', 'P', 'Arabic', 'Intermediate Arabic'), (182, NULL, NULL, 'Reese', 20040916, 63000, 20040909, 174743, 351, 2, 'E', 'P', 'Travel East', 'Travel East'), (183, NULL, NULL, 'Reese', 20040919, 170700, 20040909, 174814, 426, 2, 'E', 'P', 'Return Home', 'Return Home'), (184, NULL, NULL, 'Reese', 20040925, 0, 20040909, 175102, 1440, 2, 'E', 'P', 'Ord Attacks', 'RPGA Game Day. Sessions 8-2 and 2:30-8'), (185, NULL, NULL, 'Reese', 20040915, 160000, 20040909, 175539, 480, 2, 'E', 'P', 'Date with Casey', 'Spend time with Casey (TBD)'), (186, NULL, NULL, 'Reese', 20040917, 0, 20040909, 175632, 1440, 2, 'E', 'P', 'East Coast', 'East Coast'), (187, NULL, NULL, 'Reese', 20040918, 0, 20040909, 175652, 1440, 2, 'E', 'P', 'East Coast', 'East Coast'), (188, NULL, NULL, 'Reese', 20040910, -1, 20040909, 175903, 0, 2, 'E', 'P', 'Allergy Shot', 'Allergy Shot'), (189, NULL, NULL, 'Reese', 20041008, 170000, 20040909, 180455, 270, 2, 'E', 'P', 'IPS511', 'Intro to Conflict and Resolution'), (190, NULL, NULL, 'Reese', 20041023, 153000, 20040909, 180533, 300, 2, 'E', 'P', 'Ord Attacks', 'Game Day at La Mesa Community Center'), (191, NULL, NULL, 'Reese', 20041011, 150000, 20040909, 180619, 60, 2, 'E', 'P', 'Dr Appointment', 'Appointment with Dr. Falor'), (192, NULL, NULL, 'Reese', 20041009, 90000, 20040909, 180901, 480, 2, 'E', 'P', 'IPS511', 'Introduction to Conflict & Resolution'), (193, NULL, NULL, 'Reese', 20041010, 120000, 20040909, 180933, 240, 2, 'E', 'P', 'IPS511', 'Introduction to Conflict & Resolution'), (194, NULL, NULL, 'Reese', 20041112, 170000, 20040909, 181029, 240, 2, 'E', 'P', 'IPS11', 'Introduction to Conflict & Resolution'), (195, NULL, NULL, 'Reese', 20041113, 90000, 20040909, 181043, 480, 2, 'E', 'P', 'IPS511', 'Introduction to Conflict & Resolution'), (196, NULL, NULL, 'Reese', 20041114, 120000, 20040909, 181058, 240, 2, 'E', 'P', 'IPS511', 'Introduction to Conflict & Resolution'), (197, NULL, NULL, 'Reese', 20041105, 170000, 20040909, 181128, 240, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (198, NULL, NULL, 'Reese', 20041106, 90000, 20040909, 181140, 480, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (199, NULL, NULL, 'Reese', 20041107, 120000, 20040909, 181201, 240, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (200, NULL, NULL, 'Reese', 20041119, 170000, 20040909, 181249, 240, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (201, NULL, NULL, 'Reese', 20041120, 90000, 20040909, 181307, 480, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (202, NULL, NULL, 'Reese', 20041121, 120000, 20040909, 181321, 240, 2, 'E', 'P', 'IPS562', 'Psychology of International Conflict'), (203, NULL, NULL, 'Reese', 20041202, -1, 20040909, 181348, 0, 2, 'M', 'P', 'GenCon SoCal', 'GenCon SoCal'), (204, NULL, NULL, 'Reese', 20040910, -1, 20040909, 181705, 0, 2, 'E', 'P', 'Military ID Meeting', 'Military ID Meeting'), (205, NULL, NULL, 'casey', 20040913, 170000, 20040910, 192205, 300, 2, 'E', 'P', 'Date with V', 'Date with V'), (206, NULL, NULL, 'joe', 20041024, 150000, 20041012, 220550, 600, 2, 'E', 'P', 'birthday bash', 'birthday bash'), (207, NULL, NULL, 'casey', 20040925, 130000, 20040913, 201035, 540, 2, 'E', 'P', 'Date with V', 'Possibilities include the Oakland Zoo, canoe rental, and movies.'), (208, NULL, NULL, 'mary', 20040918, 100000, 20040917, 131801, 360, 2, 'E', 'P', 'bark in the park', 'http://www.barksanjose.org/'), (209, NULL, NULL, 'Reese', 20040923, 170000, 20040917, 140052, 360, 1, 'E', 'P', 'Spaing', 'Go Spaing with Gretchen at Well Within'), (210, NULL, NULL, 'mary', 20040922, 193000, 20040917, 170241, 570, 3, 'E', 'P', 'greenberg', 'focus group\r\n\r\n$75\r\n\r\n201 Post St. \r\n6th flr\r\n(Post and Grant Greenberg Studios)\r\n\r\n510-845-1380 (Mike Matthews)'), (90, NULL, NULL, 'casey', 20041106, 190000, 20041101, 210954, 120, 2, 'E', 'P', 'Signatures of the Sun', 'NOV. 6 Big Signatures of the Sun Show at ART21, time TBD\r\nhttp://www.livejournal.com/users/joedecker/552818.html'), (212, NULL, NULL, 'Reese', 20041017, 90000, 20040922, 114121, 540, 1, 'E', 'P', 'CoreCon', 'Judging 9-1 and playing 2-6'), (213, NULL, NULL, 'Reese', 20040901, 123000, 20040922, 114937, 240, 2, 'M', 'P', 'Work', 'MIIS Wireless Office'), (214, NULL, NULL, 'Reese', 20041028, 170000, 20040928, 181629, 300, 2, 'E', 'P', 'Pampered Chef Party', 'Party at La Mesa Villiage'), (215, NULL, NULL, 'Reese', 20041021, -1, 20040922, 115507, 0, 2, 'M', 'P', 'Dylan''s Visit', 'Dylan''s Visit'), (216, NULL, NULL, 'Reese', 20041029, 120000, 20040928, 182230, 300, 2, 'E', 'P', 'Dinner w/Joe', 'Birthday Dinner with Joe Decker @ my place'), (217, NULL, NULL, 'Reese', 20041029, 80000, 20040922, 120839, 60, 1, 'E', 'P', 'Doctor Appointment', 'Dr. Wesley - Medication Review'), (218, NULL, NULL, 'mary', 20040926, -1, 20040922, 154935, 0, 2, 'E', 'P', 'sit for darla', 'sit for darla'), (219, NULL, NULL, 'joe', 20040923, 123000, 20040922, 202735, 180, 2, 'E', 'P', 'cocoa with tien', 'cocoa with tien'), (220, NULL, NULL, 'joe', 20041015, 90000, 20041014, 133556, 180, 2, 'E', 'P', 'pick up piece at GGE', 'pick up piece at GGE'), (221, NULL, NULL, 'joe', 20041015, 120000, 20041014, 133527, 540, 2, 'E', 'P', 'Mary/Joe Date', '(Probably the first easy evening for a date after I get back from the Eastern Sierra--we also have a date between Olympic NP and the E. Sierra already scheduled.) Date and time are both pretty flexible, daytim is fine if evening doesn''t work, etc.'), (222, NULL, NULL, 'joe', 20041018, 180000, 20040923, 194824, 300, 2, 'E', 'P', 'kathleen date', 'kathleen date'), (223, NULL, NULL, 'joe', 20041016, 110000, 20040923, 224652, 660, 2, 'E', 'P', 'sarahs bday (observed) ?', 'sarahs bday (observed) ?'), (224, NULL, NULL, 'mary', 20041002, 160000, 20040924, 3646, 300, 2, 'E', 'R', 'careyparty', 'http://www.livejournal.com/users/eeyore_grrl/154270.html'), (225, NULL, NULL, 'mary', 20041016, 130000, 20040926, 221055, 180, 2, 'E', 'R', 'sarah''s birthday', 'sarah''s birthday\r\nhttp://www.livejournal.com/users/sarahh/121789.html\r\n\r\n(Joe, note time)'), (226, NULL, NULL, 'mary', 20041002, 100000, 20040926, 221210, 420, 2, 'E', 'P', 'bluegrass festival', 'bluegrass festival'), (227, NULL, NULL, 'mary', 20041003, 100000, 20040926, 221233, 420, 2, 'E', 'P', 'bluegrass festival', 'bluegrass festival'), (228, NULL, NULL, 'casey', 20041016, 80000, 20040926, 225701, 960, 2, 'E', 'P', 'San Diego', 'Visiting the San Diego crew'), (229, NULL, NULL, 'casey', 20041017, 80000, 20040926, 225716, 960, 2, 'E', 'P', 'San Diego', 'San Diego'), (230, NULL, NULL, 'casey', 20041018, 80000, 20040926, 225731, 960, 2, 'E', 'P', 'San Diego', 'San Diego'), (231, NULL, NULL, 'mary', 20041106, -1, 20040928, 160000, 0, 2, 'E', 'P', 'cayenne''s visit', 'cayenne''s visit'), (232, NULL, NULL, 'mary', 20041107, -1, 20040928, 160118, 0, 2, 'E', 'P', 'cayenne''s visit', 'cayenne''s visit'), (233, NULL, NULL, 'mary', 20041105, 150000, 20040928, 160140, 540, 2, 'E', 'P', 'cayenne''s visit', 'cayenne''s visit'), (234, 177, NULL, 'Reese', 20040913, 80000, 20040928, 182325, 120, 2, 'E', 'P', 'Work', 'Work'), (235, NULL, NULL, 'Reese', 20041006, 101000, 20040928, 182411, 50, 2, 'E', 'P', 'Doctor Appointment', 'Appointment with Dr. M'), (236, NULL, NULL, 'Reese', 20041006, 80000, 20040928, 182520, 120, 2, 'E', 'P', 'Work', 'MIIS Wireless Office'), (237, NULL, NULL, 'Reese', 20041002, 100000, 20040928, 223826, 60, 1, 'M', 'P', 'WW Meeting', 'Weight Watchers meeting'), (238, NULL, NULL, 'Reese', 20040926, 110000, 20040928, 223952, 0, 1, 'M', 'P', 'Fellowship', 'Fellowship Service at Universal Unitarian Church of Monterey Penninsula'), (239, 237, NULL, 'Reese', 20041002, 73000, 20040928, 223848, 60, 1, 'E', 'P', 'WW Meeting', 'Weight Watchers meeting'), (240, NULL, NULL, 'Reese', 20041009, 73000, 20040928, 224151, 60, 1, 'E', 'P', 'WW Meeting', 'Weight Watchers'), (241, NULL, NULL, 'Reese', 20041106, 73000, 20040928, 224304, 60, 1, 'M', 'P', 'WW Meeting', 'Weight Watchers Meeting'), (242, NULL, NULL, 'Reese', 20041015, 134000, 20040930, 174431, 325, 2, 'E', 'P', 'Flight', 'Flying from SFO to MCI (Kansas City)'), (243, NULL, NULL, 'Reese', 20041016, 0, 20040930, 174457, 1440, 2, 'E', 'P', 'RenFaire', 'Visiting L and RenFaire'), (244, NULL, NULL, 'Reese', 20041017, 0, 20040930, 174535, 1440, 2, 'E', 'P', 'RenFaire', 'Visiting L & RenFaire'), (245, NULL, NULL, 'Reese', 20041018, 110000, 20040930, 174644, 105, 2, 'E', 'P', 'Flight', 'Flying from MCI to SFO'), (246, NULL, NULL, 'Reese', 20041015, 80000, 20041001, 145438, 60, 1, 'E', 'P', 'WW Meeting', 'WW Meeting'), (247, NULL, NULL, 'Reese', 20041211, 83000, 20041002, 232407, 0, 2, 'E', 'P', 'Ord Attacks', 'RPGA Game day at La Mesa Community Center \r\nhttp://www.warhorn.net/ordattacks'), (248, NULL, NULL, 'Reese', 20041211, 73000, 20041002, 232427, 30, 2, 'E', 'P', 'WW Meeting', 'WW Meeting'), (249, NULL, NULL, 'joe', 20041004, 143000, 20041002, 233411, 90, 2, 'E', 'P', 'teal call?', 'teal call?'), (250, NULL, NULL, 'joe', 20041205, 120000, 20041115, 102623, 720, 2, 'E', 'P', 'photo reunion', 'Hi all,\r\n\r\nApologies if you got this more than once. Just a quick note to confirm the date of December 5th for our potluck/picture party, in the conference room upstairs at PhotoCentral, also know as the Hayward Area Rec and Park District Administrative Office in Hayward. (Address and directions below.) Start time will be 1pm and we''ll break up around 6 or 7. Spouses/SOs welcome. PLEASE: RSVP or regrets as soon as you know. I''ll get back to you on food soon; their kitchen area is currently under construction so I need to get a status estimate for our date. It''ll probably be finger food and beverages.\r\n\r\nThe sharing of work will be pretty spontaneous without a formal presentation (slides excepted): Prints, slides or transparencies welcome. We''ll likely gather initially in groups based on the seminar or class you attended, then mingle to see what everyone has been up to. Please bring about 15 pieces; slides already in a tray if possible. (I''ll have an empty if you don''t have one.)\r\n\r\nMore very soon.\r\n\r\nRick\r\n\r\nHARD/PhotoCentral\r\n1099 E Street\r\nHayward 94541'), (251, NULL, NULL, 'joe', 20041013, 90000, 20041004, 121238, 180, 2, 'E', 'P', 'photograph artwork for elizabeth and friend', 'photograph artwork for elizabeth and friend'), (252, NULL, NULL, 'joe', 20041016, 180000, 20041004, 204655, 240, 2, 'E', 'P', 's''s birthday slackness', 's''s birthday slackness'), (253, NULL, NULL, 'joe', 20041026, 100000, 20041005, 184438, 120, 2, 'E', 'P', 'hair with blair', 'remember to bring cash or check'), (254, NULL, NULL, 'joe', 20041014, 163000, 20041005, 193937, 90, 2, 'E', 'P', 'teal call?', 'teal call?'), (255, NULL, NULL, 'joe', 20041018, 110000, 20041015, 122726, 180, 2, 'E', 'P', 'reese pickup', '\\'), (256, NULL, NULL, 'joe', 20041021, 140000, 20041020, 214952, 540, 2, 'E', 'P', 'V', 'V'), (257, NULL, NULL, 'mary', 20041009, 90000, 20041007, 173639, 480, 2, 'E', 'P', 'hawk hill', 'hawk hill'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (258, NULL, NULL, 'mary', 20041023, 160000, 20041007, 183010, 420, 3, 'E', 'P', 'give stuff away party', 'give stuff away party \r\nhttp://www.geographile.com/mary/potlatch.html'), (259, NULL, NULL, 'casey', 20041114, 130000, 20041109, 182949, 300, 2, 'E', 'P', 'Les''s birthday party', 'Les''s birthday party\r\nhttp://www.livejournal.com/users/tenacious_snail/62595.html'), (211, NULL, NULL, 'mary', 20041024, 130000, 20041007, 174657, 420, 2, 'E', 'P', 'joe''s birthday party', 'Joe''s birthday party\r\nhttp://www.livejournal.com/users/joedecker/552818.html'), (260, NULL, NULL, 'casey', 20041019, 173000, 20041008, 225031, 240, 2, 'E', 'P', 'Date with V', 'Unfortunately short, with the hope that schedules will soon be more compatible.'), (261, NULL, NULL, 'mary', 20041113, 100000, 20041011, 132805, 600, 2, 'E', 'P', 'monterey bay aquarium?', 'We should have a date set for this. My scooter should be here by then. ;)'), (262, NULL, NULL, 'mary', 20050108, 100000, 20041012, 185648, 420, 2, 'E', 'P', 'fungus fair', '31st Annual Santa Cruz Fungus Fair -- January 8-9, Saturday & Sunday, 10 a.m.-5 p.m., Louden Nelson Center, 420-6115\r\n\r\n'), (263, NULL, NULL, 'mary', 20041225, -1, 20041012, 185720, 0, 2, 'E', 'P', 'Christmas', 'Christmas'), (264, NULL, NULL, 'mary', 20041125, -1, 20041012, 185821, 0, 2, 'E', 'P', 'Thanksgiving', 'Thanksgiving'), (265, NULL, NULL, 'mary', 20041120, 190000, 20041012, 185916, 300, 2, 'E', 'P', 'champagne', 'Party at Paul and Ami''s? (Not sure yet, exact date TBA)'), (266, NULL, NULL, 'joe', 20041013, 150000, 20041012, 215824, 240, 2, 'E', 'P', '5PM pickup at Artwork SF/GGE pickup?', 'pieces from oakland city center--GGE pickup?'), (267, NULL, NULL, 'joe', 20041121, 110000, 20041012, 230843, 660, 2, 'E', 'P', 'annivers. date', 'annivers. date'), (268, NULL, NULL, 'joe', 20041022, 114000, 20041019, 103306, 180, 2, 'E', 'P', 'lunch chirs v 12:15 arrival', 'lunch chirs v 12:15 arrival'), (269, NULL, NULL, 'joe', 20041028, 90000, 20041012, 223454, 840, 2, 'E', 'R', 's party', 's party'), (270, NULL, NULL, 'joe', 20041020, 110000, 20041013, 94958, 180, 2, 'E', 'P', 'Inventors Lunch', 'Inventors Lunch'), (271, NULL, NULL, 'joe', 20041025, 100000, 20041019, 103518, 120, 2, 'E', 'P', 'zoe galss', 'Zoe\r\nneed fuji 160 tungsten\r\nneed white paper \r\n3 slides, 1 digital'), (272, NULL, NULL, 'joe', 20041018, 90000, 20041015, 22627, 120, 2, 'E', 'P', 'GGE PICKUP', 'GGE PICKUP'), (273, NULL, NULL, 'joe', 20041016, 100000, 20041015, 122526, 360, 2, 'E', 'P', 'PAL', 'PAL'), (274, NULL, NULL, 'mary', 20041026, 130000, 20070621, 203326, 480, 2, 'M', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (275, NULL, NULL, 'joe', 20041025, 153000, 20041024, 175044, 240, 2, 'E', 'P', 'teal call', 'teal call'), (276, NULL, NULL, 'joe', 20041023, 100000, 20041016, 125917, 0, 2, 'E', 'P', 'NOT WORKING AT PAL', 'NOT WORKING AT PAL'), (277, NULL, NULL, 'joe', 20041030, 100000, 20041016, 125939, 360, 2, 'E', 'P', 'PAL', 'PAL'), (278, NULL, NULL, 'joe', 20041106, 100000, 20041016, 130048, 0, 2, 'E', 'P', 'NOT WORKING AT PAL', 'NOT WORKING AT PAL'), (279, NULL, NULL, 'joe', 20041113, 100000, 20041016, 130111, 360, 2, 'E', 'P', 'WORKING AT PAL', 'WORKING AT PAL'), (280, NULL, NULL, 'joe', 20041120, 100000, 20041016, 130158, 0, 2, 'E', 'P', 'NOT WORKING AT PAL (Karen is)', 'NOT WORKING AT PAL (Karen is)'), (281, NULL, NULL, 'joe', 20041127, 100000, 20041104, 5824, 0, 2, 'E', 'P', 'PAL', 'NOT WORKING AT PAL (T''giving)'), (282, NULL, NULL, 'joe', 20041113, 190000, 20041016, 132752, 300, 2, 'E', 'P', 'PPP?', 'PPP?'), (283, NULL, NULL, 'joe', 20041113, 163000, 20041017, 133042, 90, 2, 'E', 'P', 'watercourse way with', 'Room 4'), (284, NULL, NULL, 'joe', 20041113, 190000, 20041017, 133225, 240, 2, 'E', 'P', 'bella v w/chris', 'bella v w/chris'), (285, NULL, NULL, 'joe', 20041018, 170000, 20041017, 133827, 0, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (286, NULL, NULL, 'joe', 20041021, 113000, 20041018, 184728, 60, 2, 'E', 'P', '1130 artworksf dropoff', '1130 artworksf dropoff'), (287, NULL, NULL, 'joe', 20041112, 120000, 20041108, 13751, 360, 2, 'E', 'P', 'lauren', 'LS?'), (288, NULL, NULL, 'casey', 20041031, 100000, 20041020, 220927, 180, 2, 'E', 'P', 'The Incredibles', 'Pre-Screening at Pixar, 1200 Park Avenue, Emeryville'), (289, NULL, NULL, 'mary', 20041030, 150000, 20041020, 224619, 480, 2, 'E', 'P', 'potlatch', 'potlatch'), (290, NULL, NULL, 'casey', 20041023, 110000, 20041022, 133737, 180, 2, 'E', 'P', 'Kathy''s brunch for Lisa', 'Kathy''s brunch for Lisa'), (291, NULL, NULL, 'casey', 20041023, 150000, 20041022, 133810, 420, 2, 'E', 'P', 'Lori''s Birthday', 'Lori''s Birthday'), (292, NULL, NULL, 'joe', 20041028, 90000, 20041027, 15526, 0, 2, 'E', 'P', 'REI PICKUP? Confirm Paul', 'REI PICKUP? Confirm Paul'), (293, NULL, NULL, 'joe', 20041104, 190000, 20041022, 210015, 240, 2, 'E', 'P', 'IMPACT MEETING', 'We''re going to be meeting on November 4th (Thursday) at 7PM at Mary''s\r\nhouse to discuss Impact''s current situation and where we want to go.\r\nAkaya will be there to help facilitate the meeting. As mentioned\r\npreviously, all options are on the table, although I know most of us\r\nwould like to find some way to make things work.\r\n'), (294, NULL, NULL, 'joe', 20041029, 210000, 20041022, 212743, 300, 2, 'E', 'P', 'SF queer playground?', '>\r\n> The Queer Playground\r\n>\r\n> hosted by Arielle\r\n>\r\n> Halloween weekend!\r\n> The SF Citadel and Host Arielle present an evening full of\r\n> friendly, kinky, queer fun. Come join us October 29th, from 9pm-2am\r\n> (note special time) for the SF Citadel''s Queer Playground, a play\r\n> party for those of us in the leather community of any gender or\r\n> sexuality who identify as queer, lesbian, gay, fag, dyke,\r\n> genderqueer, genderfucker, genderbender, trans, MTF, FTM, bisexual,\r\n> pansexual, omnisexual, questioning, intersexed, trysexual ;)\r\n>\r\n> To spice things up a bit and make it more of a queer playground, i\r\n> will be having service submissives from the girls and boys of\r\n> Leather servicing the party, house slaves servicing the guests, a\r\n> wrestling area, a puppy mosh pit hosted by Shawn Michael,\r\n> bootblacking, and a "kiddie zone" ageplay area for those who just\r\n> don''t want to be adults for the night. This is Halloween weekend,\r\n> so costumes and scary attire encouraged.\r\n>\r\n>\r\n> Volunteer work shifts available for entry (DM''s,setup, cleanup,\r\n> door\r\n> shifts)\r\n> Volunteer email at volunteer@sfcitadel.org\r\n> Please RSVP for this event\r\n> RSVP Email to: MusicGeekChic@speakeasy.net\r\n>\r\n> $20.00 at the door\r\n> SF Citadel\r\n> 245 8th Street\r\n> Between Folsom and Howard\r\n> *Follow the Big Red Heart*\r\n> **Please feel free to post to the appropriate lists**'), (296, NULL, NULL, 'joe', 20041111, 190000, 20041024, 222557, 240, 2, 'E', 'P', 'Date Kathleen', 'Date Kathleen'), (297, NULL, NULL, 'casey', 20041121, 120000, 20041025, 162219, 180, 2, 'E', 'P', 'Date with CJ', 'Date with CJ'), (298, NULL, NULL, 'joe', 20041027, 180000, 20041025, 193748, 240, 2, 'E', 'P', 'cable access shoot', 'cable access shoot'), (299, NULL, NULL, 'joe', 20041107, 150000, 20041103, 223626, 480, 2, 'E', 'P', 'spend time with the parents', 'spend time with the parents, meet at 4pm at kari''s '), (300, NULL, NULL, 'casey', 20041102, 170000, 20041101, 110812, 300, 2, 'E', 'P', 'Possible date with V', '"Oughta be fine."'), (301, NULL, NULL, 'joe', 20041104, 113000, 20041027, 134637, 120, 2, 'E', 'P', 'lunch JD', 'lunch JD'), (302, NULL, NULL, 'joe', 20041204, 170000, 20041119, 195746, 180, 2, 'E', 'P', 'babn fundraiser', '1800 market, room 301'), (295, NULL, NULL, 'joe', 20041028, 120000, 20041027, 192612, 180, 2, 'E', 'P', 'LUNCH GKS', 'LUNCH GKS 12:30'), (303, NULL, NULL, 'joe', 20041101, 90000, 20041028, 180749, 540, 2, 'E', 'P', 'Framing', 'Framing'), (304, NULL, NULL, 'joe', 20041103, 110000, 20041028, 181836, 210, 2, 'E', 'P', 'lunch simon', 'lunch simon'), (305, NULL, NULL, 'joe', 20041129, 160000, 20041120, 15834, 120, 2, 'E', 'P', 'teal call?', 'teal call?'), (306, NULL, NULL, 'joe', 20041116, 140000, 20041116, 2325, 660, 2, 'E', 'P', 'V arrive 3pm', 'V'), (307, 274, NULL, 'mary', 20041026, 130000, 20041101, 220358, 480, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (308, NULL, NULL, 'joe', 20041127, 140000, 20041101, 222930, 540, 2, 'E', 'P', 'Thanksgiving with Mary/Casey/Chris/etc.', 'Thanksgiving with Mary/Casey/Chris/etc.'), (309, NULL, NULL, 'joe', 20041204, 130000, 20041102, 104854, 360, 2, 'E', 'P', 'mugathon', 'mugathon'), (310, NULL, NULL, 'casey', 20041108, 170000, 20041102, 142107, 300, 2, 'E', 'P', 'Date with V', 'Date with V'), (311, NULL, NULL, 'joe', 20050113, -1, 20050103, 164230, 0, 2, 'M', 'P', 'MONO LAKE WINTER WORKSHOP', 'MONO LAKE WINTER WORKSHOP'), (312, NULL, NULL, 'joe', 20041204, 100000, 20041104, 5632, 360, 2, 'E', 'P', 'PAL', 'PAL'), (313, NULL, NULL, 'joe', 20041218, 100000, 20041104, 5706, 360, 2, 'E', 'P', 'PAL', 'PAL'), (314, NULL, NULL, 'joe', 20041211, -1, 20041104, 10023, 0, 2, 'E', 'P', 'NOT PAL (Karen)', 'NOT PAL (Karen)'), (315, NULL, NULL, 'joe', 20041225, -1, 20041104, 10125, 0, 2, 'E', 'P', 'PAL closed', 'PAL closed'), (316, NULL, NULL, 'joe', 20050101, 80000, 20041104, 10139, 0, 2, 'E', 'P', 'PAL closed', 'PAL closed'), (317, NULL, NULL, 'joe', 20041118, 190000, 20041111, 191007, 0, 2, 'E', 'P', 'possile dinner /rebecca''s bday', 'possile dinner /rebecca''s bday'), (318, NULL, NULL, 'mary', 20041121, 130000, 20041118, 230823, 120, 2, 'E', 'P', 'clothing swap', 'clothing swap\r\nhttp://www.livejournal.com/users/mactavish/3466057.html\r\n\r\nRides for Kirsten and Rosie.'), (319, NULL, NULL, 'mary', 20041127, 130000, 20041110, 182325, 660, 2, 'E', 'P', 'orphan''s thanksgiving', 'orphan''s thanksgiving\r\nhttp://www.livejournal.com/users/mactavish/3481307.html'), (320, NULL, NULL, 'joe', 20041112, 100000, 20041108, 13825, 60, 2, 'E', 'P', 'Impact call', 'Conference Details\r\n Please RSVP \r\n \r\n\r\nSubject:\r\n \r\n\r\nBoard call\r\n\r\n \r\n \r\n\r\nComments/Agenda:\r\n \r\n\r\nWe need to talk about implementation of issues that were discussed at the meeting on Thursday.\r\n\r\n \r\n \r\n\r\nDate:\r\n \r\n\r\nFriday, November 12, 2004\r\n \r\n Start Time: \r\n\r\n10:00 AM Pacific Std Time\r\n \r\n End Time: \r\n\r\n10:55 AM Pacific Std Time\r\n \r\n Dial-in Number: \r\n\r\n1-831-600-1000 (Santa Cruz, California)\r\n \r\n \r\n\r\nAccess Code:\r\n \r\n\r\n65342'), (321, NULL, NULL, 'joe', 20041124, 110000, 20041115, 234827, 180, 2, 'E', 'P', 'lunch jd', 'lunch JD'), (322, NULL, NULL, 'joe', 20041119, 110000, 20041108, 14349, 180, 2, 'E', 'P', 'possile lunch jd', 'possile lunch jd'), (323, NULL, NULL, 'joe', 20041208, -1, 20041108, 20228, 0, 2, 'E', 'P', 'Follow up with Jan and Dave about BURBLE', 'Follow up with Jan and Dave about BURBLE\r\n\r\nFollow up with Susan about three images from the director Tez.'), (324, NULL, NULL, 'joe', 20041229, -1, 20041108, 20137, 0, 2, 'E', 'P', 'POKE MEL ABOUT ASPEN/WONDERLAND', 'POKE MEL ABOUT ASPEN/WONDERLAND'), (325, NULL, NULL, 'joe', 20041109, -1, 20041108, 20521, 0, 2, 'E', 'P', 'Follow up with W. Torphy', 'Follow up with W. Torphy'), (326, NULL, NULL, 'joe', 20041112, 190000, 20041108, 20732, 240, 2, 'E', 'P', 'party with james, chris', 'All this will be available on Friday, November 12, starting at 7 pm. At the\r\nMountain View place, 500 West Middlefield #88, 94043-3421. RSVPs nice but\r\nnot required. Directions available if map*.com is ineffective. Book club\r\npeople will note that this is unavoidably one day before the book club\r\nmeeting. Sorry, but Elizabeth has a complex schedule.'), (327, NULL, NULL, 'joe', 20041129, 90000, 20041108, 133857, 0, 2, 'E', 'P', 'PAL Portfolio Sale', 'Drop off Date: 11/29/04\r\n\r\n \r\n\r\n Available Spaces: 20 (First come, first served)\r\n\r\n \r\n\r\nTime : Starts at 10 a.m.\r\n\r\n \r\n\r\nANNUAL PORTFOLIO SALE\r\n\r\nThe Portfolio Sale is an event in which the artists are encouraged to meet the public and price their work to sell. The following rules apply: \r\n\r\n1. The sale is open to all members and instructors for a $20 registration fee. Space is limited, so artists are accepted on a first-come, first-served basis.\r\n\r\n2. All original works on paper are eligible, including prints, photographs, drawings, collages, watercolors, and mixed media. Oils and acrylics on paper, canvas paper, and canvas board are eligible; but oils and acrylics on stretched canvas are not. No jewelry, crafts or sculpture is eligible.\r\n\r\n3. No framed or wired work will be accepted, except for one piece to be hung on the wall above the portfolio.\r\n\r\n4. Matting and shrink-wrapping are not required, but encouraged.\r\n\r\n5. The surface (front and back) and edges of any work submitted should present no potential harm to others works or potential danger in handling.\r\n\r\n6. All works must be for sale. \r\n\r\n7. An inventory list (including name, title and price) of all works for sales is required at sign-in. Each item must be clearly labeled with the same information plus the artists name.\r\n\r\n8. Artists should supply an artist’s statement on 8.5x11” paper, framed (and wired) to be hung above the portfolio bin, next to the framed sample of work\r\n\r\n \r\n\r\nFolding Portfolio Bins provided by the Art League must be used. No other containers are allowed.\r\n\r\n \r\n\r\n '), (328, NULL, NULL, 'joe', 20041113, -1, 20041108, 150953, 0, 2, 'E', 'P', 'Check in with Paul Jensen?', 'Check in with Paul Jensen?'), (329, NULL, NULL, 'joe', 20041119, 110000, 20041109, 151542, 180, 2, 'E', 'P', 'lunch paul jensen', 'lunch paul jensen'), (330, NULL, NULL, 'casey', 20041115, 170000, 20041109, 183412, 300, 2, 'E', 'P', 'Philosophy Talk with V', 'Archimedes out to Socrates, Socrates back to Archimedes, Archimedes out to Heraclitus, he beats Hegel [who, like all the Germans, is still thinking] .\r\n\r\nHeraclitus a little flick, here he comes on the far post, Socrates is there, Socrates heads it in! Socrates has scored!'), (331, NULL, NULL, 'joe', 20041115, 133000, 20041111, 150755, 420, 2, 'E', 'P', 'mary (not tue this week)', 'mary (not tue this week)'), (332, NULL, NULL, 'mary', 20041205, 130000, 20041110, 182405, 360, 2, 'E', 'P', 'wrapping paper and cards', 'wrapping paper and cards\r\nhttp://www.livejournal.com/users/mactavish/3481307.html'), (333, NULL, NULL, 'mary', 20041212, 150000, 20041110, 182423, 360, 2, 'E', 'P', 'crafts', 'crafts\r\nhttp://www.livejournal.com/users/mactavish/3481307.html'), (334, NULL, NULL, 'joe', 20041111, 100000, 20041111, 24650, 60, 2, 'E', 'P', 'go to palo alto or find time sheet form for pacific art leage', 'go to palo alto or find time sheet form for pacific art leage'), (335, NULL, NULL, 'joe', 20041115, 103000, 20041111, 114021, 60, 2, 'E', 'P', 'Sign Tax forms in downtown SJ', ' karrie.k.hebert@us.pwc.com \r\nto me\r\n More options 9:12am (27 minutes ago)\r\n\r\nJoe,\r\n\r\n10:30 is great. Please come by my office (address below). Go to the 16th floor and ask for me.\r\n\r\nThanks\r\n\r\nKarrie\r\n\r\n\r\nPricewaterhouseCoopers\r\n10 Almaden Blvd. Suite 1600\r\nSan Jose, CA 95113\r\nPhone 408-817-5908\r\nFax 813-375-4523\r\n'), (336, NULL, NULL, 'joe', 20041116, 100000, 20041111, 163802, 0, 2, 'E', 'P', 'pick up print order at calypso', 'pick up print order at calypso'), (337, NULL, NULL, 'joe', 20041209, 180000, 20041112, 121744, 180, 2, 'E', 'P', 'impact board meeting', 'impact board meeting, 7pm-\r\ncarolyn''s menlo park'), (338, NULL, NULL, 'joe', 20041126, 90000, 20041112, 125230, 0, 2, 'E', 'P', 'impact board call', 'impact board call'), (339, NULL, NULL, 'joe', 20041216, 180000, 20041114, 211230, 360, 2, 'E', 'P', 'CSC Sex Party', 'DECEMBER DECADENCE\r\nA SEX PARTY FOR ALL PERSUASIONS\r\n\r\nWhen the clock strikes midnight the doors will open to a magical winter\r\nevent full of erotic pleasure.\r\n\r\nJoin us for an evening that will delight all of your senses.\r\n\r\nSink into the sultry sounds of ethereal rhythms and grooves\r\n\r\nWander through our enchanted forest and find yourself a playmate\r\n\r\nDecember 16th at The Center for Sex and Culture\r\nAdvance Tickets Required\r\n\r\nMust email: events@deep-ocean.com\r\nfor details regarding ticket purchase\r\n\r\n$20 per person\r\n\r\nWe will take care of your safer sex needs.\r\n\r\nCome hungry, a feast will be provided.'), (340, NULL, NULL, 'joe', 20041211, 0, 20041115, 102638, 1440, 2, 'E', 'P', 'Coooookies', 'Saturday December 11, 2004\r\n\r\nLocation: 1255 33rd Avenue near Sunset and Lincoln. Lots of parking, close\r\nto the N.\r\n\r\nTime: Basically all day\r\n\r\nWhat is Cookiethon? Cookiethon is our household''s annual cookie cooking\r\nfrenzy. We bake cookies until we can''t stand it. We drink cider and nog.\r\nWe eat cookies. It is joyful. You can play with the kittens, you can bake,\r\nyou can eat and drink.\r\n\r\nPlease feel free to bring recipes to make cookies and tupperware to take\r\ncookies home and interested friends for good company.\r\n\r\nThe Park Place house has:\r\n2 sets of measuring spoons\r\n2 sets of measuring cups\r\n2 ovens\r\n1 mixer/blender/food processor\r\n\r\nCome empty handed and leave with cookies or come with cooking\r\ntools/ingredients and leave with cookies. No one leaves without cookies!\r\n\r\nPut it on your calendars. Kids welcome. Dogs welcome if they can chill in\r\nthe backyard.'), (341, NULL, NULL, 'joe', 20041122, 123000, 20041115, 131406, 180, 2, 'E', 'P', 'lunch chris v 12:30', 'lunch chris v 12:30'), (342, NULL, NULL, 'casey', 20041205, 120000, 20041117, 161004, 300, 2, 'E', 'P', 'Canoeing with V', 'Canoeing with V'), (343, NULL, NULL, 'casey', 20041117, 190000, 20041117, 182926, 300, 2, 'M', 'P', 'Port and Sunset', 'Port and Sunset'), (344, NULL, NULL, 'Observatory', 20041118, 100000, 20041118, 4257, 120, 2, 'E', 'P', 'mary''s turn', 'Mary can check kitties some time before noon.'), (345, NULL, NULL, 'joe', 20041118, 110000, 20041118, 12925, 150, 2, 'E', 'P', 'kathy w?', 'kathy w?'), (346, NULL, NULL, 'joe', 20041119, 100000, 20041119, 14147, 60, 2, 'E', 'P', 'order glass or acrylic, send paul''s print', 'order glass or acrylic, send paul''s print'), (347, NULL, NULL, 'joe', 20041118, 150000, 20041118, 13009, 0, 2, 'E', 'P', 'pick up glass / acrylic', 'pick up glass / acrylic'), (348, NULL, NULL, 'casey', 20041120, 83000, 20041118, 100633, 360, 2, 'E', 'P', 'Filming at Lake Merritt', 'Filming at Lake Merritt'), (349, NULL, NULL, 'Observatory', 20041121, 110000, 20041118, 163159, 0, 2, 'E', 'P', 'Les', 'Les'), (350, NULL, NULL, 'Observatory', 20041118, 210000, 20041118, 193635, 60, 2, 'E', 'P', 'Stollman', 'Stollman'), (351, NULL, NULL, 'Observatory', 20041119, 80000, 20041118, 205752, 30, 2, 'E', 'P', 'Stollman', 'Stollman'), (352, NULL, NULL, 'mary', 20041204, 120000, 20041119, 185508, 720, 2, 'E', 'P', 'cortney and ethan', 'http://www.livejournal.com/users/cortneyofeden/172219.html?nc=2'), (353, NULL, NULL, 'Observatory', 20041119, 150000, 20041119, 154902, 0, 2, 'E', 'P', 'Stollman', 'Wanted to go by at around 7-8am this morning, but failed due to scheduling problems. Going now to take care of cats for an hour or so; if someone can conveniently drop by later in the evening it wouldn''t hurt, but I''m sure they will be fine until Saturday morning otherwise. They haven''t been consuming all of their food or water in between visits so far. :-)'), (354, NULL, NULL, 'Observatory', 20041120, 170000, 20041119, 175917, 0, 2, 'E', 'P', 'Les', 'Les'), (355, NULL, NULL, 'Observatory', 20041120, 80000, 20041119, 185254, 120, 2, 'E', 'P', 'Casey or Mary', 'Casey or Mary'), (356, NULL, NULL, 'joe', 20041126, -1, 20041120, 10903, 0, 2, 'M', 'P', 'parents leave for carib.', 'We are leaving early early on the 26th to fly to Miami where we will on the 27th board Regatta...Oceania cruise lines....fly home on the 9th of December\r\n \r\ne-mail address\r\n \r\ndianedecker@regatta.oceaniaatsea.com\r\n \r\nemergency number\r\n \r\n1866-242-7447\r\nship : Regatta\r\nStateroom OS8064\r\n '), (357, NULL, NULL, 'Observatory', 20041121, 180000, 20041120, 132234, 60, 2, 'E', 'P', 'Stollman', 'Stollman'), (358, NULL, NULL, 'casey', 20041208, 160000, 20041120, 183430, 0, 2, 'E', 'P', 'Lori''s Surgery', 'Just a reminder'), (359, NULL, NULL, 'mary', 20050205, 190000, 20041121, 220054, 120, 2, 'E', 'P', 'big moves', 'http://www.livejournal.com/users/cassidyrose/387709.html?mode=reply'), (360, NULL, NULL, 'joe', 20050106, 190000, 20050103, 152155, 240, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (361, NULL, NULL, 'joe', 20050105, 140000, 20050103, 152210, 0, 2, 'E', 'P', 'pickup cannery show', 'pickup cannery show'), (362, NULL, NULL, 'joe', 20050107, 110000, 20050103, 152427, 180, 2, 'E', 'P', 'PFChangs 11:30 sunnyvale Kathy bring photo and price', 'PFChangs 11:30 sunnyvale Kathy bring photo and price'), (363, NULL, NULL, 'joe', 20050104, 100000, 20050103, 152854, 60, 2, 'E', 'P', 'drop off for "small works", PAL', 'drop off for "small works", PAL'), (364, NULL, NULL, 'joe', 20050107, 190000, 20050103, 152913, 0, 2, 'E', 'P', 'reception for "small works"', 'reception for "small works"'), (365, NULL, NULL, 'joe', 20050103, -1, 20050103, 152952, 0, 2, 'E', 'P', 'Pickup for "small works" 27th or 28th', 'Pickup for "small works" 27th or 28th'), (366, NULL, NULL, 'joe', 20050208, -1, 20050103, 153153, 0, 2, 'M', 'P', 'community sites jurying--PAL', 'drop off 2/8 pickup 2/10\r\n\r\nThe purpose of jurying is to be sure that you know how to select and hang a unified art show. You should submit five works in the same medium and the same style. They should be framed, wired, and ready to hang (except that works on canvas need not be framed if the edges are painted or otherwise finished). When you have passed jurying, you will be added to the list of juried artists in your medium. If you wish to exhibit work in another medium, you need to be juried in that medium as well.'), (367, NULL, NULL, 'joe', 20050118, 190000, 20050103, 174419, 180, 2, 'E', 'P', 'impact board meeting', 'location: impact office'), (368, NULL, NULL, 'joe', 20050216, 180000, 20050103, 174451, 0, 2, 'E', 'P', 'impact board meeting', 'location: SF, TBD'), (369, NULL, NULL, 'joe', 20050216, -1, 20050103, 174533, 0, 2, 'E', 'P', 'get new impact dates onto the schedule', 'get new impact dates onto the schedule'), (370, NULL, NULL, 'joe', 20050108, 90000, 20050103, 192827, 480, 2, 'M', 'P', 'PAL', 'PAL'), (371, NULL, NULL, 'joe', 20050111, 80000, 20050104, 120643, 0, 2, 'E', 'P', '9PM ARTWORK DELIVERY, BLUE FRONT CAFE', '11 PIECES (Hallway and Cat room)'), (372, NULL, NULL, 'joe', 20050106, 100000, 20050105, 3415, 300, 2, 'E', 'P', 'lunch lauren', 'lunch lauren'), (373, NULL, NULL, 'casey', 20050122, 120000, 20050117, 153602, 300, 2, 'E', 'P', 'Date with CJ', 'Date with CJ'), (374, NULL, NULL, 'joe', 20050130, 180000, 20050117, 233059, 300, 2, 'E', 'P', 'folk in a plays the cats', 'folk in a plays the cats\r\n\r\nhttp://www.evite.com/pages/invite/viewInvite.jsp?inviteId=XWKVJKUGVHKRRSSDQWKO&li=iq&src=email'), (375, NULL, NULL, 'joe', 20050123, 130000, 20050118, 135540, 300, 2, 'E', 'P', 'Bad Movie Night', '> BMN will now officially be on Sunday the 23rd (the Sunday\r\n> *after* the holiday weekend), due to conflicts on the 16th.\r\n> Since the next day''s a work day, let''s start earlier than\r\n> usual - arrive any time after noon, with pizza and ice cream\r\n> starting about 1:00, followed by movies starting at 1:30 or\r\n> so. More drinks, munchies and bad movies are always welcome.'), (376, NULL, NULL, 'joe', 20050206, 150000, 20050118, 135728, 540, 2, 'E', 'R', 'sensual party (geri/em) (going?)', '(Am I going to this?)\r\n\r\n\r\nHi folks,\r\n\r\nCome join Emmett and Geri for a sensual party on Sunday February 6th, at\r\nour home in Pacifica.\r\n\r\nThe afternoon hours will be filled with massages and snuggles and\r\nsucculent treats, starting around 3pm. After dark, the party will turn to\r\nmore intense kinds of sexual play.\r\n\r\nFolks are asked to arrive by 6pm, since after 6pm the hosts will be having\r\nfun of a sort that will make them feel disinclined to get up and answer\r\nthe doorbell ;-)\r\n\r\nLots of important info about the party, and an RSVP poll, are below:\r\n\r\n** You mentioned something about a Bavarian Love Fest?\r\n\r\nAt a Bavarian Love Fest, the tradition is that folks feed one another\r\nrather than feeding themselves. Offering luscious tidbits to other\r\npartygoers, and dropping pretty hints that one would like to be fed a\r\ncertain treat, are very much encouraged.\r\n\r\n(The tradition does not extend to drinks, however - we''d prefer to keep\r\nour carpets as close as possible to their original color!)\r\n\r\n** Speaking of food...\r\n\r\nThe party will be potluck style, with the focus on finger-food appetizers\r\nand desserts. You are encouraged, though of course not required, to bring\r\nsomething scrumptious to share. As the hosts are vegetarian, please don''t\r\nbring anything that has fish/meat/fowl in it - thanks! Dairy and egg\r\ningredients are ok to include.\r\n\r\n*** What else should I bring?\r\n\r\nMassage creams, safer sex supplies, your favorite sex toy, sensual\r\nclothing, etc. If you plan on enjoying any type of sex that might result\r\nin lots of sticky fluids, please bring a towel to put under you, so that\r\nwe can keep mattresses and sheets reasonably clean. Thanks!\r\n\r\n*** Things Not To Bring:\r\n\r\nWe''re allergic to smoke, so if you need a cigarette, please enjoy it\r\noutside at street level. Also, please don''t bring street drugs - "your\r\nkink is ok but it is not our kink" ;-)\r\n\r\nLastly, please don''t bring along anyone who isn''t on the invite list. If\r\nyou think we''ve left someone off the invite list who ought to be invited,\r\nfeel free to email us about it, but we don''t anticipate making very many\r\nchanges to the guest list.\r\n\r\n*** Speaking of that invite list...\r\n\r\nHere are the folks who are invited (most are listed by LJ name):\r\n\r\n1muse, Ag_unicorn, Angelbob, Auros, Bdot + Dan, Boyziggy, Brian1789,\r\nCaesia, Chipuni, Chris Vigliaturo, CJsmith, Cortneyofeden, Coyote3502,\r\nCyan_Blue, Dancing_star, DEC, Deedeebythebay, Deyo, Ef2p, Emmett_the_Sane,\r\nFuncrunch, Garnetwhore, Hopeforyou, Jackie Nieves, Japlady, Joedecker +\r\nChris, LadyNanook, Mactavish, MikZ, Miroslav Klivansky, Misseli, MissK,\r\nObadiah, Patgreene, Patty Gray, Perse, Plymouth, Purplerabbit, Ravenslost,\r\nRfrench, Ri_whittlesey, Saizai, Stollman, Tenacious_snail,\r\nThat''s_ms_dragon, Tyrsalvia + husband, Uncledark, Vvvexation, Zahraa,\r\nZpdiduda + partners, Zwol, Zyxwvut\r\n\r\nComing up with the guest list for a sensual party is always a delicate\r\nbalance of personalities, relationships, and group needs. *** Please don''t\r\nmention the party to anyone who is not on the guest list - we really don''t\r\nwant the feelings of those who haven''t been invited to be hurt. *** Thank\r\nyou...\r\n\r\n*** Other Rules:\r\n\r\nPlease respect other peoples'' personal boundaries - ask before touching,\r\netc.\r\n\r\nWe also ask that noise levels be kept down, as we have neighbors in the\r\napartment below us. So, for the bdsm folks, this means no loud slaps or\r\nyells, alas ;-)\r\n\r\n*** Your hosts include two feline creatures - please help keep them safe.\r\n\r\nWe have two awesome cats, Branwen and Preia. They are indoor cats, so\r\nPLEASE be mindful of closing the hallway door firmly so that it clicks\r\nbehind you when entering or exiting the apartment. Also please do not\r\nleave our terrace door or any windows open. If either cat gets out of the\r\napartment, please tell Geri or Emmett immediately, no matter what we are\r\nin the middle of doing, so that we can go and bring them back in. Yes,\r\nGeri is anal about this. Thanks!\r\n\r\n*** RSVP ASAP:\r\n\r\nOur invite list is now way the heck bigger than our apartment can possibly\r\nhandle. The fairest way to deal with this is to ask folks to RSVP as soon\r\nas possible, giving us a sense of how likely it is that you will be\r\nattending. If the number of affirmative RSVP''s reaches 30, we may have to\r\nclose the party off to further RSVP''s, giving priority to folks who answer\r\nsooner and indicate a high likelihood of attendance. We''ve never had to\r\nclose a party off yet, but it''s good to be prepared, just in case.\r\n\r\nFor those of you on LiveJournal, you can go to the following URL and let\r\nus know in the poll if you will be attending:\r\n\r\nhttp://www.livejournal.com/users/cyan_blue/252913.html\r\n\r\nFor others, please just drop us a line and let us know if you...\r\n\r\n - will be coming to the party\r\n - might be coming to the party\r\n - won''t be coming to the party\r\n\r\nIf you are RSVP''ing for someone besides yourself, please note so - thanks!\r\n\r\n*** Place:\r\n\r\n Geri and Emmett''s place (directions below)\r\n 524 Monterey Rd, Apt #1\r\n Pacifica, CA 94044\r\n 415-517-7965 (Geri''s cel)\r\n 650-269-0791 (Emmett''s cel)\r\n\r\n*** Transportation:\r\n\r\nPacifica has many virtues, but a good transit system isn''t one of them. If\r\nyou need a ride or can offer a ride, let us know and we''ll attempt to hook\r\nfolks up with one another.\r\n\r\n*** Crash space:\r\n\r\nWe''ve got plenty of it. If you have a long drive or find yourself too\r\ntired to drive, please feel encouraged to sleep over.\r\n\r\n*** Driving directions:\r\n\r\n ** Please note that every now and then our neighborhood is\r\n blanketed by thick fog. If you find it to be too foggy to safely\r\n navigate, give us a call from the nearest non-foggy place, and\r\n we''ll come find you - we''re pretty good at finding our way\r\n home through the fog by now.\r\n\r\n From Berkeley/Oakland area:\r\n\r\n Take Bay Bridge (I-80) to 101 South to 280 South\r\n Follow directions from San Francisco, below:\r\n\r\n From San Francisco area:\r\n\r\n Take 280 south\r\n Take the Hickey Blvd exit\r\n Take a right at the bottom of the exit ramp\r\n Go approx 1.7 miles\r\n Turn left onto Monterey Rd (at stop sign) and go up hill\r\n We''re 524 Monterey Rd, Apt #1\r\n (ring at the front door and go downstairs one flight)\r\n\r\n From Fremont, Hayward, and San Leandro area:\r\n\r\n Take San Mateo bridge (92) west across Bay\r\n Continue west on 92 to route 280\r\n Take 280 north\r\n Continue directions from 280 north below\r\n\r\n From San Jose area:\r\n\r\n Take 280 north\r\n Take the Hickey Blvd exit\r\n Take a left at the bottom of the exit ramp\r\n Go approx 1.8 miles\r\n Turn left onto Monterey Rd (at stop sign) and go up hill\r\n We''re 524 Monterey Rd, Apt #1\r\n (ring at the front door and go downstairs one flight)\r\n\r\n From Half Moon Bay area:\r\n\r\n Take Highway 1 north\r\n Exit at Manor in Pacifica\r\n At the end of the exit ramp, take a left\r\n Go 1 or 2 blocks and take a right onto Manor\r\n Go a mile up the hill to Monterey and turn left\r\n We''re 524 Monterey Rd, Apt #1\r\n (ring at the front door and go downstairs one flight)\r\n\r\nSee you there!\r\n'), (377, NULL, NULL, 'joe', 20050120, 160000, 20050118, 135850, 120, 2, 'E', 'P', 'teal call', 'teal call'), (378, NULL, NULL, 'joe', 20050205, 200000, 20050118, 140027, 480, 2, 'E', 'P', 'beth XL bday', 'WHAT: Party party party!\r\nWHEN: Sat, 5 February 2005, 8:00pm to 2,3,4+am ;->\r\nWHERE: The Zuckershack, 2129 Spaulding Ave, Berkeley, 510-981-9235\r\nWHY: Because this is one of our 3 parties of the year -- and it''s\r\nBeth''s birthday!\r\n\r\n Bethday will be observed this year on Saturday, February 5th at 8:00pm,\r\nhere at the Zuckershack. This is Beth''s XL birthday (think Roman\r\nnumerals), so we have to make it an extra-large party! (Her actual\r\nbirthday is Thursday, 2/3, for those of you keeping track.)\r\n\r\n We would love to see you here. Please bring along something you''d like\r\nto eat or drink (non-meat, fish OK, alcohol certainly OK), and please\r\nrespond to us and let us know you''re coming. Please ask us if you''d\r\nlike to bring anyone else with you. No presents are necessary.\r\n\r\n Come and enjoy the warmth of both our hospitality and our hot tub. (If\r\nyou are planning on hot-tubbing, please bring a towel, and shoes that\r\nyou wouldn''t mind putting your wet feet into.)'), (379, NULL, NULL, 'joe', 20050121, 200000, 20050118, 140451, 540, 2, 'E', 'R', 'party at the CL', 'http://deedeebythebay.livejournal.com/436191.html?nc=13\r\n\r\nstarts at 9?'), (380, NULL, NULL, 'joe', 20050204, 183000, 20050118, 140615, 300, 2, 'E', 'P', 'tess b''day party (going?)', 'Tess'' birthday is Friday, February 4th and I''d like to throw her a surprise birthday party starting at 7pm at our house and you are invited! If you cannot arrive before 7pm, don''t let that stop you from coming later.\r\n \r\nI will be treating her to an afternoon at the Harmonie Day Spa to get her out of the house. When she is done, she will come home at approximately 7pm because we will have "dinner reservations". But when she walks through the door she''ll be surprised by all of us!\r\n \r\nI plan to decorate the house, provide food, drinks, and the ice cream cake. If you have any other party ideas or would like to help please let me know!\r\n \r\nPlease RSVP to me at work (ghoward@cisco.com or 408.527.2713) by Monday, January 31 so I can make the appropriate arrangements. Our home address is 5536 Harvard Drive, San Jose, CA 95118.\r\n \r\nWe look forward to seeing you! But remember, it''s a surprise so don''t let her know!\r\n -Thomas Gary Howard, Mobile: 408.219.7104'), (381, NULL, NULL, 'joe', 20050123, 190000, 20050118, 141531, 180, 2, 'E', 'P', 'rosefox going away party', '\r\nTo commemorate this momentous occasion, Josh and I will be having an\r\nextremely informal going-away party at our soon-to-be-ex-house on\r\nSunday the 23rd. It''ll start at 3 p.m. and run into the evening, but\r\nnot late (probably closing down around 10 p.m.). There will be snacks\r\nand drinks provided, and I expect whoever''s there around dinnertime\r\nwill probably order out for something or other. Like I said, extremely\r\ninformal. *) Details are here:\r\nhttp://www.livejournal.com/users/rosefox/706856.html'), (382, NULL, NULL, 'mary', 20050416, -1, 20050119, 182857, 0, 2, 'E', 'P', 'anniversary', 'anniversary (I really want to go to this)\r\nhttp://www.livejournal.com/users/deedeebythebay/440804.html'), (383, NULL, NULL, 'mary', 20050416, -1, 20050119, 182923, 0, 2, 'E', 'P', 'I want to go to this a lot', 'http://www.livejournal.com/users/deedeebythebay/440804.html'), (384, NULL, NULL, 'mary', 20050417, -1, 20050119, 182949, 0, 2, 'E', 'P', 'mary''s b''day', 'mary''s b''day -- not sure yet what I''ll do, maybe party here'), (385, NULL, NULL, 'casey', 20050305, 0, 20050123, 132442, 1440, 2, 'M', 'P', 'Backyard Ballistics', 'Hurling things great distances. Also cake.'), (386, NULL, NULL, 'joe', 20050210, 160000, 20050127, 232543, 360, 2, 'E', 'P', 'V date', 'V date'), (387, NULL, NULL, 'joe', 20050122, 170000, 20050120, 111024, 300, 2, 'E', 'P', 'krissy housewarming', 'http://myyahoo.evite.com/pages/invite/viewInvite.jsp?inviteId=QSASYZOHYHADDOMKKFLV'), (388, NULL, NULL, 'joe', 20050128, 190000, 20050120, 195218, 300, 2, 'E', 'P', 'kathleen', 'kathleen '), (389, NULL, NULL, 'joe', 20050211, 190000, 20050120, 195248, 300, 2, 'E', 'P', 'kathleen', 'kathleen'), (390, NULL, NULL, 'joe', 20050304, 160000, 20050218, 204057, 120, 2, 'E', 'P', 'teal call', 'teal call'), (391, NULL, NULL, 'mary', 20050129, 200000, 20050122, 173035, 0, 2, 'E', 'P', 'thingy at cortney and ethan''s', 'thingy at cortney and ethan''s (I''m not emotionally invested, just letting you know)'), (392, NULL, NULL, 'mary', 20050129, 200000, 20050122, 173052, 0, 2, 'E', 'P', 'thingy at cortney and ethan''s', 'thingy at cortney and ethan''s (I''m not emotionally invested, just letting you know)'), (393, NULL, NULL, 'casey', 20050212, -1, 20050130, 154505, 0, 2, 'E', 'P', 'housewarming party?', 'This day work for everyone?'), (394, NULL, NULL, 'joe', 20050131, 110000, 20050124, 134613, 180, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (395, NULL, NULL, 'joe', 20050226, 180000, 20050124, 165414, 360, 2, 'E', 'P', 'jim''s b''day evening', 'jim''s b''day evening'), (396, NULL, NULL, 'casey', 20050219, 100000, 20050124, 194330, 720, 2, 'E', 'P', 'Monterey', 'Touristy things in the morning. Reese''s party in the evening.\r\n\r\nhttp://www.livejournal.com/users/tendyl/324464.html'), (397, NULL, NULL, 'mary', 20050127, 180000, 20050124, 194733, 240, 2, 'E', 'P', 'mary play thingie with kimberly', 'mary play with kimberly'), (398, NULL, NULL, 'joe', 20050218, 0, 20050126, 3629, 1440, 2, 'E', 'P', 'possible ac visit', 'possible ac visit'), (399, NULL, NULL, 'joe', 20050213, 0, 20050126, 3832, 1440, 2, 'E', 'P', 'ano nuevo', 'ano nuevo'), (400, NULL, NULL, 'joe', 20050209, 173000, 20050131, 114739, 240, 2, 'E', 'P', 'palphig knepp', 'palphig knepp'), (401, NULL, NULL, 'joe', 20050202, 110000, 20050127, 132649, 0, 2, 'E', 'P', 'lunch jd', 'lunch jd'), (402, NULL, NULL, 'mary', 20050210, 103000, 20050207, 124942, 60, 2, 'E', 'P', 'optometry', 'tues feb 8 10:30\r\n Robert Edelman MD\r\n20046 Lake Chabot Rd.\r\nCastro Valley, CA 94546\r\n(510) 881-8823\r\nMap - 1.73 miles\r\nWelcomes all new patients.\r\nProvides exams and eyewear.\r\nMon - Fri 8:30 - 5:00\r\njust north of castro valley bl at LCR'), (403, NULL, NULL, 'casey', 20050203, 180000, 20050202, 134358, 240, 2, 'E', 'P', 'Date with V', 'Date with V'), (404, NULL, NULL, 'mary', 20050130, -1, 20050130, 140424, 300, 2, 'M', 'P', 'work', 'work'), (405, NULL, NULL, 'mary', 20050131, 83000, 20050130, 140702, 300, 2, 'M', 'P', 'work', 'work'), (406, NULL, NULL, 'mary', 20050202, 80000, 20061212, 113944, 300, 2, 'M', 'P', 'work', 'work'), (407, NULL, NULL, 'mary', 20050204, 83000, 20050130, 140642, 300, 2, 'M', 'P', 'work', 'work'), (408, NULL, NULL, 'mary', 20050203, 83000, 20050130, 140756, 300, 2, 'E', 'P', 'work', 'work'), (409, NULL, NULL, 'mary', 20050212, 140000, 20050130, 140917, 600, 2, 'E', 'P', 'housewarming', 'housewarming (does this work for you?)'), (410, NULL, NULL, 'joe', 20050305, 180000, 20050131, 104000, 0, 2, 'E', 'P', 'QP', 'Saturday March 5th\r\nDoors at 8:00 party till 1:00\r\n$20.00\r\nSF Citadel Presents...\r\n\r\nThe Queer Playground\r\n\r\nhosted by Arielle\r\nDoors 8:00pm till 1:00am\r\n$20.00\r\n\r\nThe SF Citadel and Host Arielle present an evening\r\nfull of friendly, kinky, queer fun and hot energy.\r\nCome join us for the SF\r\nCitadel''s Queer Playground, a queer energy play party\r\nfor those of us in the leather community of any gender\r\nor sexuality who identify as queer, lesbian, gay, fag,\r\ndyke, genderqueer, genderfucker, genderbender, differently-abled\r\nqueers, queers of color, trans, MTF, FTM, bisexual, pansexual,\r\nomnisexual,\r\nquestioning, intersexed, trysexual ;)'), (411, NULL, NULL, 'joe', 20050210, 170000, 20050131, 104128, 120, 2, 'E', 'P', 'Gilert reception at SLAC (ng)', 'Gilbert reception at SLAC, 5-7pjm'), (412, NULL, NULL, 'joe', 20050203, 180000, 20050131, 184303, 0, 2, 'E', 'P', 'josh dinner', 'meet in SF (Right near Civic Center Bart)\r\nUN Plaza.\r\n'), (413, NULL, NULL, 'joe', 20050220, 0, 20050201, 908, 1440, 2, 'M', 'P', 'DESERT TRIP #1', 'DESERT TRIP #1'), (414, NULL, NULL, 'joe', 20050427, 0, 20050302, 121909, 1440, 2, 'M', 'P', 'Franz Lanting Workshop', '4-Day Advanced Workshop with Frans Lanting\r\nEvery Picture Tells a Story: A Conceptual Approach to Nature Photography\r\nOne session: April 27th - May 1st, 2005\r\nPrice: $1395\r\nPrerequisite: prior attendance at a Mountain Light or Lanting workshop\r\nJust announced! - Waiting list open\r\n\r\n----------------------\r\n\r\nApril 27:\r\n\r\nDow Villa Motel\r\n\r\n310 S. Main St.\r\nLone Pine, CA\r\n\r\nNon-smoking.\r\n\r\nConfirm: 238 856\r\n\r\nRecondirmation required if arriving after 6pm\r\n\r\n----------\r\n\r\nSuper 8/Bishop (every night except Wed. April 27\r\n\r\nFirst Name: JOE\r\nLast Name: DECKER\r\nStreet: 1733 Hudson Drive\r\nCity: San Jose\r\nState: California\r\nZip Code: 95124\r\nCountry: United States\r\n\r\nHome Telephone: 408 439 2963\r\nEmail: joe@rockslidephoto.com\r\n\r\nTOTAL ROOM RATE: * 243.00 (United States Dollars) (Tax are not included)\r\n\r\n\r\nConfirmation Number: 71189150\r\n\r\nComments: (Extra persons may incur additional charges at time of check in. Please contact the property directly for any additional charges). '), (415, NULL, NULL, 'joe', 20050331, 0, 20050214, 132200, 1440, 2, 'M', 'P', 'Knepp DV workshop', 'Death Valley: To the Extremes\r\n\r\nMarch 31-April 3\r\n$300\r\n\r\nMake note: This is SPRING BREAK weekend, a busy one in the park! Accommodations will be at a premium, so book accommodations soon! Contact Stove Pipe Wells Resort at 760.786.2387 (Furnace Creek area reservations: 888.297.2757.) Camping is also available; call 760.786.2345. REGISTER \r\n\r\narive 3/31, depart morning of april 4, 0331BAC\r\n\r\n'), (437, NULL, NULL, 'joe', 20050216, 110000, 20050214, 133147, 180, 2, 'E', 'P', 'lunch jd', 'lunch jd'), (438, NULL, NULL, 'joe', 20050423, 180000, 20050214, 204702, 360, 2, 'E', 'P', 'ppp', 'ppp'), (439, NULL, NULL, 'joe', 20050318, 170000, 20050214, 230147, 780, 2, 'E', 'P', 'potential casa joe sleepover date', 'Chris is out of town from Friday morning to Satruday evening at least. If you''re up for a sleepover data at Casaa Joe, that''d be lovely, if not, I comletely understand. *smooch*\r\n\r\nI do have to leave for work at 9am the next morning, which probably makes the occasion a bit less appealing--just sayin''.'), (440, NULL, NULL, 'joe', 20050424, 100000, 20050218, 3753, 300, 2, 'E', 'P', 'Marine Mammal Center Members Open House', 'Chris is planning on going, and wanted to invite you to join us at this. The actual times there are 11:30-1:30 or so, but it''s in GGNRA, and there''s travel time, not to mention other pretty things in the area.'), (441, NULL, NULL, 'mary', 20050225, 140000, 20050218, 3849, 60, 2, 'E', 'P', 'staff meeting', 'staff meeting'), (442, 407, NULL, 'mary', 20050311, 83000, 20050218, 3913, 480, 2, 'E', 'P', 'work', 'work'), (443, NULL, NULL, 'mary', 20050320, 90000, 20050218, 12240, 300, 2, 'E', 'P', 'school picnic', 'school picnic'), (416, NULL, NULL, 'joe', 20050307, 180000, 20050201, 34536, 300, 2, 'E', 'P', 'photocentral spring show hang', 'photocentral spring show hang'), (417, NULL, NULL, 'joe', 20050311, 180000, 20050201, 34615, 300, 2, 'E', 'P', 'photocentral reception', 'spring show'), (418, NULL, NULL, 'joe', 20050211, 200000, 20050202, 23828, 360, 2, 'E', 'P', 'men''s party citadel (not going, sadly)', 'The Citadel wishes all the Bi and Gay Men of the Bay Area a Happy\r\nValentines Day with this special dungeon party on Friday, February\r\n11th! Special admission price of only $10 !!!\r\n\r\nNot only do you get to have access to the Citadel''s great play\r\nspace at a special low price... we''re giving you a great way to\r\ngive back to the community! Use the extra money you save to buy\r\nraffle tickets to a special raffle benefiting the Aids Emergency\r\nFund. Grand prize is a pair of VIP tickets to the upcoming 2005\r\nFetish Ball... including a special mens dungeon play floor... a\r\n$175 value! Lots of other great prizes donated by Mr.S. and COLT\r\nStudios.\r\n\r\nSo make sure you make the Citadel a part of your Valentines weekend\r\nplans! Play in over 7,500 square feet of dungeon... called by\r\nMr.S. the best dungeon playspace in the western US! For more\r\ninformation about the Citadel, please visit www.sfcitadel.org.\r\n\r\nThe Citadel is at 245 8th Street in the SOMA section of San\r\nFrancisco. An Easy 3 blocks from the Civic Center BART/MUNI\r\nstation. The gray building with the Big Red Heart! The party goes\r\nfrom 8pm to 2am. See You there!'), (419, NULL, NULL, 'joe', 20050210, 100000, 20050207, 4954, 180, 2, 'E', 'P', 'art marketing group mtg', 'art marketing group mtg'), (420, NULL, NULL, 'joe', 20050220, -1, 20050202, 180707, 0, 2, 'E', 'P', 'drive to LA, crash?', 'drive to LA, crash?'), (421, NULL, NULL, 'joe', 20050221, 0, 20050202, 180748, 1440, 2, 'E', 'P', 'drive to AB, shoot sunset', 'drive to AB, shoot sunset'), (422, NULL, NULL, 'joe', 20050228, 0, 20050202, 180817, 1440, 2, 'E', 'P', 'drive home', 'drive home'), (424, NULL, NULL, 'mary', 20050221, 140000, 20050203, 2709, 240, 2, 'E', 'P', 'meet les''s mom', 'http://www.livejournal.com/users/tenacious_snail/93780.html'), (423, NULL, NULL, 'joe', 20050224, 0, 20050203, 141858, 1440, 2, 'E', 'P', 'drive from AB via Salton Sea to JT', 'drive from AB via Salton Sea to Joshua Tree'), (425, NULL, NULL, 'joe', 20050227, 0, 20050203, 142054, 1440, 2, 'E', 'P', 'drive to antelope valley', 'drive to antelope valley'), (426, NULL, NULL, 'joe', 20050209, 100000, 20050207, 235921, 0, 2, 'E', 'P', 'dave becker', 'dave becker'), (427, NULL, NULL, 'joe', 20050217, 180000, 20050209, 20948, 0, 2, 'E', 'P', 'jesse perry in town', 'jesse perry in town'), (428, NULL, NULL, 'casey', 20050217, 170000, 20050209, 145659, 300, 2, 'E', 'P', 'Date with V', 'Date with V'), (429, NULL, NULL, 'joe', 20050305, 100000, 20050210, 1015, 360, 2, 'E', 'P', 'PAL', 'PAL'), (430, NULL, NULL, 'joe', 20050319, 100000, 20050210, 1036, 360, 2, 'E', 'P', 'PAL', 'PAL'), (431, NULL, NULL, 'joe', 20050409, 100000, 20050210, 1058, 360, 2, 'E', 'P', 'PAL', 'PAL'), (432, NULL, NULL, 'joe', 20050423, 100000, 20050210, 1119, 360, 2, 'E', 'P', 'PAL', 'PAL'), (433, NULL, NULL, 'joe', 20050319, 160000, 20050211, 44849, 420, 2, 'E', 'R', 'geri''s party', 'geri''s party'), (434, NULL, NULL, 'Reese', 20050124, 90000, 20050211, 211251, 420, 2, 'M', 'P', 'Work', 'MIIS Laptop Support Center'), (435, NULL, NULL, 'Reese', 20050125, 100000, 20050211, 211507, 120, 3, 'M', 'P', 'Arabic', 'Intermediate Arabic (A204)'), (436, NULL, NULL, 'joe', 20050218, 100000, 20050213, 121153, 0, 2, 'E', 'P', 'board call', 'board call'), (444, NULL, NULL, 'joe', 20050302, 110000, 20050218, 15627, 390, 2, 'E', 'P', 'krissy hangout', 'krissy hangout'), (445, NULL, NULL, 'joe', 20050324, 180000, 20050219, 22622, 360, 2, 'E', 'P', 'Date Les', 'Date Les'), (446, NULL, NULL, 'joe', 20050407, 180000, 20050219, 175048, 0, 2, 'E', 'P', 'date les', 'date les'), (447, NULL, NULL, 'mary', 20050301, 80000, 20050224, 141033, 300, 2, 'E', 'P', 'work', 'work'), (448, NULL, NULL, 'joe', 20050304, 180000, 20050228, 154407, 0, 2, 'E', 'P', 'reception for color show @ PAL', 'reception for color show @ PAL'), (450, NULL, NULL, 'casey', 20050308, 170000, 20050301, 221710, 300, 2, 'E', 'P', 'Date with V', 'Scheduling uncertain'), (451, NULL, NULL, 'joe', 20050307, 110000, 20050302, 120307, 0, 2, 'E', 'P', 'lunch barrone', 'lunch barrone'), (452, NULL, NULL, 'joe', 20050427, 150000, 20050302, 122121, 480, 2, 'E', 'P', 'Dow Villa Motel', 'Dow Villa Motel\r\n\r\n310 S. Main St.\r\nLone Pine, CA\r\n\r\nNon-smoking.\r\n\r\nConfirm: 238 856\r\n\r\nRecondirmation required if arriving after 6pm'), (453, NULL, NULL, 'joe', 20050329, 140000, 20050302, 124514, 0, 2, 'M', 'P', 'Mojave NP Trip', 'Bun Boy Motel\r\nBaker, California (near Mojave)\r\n760/733-4363\r\n\r\nNight of March 29 and March 30\r\narriving mid-afternoon\r\n\r\nclose at 11pm, must arrive by then, should\r\nprobably call to let them know if i''ll be\r\npost-dinner-hour\r\n\r\n\r\n'), (454, NULL, NULL, 'joe', 20050310, 170000, 20050303, 152610, 0, 2, 'E', 'P', 'bad edu', 'bad edu'), (455, NULL, NULL, 'joe', 20050327, 190000, 20050304, 13241, 0, 2, 'E', 'P', 'folk in a', 'folk in a'), (456, NULL, NULL, 'joe', 20050309, 120000, 20050304, 122016, 0, 2, 'E', 'P', 'lunch lisa', 'lunch lisa'), (457, NULL, NULL, 'joe', 20050309, 160000, 20050304, 195812, 120, 2, 'E', 'P', 'teal', 'teal'), (449, NULL, NULL, 'joe', 20050306, 140000, 20050304, 200254, 540, 2, 'E', 'P', 'rick?, alt teal call', 'rick?\r\n\r\ncall teal after return if you don''t go'), (458, NULL, NULL, 'joe', 20050423, 150000, 20050307, 2948, 300, 2, 'E', 'P', '1999 MLC reunion', '1999 MLC reunion'), (459, NULL, NULL, 'joe', 20050324, 180000, 20050307, 3206, 300, 2, 'E', 'P', 'Local Leapers at Fort Fun', 'Local Leapers at Fort Fun'), (460, NULL, NULL, 'joe', 20050408, 180000, 20050406, 150542, 120, 2, 'E', 'P', 'teal call', 'teal call'), (461, NULL, NULL, 'casey', 20050315, 183000, 20050314, 151720, 240, 2, 'E', 'P', 'Dinner with Rebecca', 'Olivio''s European Bistro\r\n\r\nhttp://sanfrancisco.citysearch.com/profile/828654/belmont_ca/olivio_s_european_bistro.html\r\n\r\n1316 El Camino Real\r\nBelmont, CA 94002\r\nPhone: (650) 596-0878'), (462, NULL, NULL, 'joe', 20050317, 190000, 20050307, 221906, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (463, NULL, NULL, 'joe', 20050311, 80000, 20050308, 141406, 60, 2, 'E', 'P', 'dentist', 'dentist'), (464, NULL, NULL, 'joe', 20050926, 90000, 20050308, 141429, 60, 2, 'E', 'P', 'dentist', 'dentist'), (465, NULL, NULL, 'joe', 20050313, 100000, 20050309, 22434, 600, 2, 'E', 'P', 'hiking with the observatory', 'hiking with the observatory'), (466, NULL, NULL, 'joe', 20050406, 190000, 20050309, 175747, 300, 2, 'E', 'P', 'leap reunion', 'leap reunion'), (467, NULL, NULL, 'joe', 20050311, 100000, 20050309, 180646, 0, 2, 'E', 'P', 'conf call', 'conf call'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (468, NULL, NULL, 'joe', 20050324, -1, 20050311, 11801, 0, 2, 'E', 'P', 'pick up work at pal', 'pick up work at pal'), (469, NULL, NULL, 'joe', 20050314, 120000, 20050313, 30544, 0, 2, 'E', 'P', 'lisa krung thai lunch', 'lisa krung thai lunch'), (470, NULL, NULL, 'casey', 20050326, 180000, 20050321, 193644, 480, 2, 'E', 'P', 'Cortney''s Party', 'http://www.livejournal.com/users/cortneyofeden/215567.html\r\n\r\n2007 Poplar Avenue in East Palo Alto'), (471, NULL, NULL, 'casey', 20050327, 100000, 20050321, 194143, 480, 2, 'E', 'P', 'Gil''s Birthday', 'Gil''s Birthday'), (472, NULL, NULL, 'joe', 20050413, 180000, 20050321, 220834, 0, 2, 'E', 'P', 'PALPHIG', 'Hello Photographers,\r\n \r\nOur next monthly PHIG meeting is coming up on Wednesday, April 13th at 7:30pm. The detailed agenda is listed below. Our special guest will be Jone Small Manoogian. Jone is a photographer and bookbinding instructor. She will show a variety of examples and lead a discussion on the process of making hand bound photographic books.\r\n\r\nPhotographers Interest Group (PHIG)\r\nWednesday, April 13th at 7:30pm\r\nPacific Art League, Norton Studio (upstairs gallery)\r\n668 Ramona St. Palo Alto \r\n\r\n7:30 - Welcome, news, resource and information sharing\r\nInformal, roundtable style of sharing useful and interesting information.\r\n\r\n7:45 - Jone Small Manoogian\r\n\r\nJone Small Manoogian, book artist and bookbinding instructor, will be offering a talk about ideas for photographers interested in utilizing the artist¹s book format for presenting their photographic work. A photographer herself, Jone will share samples of her books, based on\r\nphotographic images, to stimulate group discussion and questions on practical ways to present photographs in hand bound books.\r\n\r\nJone¹s Book Arts Background\r\n\r\nJone Small Manoogian is the founder of the Bay Area Book Artists, a group of artists dedicated to the use of the book format to present their artistic ideas. Since 1995 BABA has grown to include artists who enjoy the challenge of creating in the book arts, sharing ideas, sponsoring unusual book arts exhibitions, and providing community support for this rapidly growing medium.\r\n\r\nShe has participated in many book arts shows throughout the United States and had a solo exhibition of her handmade artist¹s books at the Volcano Art Center Gallery on the big island of Hawai¹i in 2002. Hawai¹i Bound, featured 15 interactive, sculptural and illustrated handmade books of her original poetry, serigraph prints and photos of Hawai¹i.\r\n\r\nJone has curated or juried several book arts shows in the San Francisco Bay Area including Unbound-Bound now showing at the Cultural Arts Center Gallery in Santa Rosa, CA. In 2004 she coordinated two shows for the Bay Area Book Artists, "Touch my books please..." at the Art Museum of Los Gatos, and "A Book in the Hand" at Diablo Valley College Art Gallery in Pleasant Hill, CA\r\n\r\nShe has taught book binding workshops in her Palo Alto studio as well as in Hawaii since 1996 and has done custom bookbinding for local community groups including the David Packard Foundation. Her artist¹s books, in public and private collections, include the National Museum for Women in the Arts.\r\n'), (473, NULL, NULL, 'joe', 20050325, 120000, 20050322, 231222, 0, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (474, NULL, NULL, 'casey', 20050701, -1, 20050324, 192745, 0, 2, 'E', 'P', 'Suzanne''s Visit', 'Suzanne''s Visit'), (475, NULL, NULL, 'casey', 20050702, -1, 20050324, 192755, 0, 2, 'E', 'P', 'Suzanne''s Visit', 'Suzanne''s Visit'), (476, NULL, NULL, 'casey', 20050703, -1, 20050324, 192802, 0, 2, 'E', 'P', 'Suzanne''s Visit', 'Suzanne''s Visit'), (477, NULL, NULL, 'casey', 20050704, -1, 20050324, 192810, 0, 2, 'E', 'P', 'Suzanne''s Visit', 'Suzanne''s Visit'), (478, NULL, NULL, 'joe', 20050421, 190000, 20050405, 125640, 180, 2, 'E', 'P', 'Leap Alumni Group, Sunnyvalue', 'Leap Alumni Group, Sunnyvale\r\n\r\nWe had a fun meeting last month and started floating ideas around for innovative ways to show art. Our next meeting will be at 6pm on Thursday, April 21 at Gianfranco’s house in Sunnyvale. I hope that you can join us!\r\n\r\n \r\n\r\nMichelle Waters\r\n\r\n \r\n\r\nThe address is:\r\n\r\n1506 Oriole Avenue, Sunnyvale 94087\r\n\r\nDirections:\r\n\r\nfrom 280 to Wolf N.\r\n\r\nRight on Inverness\r\n\r\nLeft on Oriole (third street)\r\n\r\n1506 the house on the right, the third one before the end of the street\r\n\r\n406-733-2446\r\n\r\n '), (479, NULL, NULL, 'casey', 20050404, 170000, 20050403, 190237, 300, 2, 'E', 'P', 'Date with V', 'Canoeing? Maybe? Maybe something else?'), (480, NULL, NULL, 'joe', 20050423, 210000, 20050325, 24339, 540, 2, 'E', 'P', 'DHP', 'DHP'), (481, NULL, NULL, 'joe', 20050410, 100000, 20050325, 141703, 240, 2, 'E', 'P', 'lisa digital image work?', 'lisa digital image work?'), (482, NULL, NULL, 'joe', 20050412, 90000, 20050406, 125240, 240, 2, 'E', 'P', 'bed delivery', 'bed delivery, will give half-hour warning call'), (483, NULL, NULL, 'joe', 20050409, 210000, 20050325, 203322, 240, 2, 'E', 'P', 'eric party--bring card', 'eric party--bring card'), (484, NULL, NULL, 'joe', 20050416, 120000, 20050410, 134600, 300, 2, 'E', 'P', 'Alexa''s Birthday Party', 'HI,\r\nYour Dad got over to Photo Central and looked at all the photos.....we sure have had a bad bug.....flu I guess.....anyway.....Easter Sunday, 27th March Kari and Clay and kids are going to Dublin to a small golf course where there have Easter brunch, also Easter bunny etc......do you guys want to come with us? Around 10 am....love to see you....also Alexa asked me yesterday if Uncle Joe and Aunt Chris were coming to her 5th b''day party...(very small at K''s house) a few of her girlfriends.....I said I would ask you....she did this all on her own so thought I better tell you. Her b''day is April 18th but the party is Sat the 16th....we will be driving back from the beach for this and a wedding we will be going to. Going back to doc tomorrow see if I can get antibiotics and feel better, love mom'), (485, NULL, NULL, 'joe', 20050409, 200000, 20050327, 142818, 0, 2, 'E', 'P', 'Black Sheets (ng)', 'You are invited to the next Black Sheets Party on\r\nSaturday, April 9!'), (486, NULL, NULL, 'mary', 20050709, -1, 20050526, 224738, 0, 3, 'E', 'P', 'callahans barbecue', 'callahans barbecue\r\nhttp://ccon.freeseks.net/'), (487, NULL, NULL, 'mary', 20050702, -1, 20050328, 32107, 0, 2, 'E', 'P', 'suzanne''s visit', 'suzanne''s visit, actual times not yet filled in'), (488, NULL, NULL, 'casey', 20050812, -1, 20050328, 163231, 0, 2, 'E', 'P', 'Samcon', 'Samcon'), (489, NULL, NULL, 'casey', 20050813, -1, 20050328, 163240, 0, 2, 'E', 'P', 'Samcon', 'Samcon'), (490, NULL, NULL, 'casey', 20050811, -1, 20050328, 163316, 0, 2, 'E', 'P', 'Samcon', 'Samcon'), (491, NULL, NULL, 'casey', 20050814, -1, 20050328, 163325, 0, 2, 'E', 'P', 'Samcon', 'Samcon'), (492, NULL, NULL, 'mary', 20050611, -1, 20050330, 4436, 0, 3, 'E', 'P', 'jessica''s wedding', 'http://www.livejournal.com/users/cassidyrose/422434.html\r\n(Casey, I gave her our address info.)'), (493, NULL, NULL, 'joe', 20050410, 180000, 20050405, 135430, 0, 2, 'E', 'P', 'folk in a', 'folk in a'), (494, NULL, NULL, 'joe', 20050418, 170000, 20050406, 212419, 240, 2, 'E', 'P', 'date V', 'date V'), (495, NULL, NULL, 'joe', 20050522, 100000, 20050407, 164542, 420, 2, 'E', 'P', 'Sunset Open House', 'http://www.sunset.com/sunset/package/0,20869,724970~862136,00.html\r\n\r\n(I marked the time as 10-5, but I don''t really expect we''ll be there 7 hours. Chris has indicated she is interested in going.)'), (496, NULL, NULL, 'joe', 20050603, 170000, 20050407, 174834, 300, 2, 'E', 'P', 'darla/mark''s party', 'darla/mark''s party'), (497, NULL, NULL, 'casey', 20050409, 120000, 20050407, 205023, 120, 2, 'E', 'P', 'aidan''s birthday', 'aidan''s birthday\r\n\r\n(this night there''s also a birthday party for eric zuckerman, mary''s not sure whether she wants to go and/or will have energy to go)'), (498, NULL, NULL, 'mary', 20050414, 140000, 20050407, 202730, 0, 2, 'E', 'P', 'mary/joe date', 'Moved to Thurs. this week only.'), (499, NULL, NULL, 'joe', 20050415, 190000, 20050408, 31624, 240, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (500, NULL, NULL, 'joe', 20050507, 160000, 20050408, 183719, 480, 2, 'M', 'P', 'geri/em sensual party', 'geri/em sensual party'), (501, NULL, NULL, 'joe', 20050405, 100000, 20050408, 185033, 0, 2, 'M', 'P', 'board call', 'board call'), (502, NULL, NULL, 'joe', 20050420, 90000, 20050416, 185550, 120, 2, 'E', 'P', 'sue olsen', 'This is not mandatory for you, but if you are interested, I am meeting with\r\nSue at her Menlo Park showroom on Thurs 21st at 10 am. Will have more\r\nfeedback on the bedroom furniture cost, some better sketches, timing. Cost\r\nis going to be a big determiner of whether this custom option gets pursued.\r\nAlso hope to have the cork sample she was going to order, so I can see it\r\nin large format. (The sample still would not be the 24x24 actual size we\r\nwould use). Obviously I am leaning towards using cork for the sound\r\nabsorption and lower cost (since Sue and Mary have quelled any durability\r\nconcerns), but this is your decision, too. And as Color Boy, I''d need your\r\nhelp with the color choice, though we do NOT need to decide Thurs.\r\n'), (503, NULL, NULL, 'joe', 20050624, 180000, 20050617, 200857, 120, 2, 'E', 'P', 'call teal', 'call teal'), (504, NULL, NULL, 'joe', 20050413, 100000, 20050411, 141602, 0, 2, 'E', 'P', 'pick up open studios materials', 'Dear SVOS Artist,\r\n\r\n \r\n\r\nFrom Wednesday, April 13th on, the Open Studios printed materials will be available for you to pick up.\r\n\r\n \r\n\r\nWe’ve set up a number of collection points throughout our geographical area, so you won’t have to drive too far.\r\n\r\nThe materials should be available in a porch or other open area, so there’s no need to disturb the volunteer artists unless you have a problem.\r\n\r\n \r\n\r\n \r\n\r\nEach artist has been allocated the following quantities:\r\n\r\n \r\n\r\n * 25 (twenty-five) SVOS Postcards\r\n * 25 (twenty-five) SVOS Map Guides\r\n * 7 (seven) Open Studio Street Signs\r\n * 10 (ten) SVVA Bookmarks\r\n\r\n \r\n\r\nIf you need extra Open Studio signs, these are available at $1.00 each (to cover additional printing costs). Please give payment, in an envelope, to the volunteer artist where you pick up your supplies.\r\n\r\n \r\n\r\nPlease note that if you ordered and paid for additional postcards and signs, you must collect them from your designated pick-up point. Lise Poulsen will be sending this information to you separately. The volunteer at that location has bundled them up for you.\r\n\r\n \r\n\r\n \r\n\r\nHere is the list of collection points, contact information, and their suggested “catchment areas”\r\n\r\n \r\n\r\n 1. NORTHWEST PENINSULA\r\n\r\n· For artists located north of Millbrae.\r\n\r\n· Pick up from Sanchez Art Center, 1220 Linda Mar Blvd., Pacifica. PH 650-355-1894\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=1220+Linda+Mar+Blvd&city=pacifica&state=ca&zipcode=\r\n\r\n \r\n\r\n 2. SAN MATEO\r\n\r\n· For artists located in cities from Belmont through to Burlingame.\r\n\r\n· Pick up from Marcie Maffei, 910 Haddon Drive, San Mateo. PH 650-349-6812\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=910+Haddon+Drive&city=San+Mateo&state=ca&zipcode=\r\n\r\n \r\n\r\n 3. REDWOOD CITY\r\n\r\n· For artists located SOUTH of Belmont and NORTH of University Ave. Palo Alto.\r\n\r\n· Pick up from: Julie Goodenough, 3330 Page St., Redwood City. PH 650-366-2654\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=3330+page+st&city=redwood+city&state=ca&zipcode=\r\n\r\n \r\n\r\n 4. PALO ALTO\r\n\r\n· For artists located South of University Ave. in Palo Alto, Portola Valley, Mountain View, Los Altos + Hills (north of Miramonte).\r\n\r\n· Pick up from Jeanne Hagestad, 1959 Euclid Ave, Menlo Park. PH 650-321-2668\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=1959+Euclid+Avenue&city=Menlo+park&state=ca&zipcode=\r\n\r\n \r\n\r\n 5. SUNNYVALE\r\n\r\n· For artists located South of HWY 237/Miramonte Ave., Sunnyvale, Cupertino, Santa Clara, San Jose (North of 280)\r\n\r\n· Pick up from Chris Oliver, 950 Kennard Way, Sunnyvale. PH 408-733-3975.\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=950+kennard+way&city=sunnyvale&state=ca&zipcode=\r\n\r\n \r\n\r\n 6. EAST SAN JOSE\r\n\r\n· For artists located East of HWY 101, Milpitas, Fremont\r\n\r\n· Pick up from Lise Poulsen, 5445 Club Drive, San Jose. PH 408-272-3229\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=5445+club+drive&city=san+jose&state=ca&zipcode=95127\r\n\r\n \r\n\r\n 7. SOUTH SAN JOSE\r\n\r\n· For artists South of Hwy 280, Saratoga, Los Gatos, Campbell.\r\n\r\n· Pick up from Anne Halley Kel-Artinian, 938 Foothill Drive, San Jose. PH 408-224-4120\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=938+foothill+dr&city=san+jose&state=ca&zipcode=\r\n\r\n \r\n\r\n 8. SANTA CRUZ\r\n\r\n· Pick up from Joyce Chadderton, 104 Richardson Rd, Santa Cruz. PH 831-421-9499\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=104+richardson+rd&city=santa+cruz&state=ca&zipcode=\r\n\r\n \r\n\r\n 9. MORGAN HILL\r\n\r\n· For all artists in Morgan Hill, Gilroy areas.\r\n\r\n· Pick up from Marge Regan, 15880 Descansa Ct., Morgan Hill, PH 408-778-9902\r\n\r\n· Map: http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=15880+Descansa+Ct.&city=morgan+hill&state=ca&zipcode='), (505, 501, NULL, 'joe', 20050412, 100000, 20050411, 144252, 0, 2, 'E', 'P', 'board call', 'board call\r\n\r\n \r\n\r\nConference Details\r\n Please RSVP \r\n \r\n\r\nSubject:\r\n \r\n\r\nRescheduled board-sync call\r\n\r\n \r\n \r\n\r\nComments/Agenda:\r\n \r\n\r\nGet together for what''s going on, tasks and priorities\r\n\r\n \r\n \r\n\r\nDate:\r\n \r\n\r\nTuesday, April 12, 2005\r\n \r\n Start Time: \r\n\r\n10:00 AM Pacific Daylight Time\r\n \r\n End Time: \r\n\r\n10:55 AM Pacific Daylight Time\r\n \r\n Dial-in Number: \r\n\r\n1-831-600-1000 (Santa Cruz, California)\r\n \r\n \r\n\r\nAccess Code:\r\n \r\n\r\n91886'), (506, NULL, NULL, 'joe', 20050416, 180000, 20050412, 123551, 0, 2, 'E', 'R', 'kscene', 'kscene'), (507, NULL, NULL, 'joe', 20050512, 80000, 20050415, 121336, 0, 2, 'M', 'P', 'russ wagner propanel rental', 'picks up propanels '), (508, NULL, NULL, 'joe', 20050422, 100000, 20050415, 114251, 300, 2, 'E', 'P', 'impact talk', '\r\nThanks for looking into this. :) Here are the details. The\r\npresentation would be for the San Jose Conservation Core and Charter\r\nSchool. It is on Friday, April 22, from 12:30-1:45. You would be\r\nwelcome to have lunch (for free) with them at 11:30. It is off of 101\r\nand Old Oakland Road. I was thinking you could take a DVD and just\r\ntalk.'), (509, NULL, NULL, 'joe', 20050422, 0, 20050415, 120421, 1440, 2, 'M', 'P', 'Ingrid Propanel rental', 'Hi Joe,\r\n \r\nThank you for answering all of my questions. I am interested in picking the panels up on the 22nd and I can return them on the afternoon of the 23rd (Sat). If you can give me exact dimensions that would be great, but essentially if they are meant for showing art then they should be fine. I just want to be able to hang things at eye level. If you can give me the dimensions of the thickness of the panel too that would be great. Just in case some of the pieces don''t have wire and will be hung from their stretcher bars I want to see if there is something I can hang over the top and rest the stretcher bar on?? \r\n\r\nThank you very much! Thank god for the Internet :) \r\n\r\nBest regards,\r\nIngrid\r\nc. 415-235-5057'), (510, NULL, NULL, 'joe', 20050506, 180000, 20070122, 234553, 180, 2, 'M', 'P', 'first fridays', 'first fridays'), (511, NULL, NULL, 'joe', 20050504, 0, 20050416, 235521, 0, 2, 'E', 'P', 'Deliver Dakadi Body, time TBD', 'Deliver Dakadi Body, time TBD'), (512, NULL, NULL, 'joe', 20050706, -1, 20050705, 180042, 0, 2, 'E', 'P', 'pickup dakiadi body', 'pickup dakiadi body time 8am'), (513, NULL, NULL, 'joe', 20050509, 190000, 20050423, 33638, 300, 2, 'E', 'P', 'date les', 'date les'), (514, NULL, NULL, 'joe', 20050421, 90000, 20050420, 175155, 300, 2, 'E', 'P', 'ingrid propanel pickup', 'ingrid propanel pickup'), (515, NULL, NULL, 'mary', 20050525, -1, 20050423, 141113, 0, 2, 'M', 'P', 'cayenne', 'cayenne'), (516, NULL, NULL, 'mary', 20050525, -1, 20050423, 140845, 0, 2, 'M', 'P', 'cayenne', 'cayenne'), (517, NULL, NULL, 'mary', 20050513, -1, 20050423, 141010, 0, 2, 'M', 'P', 'cayenne', 'cayenne'), (518, NULL, NULL, 'mary', 20050617, -1, 20050423, 141217, 0, 2, 'E', 'P', 'cayenne', 'cayenne'), (519, NULL, NULL, 'mary', 20050617, -1, 20050423, 141237, 0, 2, 'M', 'P', 'cayenne', 'cayenne'), (520, NULL, NULL, 'joe', 20050526, 180000, 20050425, 230627, 240, 2, 'E', 'P', 'local leapers', 'OK\r\nThe 26 at 6:00 at my house\r\n\r\nGianfranco'), (521, NULL, NULL, 'casey', 20050501, 150000, 20050426, 234729, 420, 2, 'E', 'P', 'Datelike thing with V', 'Watching and maybe helping with work of some sort, possibly just hanging out, and eventually dinner.'), (522, NULL, NULL, 'mary', 20050502, 190000, 20050426, 234828, 240, 3, 'E', 'P', 'mary mri', 'mary mri'), (523, NULL, NULL, 'joe', 20050529, 130000, 20050504, 174805, 240, 2, 'E', 'P', 'eichler open house tour visits casa joe', 'eichler open house tour visits casa joe'), (524, NULL, NULL, 'joe', 20050507, 100000, 20050504, 181936, 360, 2, 'E', 'P', 'PAL', 'PAL'), (525, NULL, NULL, 'joe', 20050528, 100000, 20050504, 182031, 360, 2, 'E', 'P', 'PAL', 'PAL'), (526, NULL, NULL, 'joe', 20050610, 100000, 20050504, 182125, 360, 2, 'E', 'P', 'PAL', 'PAL'), (527, NULL, NULL, 'joe', 20050604, 100000, 20050504, 182350, 360, 2, 'E', 'P', 'PAL', 'PAL'), (528, NULL, NULL, 'joe', 20050618, 100000, 20050504, 182444, 360, 2, 'E', 'P', 'PAL', 'PAL'), (529, NULL, NULL, 'joe', 20050505, 130000, 20050504, 194515, 180, 2, 'E', 'P', 'art21 photo hanging', 'art21 photo hanging'), (530, NULL, NULL, 'joe', 20050529, -1, 20050509, 15726, 0, 2, 'M', 'R', 'partye at observ', 'partye at observ'), (531, NULL, NULL, 'joe', 20050519, 190000, 20050505, 122733, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (532, NULL, NULL, 'casey', 20050620, 143000, 20050505, 205627, 60, 2, 'E', 'P', 'Dr. Philpott', 'PAMF Allergist. Fremont office, second floor.'), (533, NULL, NULL, 'joe', 20050612, 0, 20050506, 110046, 0, 2, 'E', 'P', 'Phelps Counterprotest', 'Phelps Counterprotest'), (534, NULL, NULL, 'mary', 20050526, 70000, 20050506, 193042, 180, 3, 'E', 'P', 'mri', 'mri'), (535, NULL, NULL, 'mary', 20050521, -1, 20050506, 193737, 0, 2, 'E', 'P', 'pat''s b''day party?', 'pat''s b''day party?'), (536, NULL, NULL, 'mary', 20050523, 130000, 20050506, 204835, 60, 2, 'E', 'P', 'dentist', 'dentist'), (537, 405, NULL, 'mary', 20050523, 83000, 20050506, 204911, 269, 2, 'E', 'P', 'work', 'work'), (538, NULL, NULL, 'joe', 20050509, 120000, 20050507, 21859, 330, 2, 'E', 'P', 'nimbus pick-up', 'nimbus pick-up'), (539, NULL, NULL, 'joe', 20050527, 143000, 20050509, 41140, 420, 2, 'E', 'P', 'v', 'V'), (540, NULL, NULL, 'joe', 20050512, 160000, 20050511, 163847, 120, 2, 'E', 'P', 'panels', 'Hi Joe,\r\n\r\nJust a note, I will be coming by to pick up the pro-panels on Thursday. I\r\nhope between 4-5pm is good for you, or I can be flexible.\r\n\r\nlet me know what is best.\r\n\r\nYour address is:\r\n1733 Hudson Drive\r\nSan Jose, CA\r\n95124-1737\r\n?\r\n\r\nThank you,\r\nRuss\r\n----- Original Message -----\r\nFrom: "Joe Decker" \r\nTo: "Russ Wagner" \r\nSent: Tuesday, April 26, 2005 6:05 AM\r\nSubject: Re: Pro Panel rental -Got any folding canvas print racks???\r\n\r\nRuss,\r\n\r\nI''m afraid I don''t.\r\n\r\nDick Blick might be able to get you one in time, I''m sure there are other\r\nvendors. I''ve also seen people make them (not quite sure what''s\r\ninvolved) with PVC pipe and fabric. The Pacific Art League has a\r\ncouple dozen homemade ones like that, I don''t know if they rent\r\nthem out. (PAL is located in Palo Alto.)\r\n\r\nWish I could be of more help!\r\n\r\n--Joe'), (541, NULL, NULL, 'joe', 20050528, 120000, 20050511, 164313, 420, 2, 'E', 'P', 'Joe and Jen''s house open', 'conflict with PAL? are they having the OH into the evening?'), (542, NULL, NULL, 'joe', 20050514, 153000, 20050511, 170741, 120, 2, 'E', 'P', 'East Bay Weapons B #2 Public Celebration', 'East Bay Weapons B #2 Public Celebration\r\nSaturday, May 14 (THIS SATURDAY!)\r\n3:30 pm\r\n4321 Salem Street (same place as the Mugathon, at the Veterans Memorial\r\nBuilding/Emeryville Senior Center)'), (543, NULL, NULL, 'joe', 20050522, 130000, 20050511, 173328, 300, 2, 'E', 'P', '5th sunday, not usual day', 'DATE: Sunday, May 22\r\nTIME: 1PM to approximately 7PM\r\nWHERE: 209 Giddings Court., San Jose, CA 95139\r\nWHO: Yourself, your partners and SOs, your children (although the house is not child-proofed)\r\nBRING: Some food and drink to share'), (544, NULL, NULL, 'joe', 20050523, -1, 20050512, 172022, 0, 2, 'E', 'P', 'all day yosemite', 'all day yosemite'), (545, NULL, NULL, 'mary', 20050526, 104000, 20050512, 193734, 60, 2, 'E', 'P', 'rheumatology', 'dr. fischer'), (546, NULL, NULL, 'mary', 20050531, 104000, 20050512, 193807, 60, 2, 'E', 'P', 'bleicher', 'bleicher'), (547, NULL, NULL, 'mary', 20050521, 170000, 20050512, 194029, 300, 2, 'E', 'P', 'kfog kaboom', 'kfog kaboom - http://www.kfog.com/Events/kaboom/2005/bands.asp\r\n\r\nMaybe? My heart isn''t set on it, but ya know, cool.'), (548, NULL, NULL, 'joe', 20050521, 0, 20050512, 194340, 0, 2, 'M', 'P', 'open stuidos', 'svos open studios'), (549, NULL, NULL, 'joe', 20050729, -1, 20050604, 190104, 0, 2, 'M', 'P', 'chris gone in sierra', 'chris gone in sierra'), (550, NULL, NULL, 'joe', 20050606, 0, 20050516, 123950, 0, 2, 'E', 'P', 'carla''s daughter job shadow', 'carla''s daughter job shadow'), (551, NULL, NULL, 'casey', 20050527, 90000, 20050516, 195958, 120, 2, 'E', 'P', 'Dentist Appt', 'Dentist Appt\r\nDr. David Nikfarjam\r\n2320 woolsey\r\n510-848-8624'), (552, NULL, NULL, 'joe', 20050526, -1, 20050517, 145902, 0, 2, 'E', 'P', 'mary at pamf', 'mary at pamf'), (553, NULL, NULL, 'joe', 20050603, -1, 20050518, 122152, 0, 2, 'M', 'P', 'propanel rental', 'carolyn \r\n266-1833\r\npickup friday am'), (554, NULL, NULL, 'joe', 20050609, 180000, 20050518, 214445, 300, 2, 'E', 'P', 'Dinner with Brian and Carolyn', 'Dinner with Brian and Carolyn'), (555, NULL, NULL, 'joe', 20050519, 130000, 20050519, 91530, 0, 2, 'E', 'P', 'impact call', 'impact call'), (556, NULL, NULL, 'mary', 20050605, 140000, 20050519, 181323, 0, 1, 'E', 'P', 'bbq benefit thingy', 'http://www.discordian.com/autumn/benefit.html\r\n\r\nI don''t feel strongly about this either way, it''s just something to do if you''re interested. There will be meat.'), (557, NULL, NULL, 'mary', 20050717, -1, 20050520, 220930, 0, 2, 'E', 'P', 'free music', 'http://www.sterngrove.org/index.php?template=2&page=index'), (558, NULL, NULL, 'mary', 20050814, 80000, 20050520, 220949, 0, 2, 'E', 'P', 'free music', 'http://www.sterngrove.org/index.php?template=2&page=index'), (559, NULL, NULL, 'joe', 20050526, 120000, 20050521, 1739, 60, 2, 'E', 'P', 'abstractions show intake', 'Pacific Art League Presents "Abstractions."\r\n \r\nMay 31-June 22, 2005\r\n \r\nDROP OFF: Thursday, May 26 - Noon to 8:00 pm\r\n \r\n or\r\n \r\n Friday, May 27 - 9:00 am to 5:00 pm\r\n \r\n \r\nMEDIA: All 2D and 3D (original work) that fits the monthly theme.\r\n '), (560, NULL, NULL, 'joe', 20050606, 190000, 20050521, 32621, 240, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (561, NULL, NULL, 'joe', 20050616, 180000, 20050602, 122423, 180, 2, 'E', 'P', 'date les', 'date les'), (562, NULL, NULL, 'joe', 20050626, -1, 20050522, 113434, 0, 2, 'E', 'P', 'sf pride', 'sfpride'), (563, NULL, NULL, 'mary', 20050609, 104000, 20050523, 190734, 60, 2, 'E', 'P', 'fischer', 'fischer'), (564, NULL, NULL, 'joe', 20050605, 160000, 20050524, 143306, 240, 2, 'E', 'P', 'pride parade sign making (not going?)', 'BAY AREA BISEXUAL NETWORK\r\ninvites you to the\r\n2005 SF Pride Bisexual Contingent\r\nSign Making Social and House Party\r\n\r\nwhen:\r\nSunday, June 5, 2005\r\n4pm to 8pm\r\n\r\nwhere:\r\nSan Francisco (Near Muni and Bart)\r\ncontact babn@babn.org for exact address\r\n\r\nBe a part of Pride and the Bisexual Contingent. Get ready to march with us in this year’s parade and/or help make materials that can displayed by those who will march in the parade by attending the Sign Making Party and Social.\r\n\r\nThe Bay Area Bisexual Network is hosting a marching contingent in the SF Pride Parade and welcomes all people who don’t feel that their orientation fits in the usual categories along with their friends and allies to come march with us. The parade itself takes place on Sunday, June 26, 2005. More information will be available at the June 5th sign making social.\r\n\r\nOn June 5th bring any or all:\r\ncreativity, posterboards, paints, markers, cash donations, food, drinks, yourself, and your allies.\r\n\r\nNo one turned away for lack of supplies, food or funds. Come join the party and be a part of the community.\r\n\r\nIf you are unable to attend the party, but would like more information about marching in SF Pride this year, contact babn@babn.org'), (565, NULL, NULL, 'joe', 20050625, 100000, 20050524, 143524, 420, 2, 'E', 'P', 'poly/HAI picnic (not going probably)', 'Barry Smiler and Cathy Karklyn invite you to the Third Annual\r\n\r\nPoly/HAI Solstice Picnic in Tilden Park\r\nIn the Berkeley hills\r\n\r\nSaturday June 25 2005, 10 am to 5 pm\r\n\r\nFor people in the Bay Area poly and/or HAI communities\r\n\r\nPlease RSVP to bsmiler@bardon.com for details\r\n\r\nYOU''RE INVITED to the Third Annual Poly/HAI Solstice Picnic! We''ve\r\nreserved a beautiful private picnic site in Tilden Park in the Berkeley\r\nhills. The site is near Lake Anza (swimming), the Tilden Carousel (old time\r\nmerry-go-round), Inspiration Point (panoramic views), and lots of walking\r\ntrails. We''re planning some fun games ... of the kind suitable for this\r\ncrowd :-) Or just hang out in the sun and watch the frisbees fly. This is\r\na G rated picnic and kids are welcome (note: you bring ''em, you supervise ''em).\r\n\r\nBring a potluck dish to share. There''s a giant barbecue and charcoal will\r\nbe provided. We''ll have some cold beverages but more are always\r\nwelcome. The park allows beer and wine at the site.\r\n\r\nThe weather can range from gloriously hot to cool and breezy. If it''s too\r\ninclement we have an indoor site not too far away.\r\n\r\nPlease RSVP to bsmiler@bardon.com for full details. This event is being\r\nposted to poly and HAI lists so for safety and confidentiality your advance\r\nRSVP is required for attendance. Also because of Tilden''s rules which\r\nlimit the site''s capacity - in previous years we''ve been completely maxed out.\r\n\r\nThere is a lot of crossover between the poly and HAI communities. Both\r\nfocus on clear communications and coming to one''s own conclusions. HAI\r\npeople who are not poly are welcome. Poly people who are not HAI folk are\r\nwelcome. And of course poly people who are HAIers are welcome. Did I miss\r\nanybody? Hope not, y''all come.\r\n\r\nFull directions and details will be provided when we receive your RSVP.\r\nPlease give the names of all who want to come. Oh, and we could use a few\r\nvolunteers to help set up and such, let us know if you''re so inclined.\r\n\r\n-Barry and Cathy\r\n\r\n'), (566, NULL, NULL, 'joe', 20050602, 90000, 20050525, 134642, 180, 2, 'E', 'P', 'uv film', 'uv film'), (567, NULL, NULL, 'joe', 20050625, 200000, 20050525, 191028, 300, 2, 'E', 'P', 'queer playground (not going?)', 'Pride Weekend!\r\nSaturday June 25th\r\nDoors at 8:00 party till 1:00\r\n$20.00\r\nSF Citadel and Arielle Present...\r\n\r\nThe Queer Playground\r\n\r\nhosted by Arielle\r\nDoors 8:00pm till 1:00am\r\n$20.00\r\n\r\nHost Arielle and the SF Citadel present an evening\r\nfull of hot, steamy, screaming, prideful enjoyment.\r\n\r\nCome show us your colors for The Queer Playground, a queer energy play\r\nparty for anyone of any gender or sexuality who identify as queer, lesbian,\r\ngay, fag, dyke, genderqueer, genderfucker, genderbender, differently-abled\r\nqueers, queers of color, trans, MTF, FTM, bisexual, pansexual, omnisexual,\r\nquestioning, intersexed, trysexual ;)\r\n\r\nWe will have service submissives serving the guests\r\nand house slaves pleasuring the guests to provide a friendly, kinky, queer,\r\nand fun atmosphere. There will be a wrestling area provided (was highly\r\nenjoyed at the last party).\r\n\r\n*This party will be catered by Sharon Kleinman and Arielle Webb\r\n\r\nVolunteer work shifts available for entry (service\r\nsubmissives, house slaves, DM''s,setup, cleanup, door\r\nshifts)\r\n\r\n**Note that House slaves require an interview for pre-approval. Service\r\nsubmissives require a brief a training and preferable experience or desire\r\nfor service submission.\r\n\r\n\r\nVolunteer email at MusicGeekChic@speakeasy.net\r\nPlease RSVP for this event\r\nRSVP Email to: MusicGeekChic@speakeasy.net\r\n\r\nSF Citadel\r\n245 8th St. between Folsom and Harrison\r\nwww.sfcitadel.org\r\n\r\n\r\n*Follow the Big Red Heart*\r\n\r\n*Please feel free to repost\r\n\r\n\r\nThank you,\r\narielle, Queer Playground host\r\n'), (568, NULL, NULL, 'joe', 20050813, -1, 20050603, 111, 0, 2, 'M', 'P', 'possible lick tour', 'possible lick tourHurrah, Your request made it through the lottery!\r\nYou have tickets for Saturday night August 13.\r\nNow the next step:\r\n Some time between June 9 to 23 call the ticket office in Santa Cruz\r\n\r\n Hours open 12 - 4 PM Tuesday to Saturday 831-459-2159\r\n\r\n Tell them you are on the list for Friday August 13 .\r\n\r\nPlease call only between these dates, if you don''t call by 4:00 PM June 23 your tickets will be given to someone else!\r\n\r\nThank you and I''ll see you at the door!\r\nLotus'), (569, NULL, NULL, 'joe', 20050622, 70000, 20050618, 201647, 600, 2, 'E', 'P', 'berry creek falls', 'berry creek falls'), (570, 274, NULL, 'joe', 20050621, 150000, 20050601, 70359, 480, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n\r\nnote to joe: this was the day mary asked me to check in again about whether she wanted more or less time in dates going forward\r\n'), (571, NULL, NULL, 'joe', 20050613, 110000, 20050601, 143444, 180, 2, 'E', 'P', 'cirrus eye appt', 'cirrus eye appt'), (572, NULL, NULL, 'joe', 20050603, 123000, 20050602, 120539, 60, 2, 'E', 'P', 'board call', 'board call'), (573, NULL, NULL, 'joe', 20050607, 160000, 20050602, 174211, 900, 2, 'E', 'P', 'mary sleepover date', 'mary sleepover date'), (574, NULL, NULL, 'joe', 20050611, 200000, 20050602, 235758, 360, 2, 'E', 'P', 'black sheets', 'black sheets'), (575, NULL, NULL, 'joe', 20050813, 180000, 20050610, 184042, 360, 2, 'E', 'P', 'lick tour', 'Tour of the Lick Observatory\r\n\r\nEvening, time not entirely specified.\r\n\r\n[Tickets ordered and purchased, should arrive\r\nat Joe''s house via postal mail.]'), (589, NULL, NULL, 'joe', 20050616, 90000, 20050615, 192759, 480, 2, 'E', 'P', 'film installation', 'film installation'), (590, NULL, NULL, 'joe', 20050623, 190000, 20050612, 21335, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (591, NULL, NULL, 'joe', 20050628, 200000, 20050612, 25613, 180, 2, 'E', 'P', 'parkway benefit 9:15 pm', 'thelma andd louise starts at 9:15pm'), (592, NULL, NULL, 'joe', 20050817, -1, 20050612, 31232, 0, 2, 'M', 'P', 'SLO trip', 'SLO trip '), (576, NULL, NULL, 'joe', 20050716, 180000, 20050609, 181634, 420, 2, 'E', 'P', 'ppp, dhp', 'ppp'), (577, NULL, NULL, 'joe', 20050827, 190000, 20050604, 25625, 300, 2, 'E', 'P', 'DR (probably NG)', '[TempleofDionysos] DR August 27 2005 Inbox\r\n \r\nLon Sarver \r\nto TempleofDionys.\r\n More options May 23\r\nHello. Due to scheduling difficulties, there is (obviously) no DR in May. Once we''ve settled into our new house, and our son has gone back to Iowa, there will be one in August.\r\n\r\nFor those who have not yet heard, we are moving to a house 10 minutes south of our current location. \r\n\r\nOh Raving One, Ecstatic god,\r\n\r\nMaster of the Sacred Dance,\r\n\r\nTake me, take me there!\r\n\r\n-The Bakkhai, lines 411-413\r\n\r\n\r\n\r\nYou are invited to join us in a revel celebrating Dionysos, God/dess\r\nof Ecstasy!\r\n\r\n\r\nThis will be an adults-only devotional ritual and play party, by invitation only. Please do not forward this announcement without our permission.\r\n\r\nThe festivities will be held Saturday, August 27th, 2005 at the Rabbit Warren.\r\n\r\nDoors open at 7:30 PM, and close at 8:30. "Pagan Standard Time" is not encouraged. If you absolutely cannot make it before 8:30, contact us. The opening ritual will be held at 9:00. Participation in the ritual is strongly encouraged, as we have found that those who participate always feel more a part of and enjoy the revel more than those who do not. Moderated play\r\nwill last until 2 AM. Crash space is available with prior arrangements.\r\n\r\nRecommended donation is $15-40 sliding scale per person. Your hosts will provide appropriately decadent refreshments. Let us know if you have any dietary restrictions we should take into account.\r\n\r\nRevel guests will be of a mixed range of gender and sexual orientation.\r\n\r\nEveryone is required to read the guidelines and etiquette before attending the revel.\r\n\r\nAdvance reservations required to attend. Attendance is limited in number. If you plan to bring guests, please include their names and contact information (preferably email) in your RSVP. Revel guidelines, etiquette, and directions will be sent to all who RSVP.\r\n\r\nWe moved in October. If you haven''t been to our new place yet, ask us if you need directions, or check our website at:\r\nhttp://www.therabbitwarren.org/rwweb/Confidential/RW%20Directions.html\r\n\r\nWe hope to celebrate with you soon.\r\n\r\nDawn, Lon & Troy (aka Rabbit Warren)\r\n\r\nDionysos Revel Rules\r\n\r\nThe Dionysian Revels events are rites in honor of Dionysos, God/dess of ecstasy and are Pagan-oriented spiritual celebrations of our sexualities. The Revel is a private, by invitation only event for consenting adults.\r\n\r\n1. Participants in the Revels must have good boundaries, reasonable skill at managing them, and decent communications skills. We will train, to an extent (part of the reason for the Revels is to create a space which encourages these skills), but participants should have the ability to be gracious whether receiving an offer, making one or being turned down is a vital skill. An ability to handle conflict in an adult manner in an emotionally charged space is also a must.\r\n\r\n2. To maintain an intimate, safe environment, our invitation list grows when our participants invite new guests. Once you''ve been to a revel as a guest, we''ll put you on the invitation list. To remain on the invitation list, you must respond in writing (email preferred) to each invitation notifying the hosts whether you are or are not attending the next event. If you do not wish to remain on the list, please notify your hosts.\r\n\r\n3. RSVP is required. Please let us know as soon as possible whether you will or will not be attending. If your situation changes, please notify us immediately. If we don''t have the minimum number of advance RSVPs (about 15), we will most likely have to cancel the event. Also, space is limited, and we have had to close the guest list at previous events.\r\n\r\n4. In order to maintain privacy, please do not discuss with or write about the Revel to anyone who is not part of the Revel any details about the DR that would give away its location and/or identify those involved. Please do not forward the invitation or otherwise invite people unless they will be accompanying you as your guest.\r\n\r\n5. Regular participants may bring a guest. Your guests should be people you already know well enough to be able to judge their compatibility with the energy and ethic of the Revel. You will be responsible for their behavior. To bring a guest, you must let the host know who they are and how we might know them (if there''s a chance we might). Anonymous guests are not permitted. The hosts must approve all guests before an invitation can be given. Guests must attend in the company of the participant who invited them.\r\n\r\n6. Participants must arrive between 7:30-8:30 PM. After that, the doors will be closed to new arrivals. The opening ritual is required far all attendees and begins at 9:00 PM. If there is some emergency that keeps you from being able to adhere to this schedule, contact your hosts immediately, and arrangements can be made.\r\n\r\n7. Play spaces will be closed down at 2:00 AM, and we expect that most participants will be ushered out by 2:30. Please pick up after yourself, throwing away trash, putting your used dishes in the kitchen and taking with you all of your own belongings. (Some participants have made arrangements to stay over. If you need crash space, please make arrangements with us prior to the Dionysos Revel. Space is limited.)\r\n\r\n8. Attendees will be required to sign a statement agreeing to abide by the rules and release of liability in order to attend. Participants will also be asked to contribute a donation of $15-$40. If you want to trade labor, or make some other arrangement, instead, contact the hosts well in advance of the Revel.\r\n\r\n\r\n9. Refreshments of appropriate decadence will be provided. You are welcome to bring something if you so desire, but it is not expected. As Dionysos is the God of wine, some alcoholic beverages will be available. Your hosts insist that, if you partake, you do so in moderation. Participants are encouraged to make their safety needs known, and anyone who drinks alcohol must\r\naccept that others may not play with them due to their consumption, regardless of their own assessment of their sobriety.\r\n\r\n10. Your hosts encourage all kinds of play, including voyeurism and even non-sexual socialization. Whereas some parties involve a great deal of BDSM or other role-play, and little sex, and others encourage all manner of sex, but have little kink play, there will be all kinds of play at the Dionysos Revel. Participants bring with them various expectations, experience, and desires. No one is expected (much less required) to live up to anyone else''s aesthetics of what makes proper Dionysos Revel play.\r\n\r\n11. You are responsible for your own behavior, and that of your guests, at all times. Inappropriate behavior can result in you and your guests being asked to leave, and possibly banned from future parties. This is a mixed-gender, mixed-energy event, please be respectful and tolerant of everyone''s limits, preferences, orientation, gender, and experience level.\r\n\r\n12. Because some participants - people you might want to get to know close up - are allergic to fragrance, we ask that you leave cologne, perfume, scented body wash, and other scented products (such as deodorant, or hair spray) in their bottles. Please keep in mind that even "all natural" essential oils can affect those who have sensitivities. For just about any product you may need, there is a fragrance-free version in your health food store.\r\n\r\n13. There is to be no smoking except in the brick area near the shed and fire pit in the back of the yard. Ashtrays will be provided, please use them. Keep in mind that smoke residue may inhibit some people from being able to play with you.\r\n\r\n14. The living room, bathrooms, kitchen, and hot tub area are no-play spaces. Please respect the "Private" signs posted on closed doors. Bathrooms will be marked. Lock the bathroom door to insure privacy, a closed door may not be seen as sign of occupation.\r\n\r\n15. Play-rooms are not conversation areas. There should be no talking in the play-rooms that is not related to a scene in that room.\r\n\r\n16. Clothing (a cloak or coat at least) is required while in the back yard, so as not to unduly disturb our neighbors.\r\n\r\n17. We have a clothing optional hot tub. There is a limit of six people in the hot tub at any one time. Please keep all noise levels down in the hot tub area. [Note: as of this writing (12/14/04) the hot tub is out of service. It may or may not be available at the next revel.]\r\n\r\n18. If you bring music, videos, or toys for use by the Dionysos Revel in general, please be sure that they are clearly marked to insure that they get back to you. Please remember to recover any such items you bring with you before you leave. Any items left unclaimed after 30 days may be disposed of.\r\n\r\n19. Please place coats, shoes, bags and other belongings in designated areas. Do not leave these items laying about on the floor, chairs or other places where they will be a hazard to others.\r\n\r\n20. A host, or someone appointed by a host, will be responsible for monitoring the play areas, and supporting players in creating and maintaining their scenes. If you have any questions regarding interpretations of these rules, or will be doing anything unusual in your scene, please speak with a host before beginning your scene.\r\n\r\n21. Do not exchange bodily fluids. (This especially includes semen, blood and breast milk - all of which can transmit HIV.) Barrier protection is required for genital and/or anal sexual contact. Use of barriers for oral and manual sex is at the discretion of the players involved. Latex barriers and common lubricants will be provided. If you are allergic to latex, or have other special needs, you will need to bring your own supplies, and/or make arrangements with the hosts prior to the Dionysos Revel. There are no exceptions to the fluid rules, not even for regular partners.\r\n\r\n22. Negotiate before play and use a safe-word. The house safe-word is "Safeword." Hosts will respond to the house safe-word. Please be aware of the time you take at any one play-station, as space is limited.\r\n\r\n23. Please do not interrupt or interfere with a scene in progress, touch people or toys without permission. Do not join a scene unless invited to do so, and please don''t crowd a scene by standing too close to watch, or starting a scene right on top of one in progress. If you are concerned about what may be unsafe, insane, or non-consensual behavior in someone else''s scene, do not interrupt it yourself. Find a host and alert them to the situation.\r\n\r\n24. Please clean up after your scene; alert a host to any possible spilled fluids you can not safely clean up. Players are to take no food or drink (except water) in to the play areas, unless such are necessary for your scene. In that case, alert the hosts that you will be using food and/or drink. Drop cloths are mandatory for wax and/or blood play. Alert the hosts if you want to do fire-play.\r\n\r\n25. No photography or videotaping in the play spaces at all. No photography or video in non-play spaces without prior permission from the hosts and all that may be in the shot.\r\n\r\nLast revised 7/6/2004\r\n'), (578, NULL, NULL, 'joe', 20050609, 120000, 20050604, 31233, 240, 2, 'M', 'P', 'call for lick tix', 'Re: Lick Observatory Summer Visitor Program Tickets Inbox\r\n \r\nLotus Baker \r\n to List\r\n More options Jun 3 (12 hours ago)\r\nResending because you may have thought it was spam the last time!\r\n\r\n\r\nHurrah, Your request made it through the lottery!\r\nYou have tickets for Saturday night August 13.\r\nNow the next step:\r\n Some time between June 9 to 23 call the ticket office in Santa Cruz\r\n\r\n Hours open 12 - 4 PM Tuesday to Saturday 831-459-2159\r\n\r\n Tell them you are on the list for Saturday August 13 .\r\n\r\nPlease call only between these dates, if you don''t call by 4:00 PM June 23 your tickets will be given to someone else!\r\n\r\nThank you and I''ll see you at the door!\r\nLotus'), (579, NULL, NULL, 'mary', 20050625, -1, 20050604, 211825, 0, 2, 'M', 'P', 'casey to boston', 'casey to boston'), (580, NULL, NULL, 'mary', 20050617, 150000, 20050605, 134426, 60, 2, 'E', 'P', 'dentist', 'dentist'), (581, NULL, NULL, 'mary', 20050805, -1, 20050605, 134734, 0, 2, 'M', 'P', 'redwood city polyflock', 'http://www.livejournal.com/users/rmjwell/439424.html'), (582, NULL, NULL, 'mary', 20050626, -1, 20050605, 135056, 0, 2, 'E', 'P', 'pride', 'http://www.sfpride.org/'), (583, NULL, NULL, 'joe', 20050630, 180000, 20050605, 143638, 360, 2, 'E', 'P', 'put up art for pete zivkov?', 'put up art for pete zivkov?'), (584, NULL, NULL, 'joe', 20050610, 110000, 20050606, 145812, 120, 2, 'E', 'P', 'lunch cj gordon', 'lunch cj gordon'), (585, NULL, NULL, 'joe', 20050607, 170000, 20050606, 205035, 60, 2, 'E', 'P', 'stacy burble pickup', 'stacy burble pickup'), (586, NULL, NULL, 'joe', 20050607, 100000, 20050607, 41107, 240, 2, 'E', 'P', 'lunch meet his office 11am sand hill', 'lunch meet his office 11am sand hill'), (587, NULL, NULL, 'joe', 20050625, -1, 20050609, 182502, 0, 2, 'M', 'P', 'mary in boston', 'mary in boston'), (588, NULL, NULL, 'joe', 20051003, 190000, 20050927, 90633, 240, 2, 'M', 'P', 'impact board meeting', 'impact board meeting'), (593, NULL, NULL, 'joe', 20050723, 120000, 20050612, 194136, 360, 2, 'E', 'P', 'landrea''s wedding', 'landrea''s wedding'), (594, NULL, NULL, 'joe', 20050915, -1, 20050617, 141844, 0, 2, 'M', 'P', 'knepp rivers and redwoods', 'knepp rivers and redwoods'), (595, NULL, NULL, 'joe', 20050914, -1, 20050613, 234558, 0, 2, 'M', 'P', 'palm motel', 'The closest is Palm Motel in Orick (707 488-3381), probably a 10 minute drive to the VC. A room for a single is $55; two beds (queens as I recall) go for $77. Rooms are not fancy but serviceable; there is a cafe for breakfasts. I would avoid everything else in Orick.'), (596, NULL, NULL, 'joe', 20050702, 160000, 20050615, 153822, 180, 2, 'E', 'P', 'burkett reception studio 391 gualala', '4-7'), (597, NULL, NULL, 'joe', 20050722, 100000, 20050714, 225643, 720, 2, 'M', 'P', 'PHOTO SF', 'PHOTO SF\r\n\r\nFriday 10:40 am to 3 pm\r\nSunday 2:45 pm to 7 pm (really 10?)'), (598, NULL, NULL, 'joe', 20050620, 120000, 20050617, 125902, 0, 2, 'E', 'P', 'ami''s print ready at calypso', 'ami''s print ready at calypso'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (599, NULL, NULL, 'joe', 20050703, 170000, 20050617, 130244, 240, 2, 'E', 'P', 'stef and aahz thing (going?)', '********************\r\n Not The Fourth\r\n Party at\r\n The Cat & Dragon\r\n *********************\r\n\r\nSunday July 3, 5pm-9pm\r\n\r\nStaying home for the three-day weekend? Come to our place for a party\r\nwith no flags, no kegs, and no outdoor grilling. Instead, we''ll have our\r\nusual combination of possible activities: games, videos, music, crafts,\r\nand yakking. Also as usual, requests are welcome.\r\n\r\nNOTE: we have limited table space for crafting. If you''ll want to use a\r\ntable, please let us know so we can figure out alternatives if necessary.\r\n\r\n\r\nPlace:\r\n The Cat & Dragon in San Carlos (see appended direx, including info\r\n about accessibility issues)\r\n\r\nInvitations:\r\n We welcome your SO(s) and close friends. RSVPs are welcome but not\r\n essential.\r\n\r\nRequests:\r\n Bring food or drink to share (enough for five people). Protein is\r\n good.\r\n\r\n Children are welcome, but the Cat & Dragon is not child-proof.\r\n\r\n Smoking only on front sidewalk.\r\n\r\nTransportation:\r\n If you need a ride or can offer a ride, let us know where you''ll be\r\n starting from.\r\n\r\nRSVP:\r\n 650-631-4547 or maruch@maruch.org\r\n\r\n---Stef ----- ---Aahz\r\nrational/scientific/philosophical/ | Hugs and backrubs -- I break Rule 6\r\nmystical/magical/kitty | Androgynous kinky vanilla queer het\r\n |\r\nWhere am I going, and what | "No, you may *not* put that\r\nam I doing in this handbasket? | in your .sig file!"\r\n\r\n====================================================================\r\n\r\n\r\nThe Cat & Dragon\r\n1372 Rosewood\r\nSan Carlos, CA 94070\r\nmaruch@maruch.org\r\n650-631-4547\r\n\r\nThere are two cats in residence. Biscuit likes to sit on laps; if you\r\nwant her to stay off yours, let us know. Angus is a bit pickier, but\r\nalso likes to hang around people. Neither cat sheds lots, but they do\r\nshed.\r\n\r\nSmoking on front sidewalk only\r\n\r\nOur house is not "accessible", but it''s not a horror, either. Doorways\r\nare reasonably wide (bathroom door is narrowest at 29"), and the two\r\nsteps leading to the house are about eight inches high and separated by\r\nthirty inches.\r\n\r\n\r\nPublic transit:\r\n\r\nFor current and accurate information, see http://transit.511.org/\r\n\r\nOur standard recommendation is to take Caltrain to San Carlos. The\r\ntrain station is about 1.5 miles from our house if you feel like walking\r\n(but walk to Laurel or Elm instead of going down El Camino) or you can\r\ncall us from the station and we''ll pick you up. You can also take one of\r\nthe Samtrans busses to El Camino and Howard: 390, 391, or 397. Samtrans\r\nhas express busses that go to the San Carlos train station: KX and PX on\r\nweekdays, KX on weekends.\r\n\r\n\r\n\r\nDirections from 101 (going south):\r\n\r\nTake 101 to the Holly/Brittan exit. This is a multi-fork exit.\r\nCAREFUL: you need to take two "left" forks (going straight), then move right.\r\nYou should now be on Brittan; turn left at the first light (Industrial).\r\nTurn right (going west) at the next light (Howard) and stay in right lane.\r\nGo under train tracks (middle lane) and cross El Camino.\r\nTurn left on Rosewood, 4th street after El Camino.\r\nOur house is the only 2-story with beige vinyl siding. :-)\r\n\r\n\r\nDirections from 101 (going north):\r\n\r\nTake Whipple exit, turn left on Whipple, go west four lights, turn right on\r\n El Camino immediately after train tracks.\r\nGo 3/4 mile to second light and turn left (Howard).\r\nTurn left on Rosewood, 4th street after El Camino.\r\nOur house is the only 2-story with beige vinyl siding. :-)\r\n\r\n\r\nDirections from 280 (scenic route):\r\n\r\nTake 280 to the Edgewood exit. Go east (downhill) toward San Carlos.\r\n (From 280 going south, turn left; from 280 going north, turn right)\r\nGo several miles (two lights) and turn left (north) at Alameda de las Pulgas.\r\n Right before the intersection there is a sign on your right that says\r\n "To San Carlos."\r\nGo a mile or so (over a hill) to the first stop light, Brittan.\r\n Turn right (east).\r\nGo to the second stop sign, Cedar. Turn right.\r\nTurn left at the next stop sign, Howard.\r\nTurn right at Rosewood, the fourth street on the right.\r\nOur house is the only 2-story with beige vinyl siding. :-)\r\n\r\n\r\nDirections from East Bay:\r\n\r\nTake 92 (San Mateo Bridge) to 101 and head south\r\nor take 84 (Dumbarton Bridge) to 101 and head north.\r\n\r\n\r\nGetting back to 101 heading north:\r\n\r\nTake Howard to Industrial (T intersection). Turn left on Industrial\r\n(north). Go four lights (about one mile) and turn right on Holly. Make\r\nsure you''re in the second right lane, or you''ll end up going south on\r\n101. (There are signs to help you out.)\r\n\r\n\r\nGetting back to 101 heading south:\r\n\r\nTake Howard to Industrial (T intersection). Turn left on Industrial\r\n(north -- yes, north). Turn right at next light (Brittan), which dumps\r\nyou directly on 101.\r\n\r\n'), (600, NULL, NULL, 'joe', 20050624, 120000, 20050617, 131939, 300, 2, 'E', 'P', 'help intake at PAL 1-5', 'help intake at PAL 1-5'), (601, NULL, NULL, 'joe', 20050703, 160000, 20050617, 145942, 420, 2, 'E', 'P', 'jim / mel hot tubbin''', 'jim / mel hot tubbin'''), (602, NULL, NULL, 'joe', 20070110, 190000, 20070908, 183824, 300, 2, 'M', 'R', 'date kathleen', 'date kathleen'), (603, NULL, NULL, 'joe', 20070124, 190000, 20070109, 115342, 300, 2, 'M', 'P', 'date kathleen', 'date kathleen'), (604, NULL, NULL, 'joe', 20050618, 190000, 20050617, 162722, 300, 2, 'E', 'P', 'p''risen''s party', 'http://www.livejournal.com/users/phoenixrisen/102781.html?thread=519037'), (605, NULL, NULL, 'joe', 20050702, 100000, 20050617, 172710, 360, 2, 'M', 'P', 'PAL', 'PAL'), (606, NULL, NULL, 'joe', 20050623, 103000, 20050617, 194650, 300, 2, 'E', 'P', 'velvia day', ' Fuji will be discontinuing Velvia 50 by the end of this year and replacing it with Velvia 100. For many of you Velvia 50 has been a standard film in your arsenal and the phase out may not be the happiest news. Yet for a variety of reasons this is a fact and because of it we have arranged for Glenn Weinfeld of Fuji Film to be at Calypso on Thursday, June 23 from 10:30 AM until 3:00 PM. Glenn will have free samples of the Velvia 100 for you and will address any questions and concerns you may have.'), (607, NULL, NULL, 'joe', 20050806, 130000, 20050620, 213151, 540, 2, 'E', 'P', 'dave gillespie''s party', 'dave gillespie''s party'), (608, NULL, NULL, 'joe', 20050624, 200000, 20050620, 230743, 300, 2, 'E', 'P', 'fencesitters', 'San Francisco''s premier party for bisexuals returns on SF Pride Friday,\r\nJune 24, 2005, for its tenth anniversary at the Rawhide in San Francisco.\r\n\r\nHosting two dance floors and an upstairs covered patio, the Rawhide will\r\nbe the perfect place to mingle, socialize, and perhaps spark up\r\nsomething new on either side of the fence.\r\n\r\nDownstairs on the main dance floor, we''ll have local SF DJs Mermaid\r\n(Miss Kitty''s Scratching Post) and Jovino (Theory Radio) from 9 p.m.\r\nuntil midnight. DJ Adnan (Forward) will spin the latest in SF dance\r\nmusic until closing at 2 a.m. For those wanting a bit of retro we have\r\nDJs lowlife (Re-Flexx, New Wave City, 1984) and John (Re-Flexx, New Wave\r\nCity) spinning the dance hits of the Eighties in the mezzanine dance floor.\r\n\r\nThe event will run from 9 p.m. until 2 a.m. and is 21 and over.\r\nAdmission will be $5 until 10 p.m. and $10 after. The Rawhide is located\r\nat 280 Seventh Street at Folsom in San Francisco''s SOMA district.\r\n\r\nAny late-breaking info will be posted to our website\r\n(www.fencesittersball.com), as well as on our hotline at 415.626.4561.\r\n\r\nSo come out, come out, wherever you are and help us celebrate ten years\r\nof Fencesitting and a lifetime of Pride!\r\n\r\n'), (609, NULL, NULL, 'joe', 20050731, 100000, 20050620, 231448, 420, 2, 'E', 'P', 'impact retreat', 'impact retreat'), (610, NULL, NULL, 'joe', 20050709, 150000, 20050620, 234836, 660, 2, 'E', 'P', 'rj / ruthanne''s thing', 'Why: It''s the 5th anniversary of RJ moving to California, and\r\n we like to have a summer BBQ!\r\nWhere: 104 Oakwood Drive, Redwood City\r\nOn: Saturday July 9, 2005\r\nStarting at: 3 P.M. until Late\r\n\r\nBring:\r\n\r\n* Yourself, your household, your SOs.\r\n If there is someone you''d like to invite, please drop me a line so I\r\n may send them an invitation.\r\n\r\n* A pot-luck favorite to share** (something YOU can eat), and\r\n something for the grill if you want to make a sacrifice.\r\n\r\n* Your own bread. When we bought bread, we had tons left over, and we\r\n can''t eat it.\r\n\r\n* Musical instruments\r\n\r\n* Games\r\n\r\n* Your own diet or other specialty drinks\r\n (I will have lots of seltzer and some amount of Diet and regular Cola but\r\n if you prefer something else, you''ll need to bring it.)\r\n\r\n**A note about leftovers: I have a gluten intolerance, and RJ can''t\r\neat every wheat-laden leftover all by himself. You may be asked to\r\ntake your leftovers home.\r\n\r\nAlcohol is OK, but this isn''t a drunken party.\r\n\r\nKids are welcome; be forwarned that neither the house nor the front\r\nyard are child-proof.\r\n\r\nThere are no pets in residence.\r\n\r\nNo smoking in the house, or in the front yard.\r\n\r\nCrash space is available.\r\n\r\nIf you get this message more than once, dispose of the extras in an\r\nenvironmentally responsible manner (and let me know which is your\r\npreferred email address! :)\r\n\r\nPlease RSVP to raladue@xocolatl.com or (650)568-0077 if you plan to\r\nattend. We hope to see you on July 9!\r\n\r\n--Ruth Anne and RJ\r\n\r\nDirections to 104 Oakwood Dr., Redwood City 650-568-0077\r\n\r\nFrom the East Bay:\r\nTake 880 to 84, go west on 84, and cross the Dumbarton Bridge.\r\nContinue forward on Bayfront Expressway until you get to Marsh Rd.\r\nTurn left onto Marsh Rd.\r\nTurn right at Middlefield Rd. (T intersection)\r\nTurn left at 5th Ave\r\nTurn right at El Camino. (Jack-in-the-Box)\r\nTurn left at Oakwood Dr. (Oil-Changer)\r\nGoto House\r\n--OR--\r\nTake 880 to 92, go west on 92 and cross the San Mateo Bridge\r\nContinue west on 92 to 101 south.\r\n\r\nFrom Highway 101 (North or South):\r\nTake 101 to the Woodside Rd exit and go west.\r\nContinue west on Woodside Rd. to El Camino *SOUTH* "exit"\r\nContinue right until you reach El Camino\r\nTurn right onto El Camino\r\nTurn right onto Oakwood Dr. (Third light, Oil Changer)\r\nGoto House\r\n\r\nFrom Highway 280 (North or South):\r\nTake 280 to Woodside Rd in Redwood City\r\nGo east on Woodside Rd. to the El Camino *SOUTH* "exit"\r\nContinue forward to El Camino\r\nTurn right onto El Camino\r\nTurn right onto Oakwood Dr. (Third light, Oil Changers)\r\nGoto House\r\n\r\nHouse:\r\n104 Oakwood Dr. is about 1 1/2 blocks up Oakwood from El Camino on\r\nthe right. It''s a "brick" 1 story duplex with a chain-link fenced\r\nfront yard, at the second speed bump. 104 is the front part of the\r\nduplex.\r\n\r\nA note about parking:\r\nThe parking is not too bad, but this area does not tend to have paved\r\nsidewalks and the roadside is usually quite muddy after it rains. Be\r\nmindful of the driveways. There is no parking allowed on El Camino.\r\n\r\nTaking public transit:\r\n\r\nThe KX and 390 SamTrans buses stop at/near the\r\ncorner of El Camino and Oakwood. The weekend trains\r\n are back, and pick-up at the Redwood City or\r\nAtherton CalTrain stations is available by request.\r\n'), (611, NULL, NULL, 'joe', 20050630, 140000, 20050622, 31330, 240, 2, 'E', 'P', 'V', 'V'), (612, NULL, NULL, 'mary', 20050723, -1, 20050622, 173023, 0, 2, 'M', 'P', 'tidepooling with les?', 'http://www.livejournal.com/users/sarahh/151909.html?thread=568421'), (613, NULL, NULL, 'joe', 20050702, 163000, 20050622, 205353, 240, 2, 'E', 'P', 'proposed alternative date to tue jul 5', 'proposed alternative date to tue jul 5'), (614, NULL, NULL, 'joe', 20050701, 83000, 20050627, 160902, 120, 2, 'E', 'P', 'art panel', 'art panel 650 965 2929'), (615, NULL, NULL, 'joe', 20050812, 170000, 20050808, 212917, 90, 2, 'E', 'P', 'teal', 'teal'), (616, NULL, NULL, 'joe', 20050730, 190000, 20050629, 192201, 480, 2, 'E', 'P', 'weird science nerds/sluts conv', 'ctober1980chix: WHAT: Weird Science Experiment at Fandango LabsA.K.A.: The Fandango Nerds & Sluts ConventionWHERE: SoMa District, SF (See below for details)WHEN: Saturday, July 30, 2005, 10pm until ???WHO: You, your finest specimens of friends, and oursCOST: $10 to $20 donation, sliding scaleWHY: Fundraiser for Fandango''s Bar at Burning ManPLEASE: Bring a bottle of booze to donate to the dungeon bar'), (617, NULL, NULL, 'joe', 20050709, 93000, 20050629, 203914, 180, 2, 'E', 'P', 'hair appt', 'hair appt'), (618, NULL, NULL, 'joe', 20050702, 210000, 20050630, 132527, 240, 2, 'E', 'P', 'queen of heaven', ' \r\njoedecker@gmail.com | Settings | Help | Sign out\r\n \r\n Show search options\r\nCreate a filter\r\n \r\n \r\n \r\n \r\nCompose Mail\r\n Inbox\r\nStarred\r\nSent Mail\r\nDrafts\r\nAll Mail\r\nSpam (88)\r\nTrash\r\nContacts\r\n \r\n Labels\r\nartcalls\r\nbi\r\ncaptureone\r\ncolo and new isp\r\ndakadi\r\ndell\r\ndrak (32)\r\nevents\r\nframing\r\ngsgl\r\nimpact\r\nleads\r\nmypublisher\r\nother important files (2)\r\npayment plans (1)\r\npoly\r\npr0n\r\nrivers and redwoods\r\nrsp critical files (1)\r\nsmiles\r\ntreo (3)\r\nEdit labels\r\n \r\n \r\n Invite a friend\r\nGive Gmail to:\r\nSend Invite 48 left\r\npreview invite\r\n \r\n \r\n« Back to Inbox Archive Report Spam 1 of 19 Older ›\r\nNew window\r\nPrint\r\nSponsored Links\r\nRSVP Registry\r\nAn invitation reply service with a toll-free number & personal webpage\r\nwww.rsvpregistry.com\r\nBridal Shower Invitation\r\nCompare prices on millions of items Search over 200,000 stores!\r\nYahoo.com\r\nJuly 4th\r\n600+ Popular Stores - One Website & One Simple Checkout - Shop Now!\r\nSHOP.COM\r\nmore sponsored links »\r\nAbout these links\r\nInvite to Queen of Heaven party this weekend (fwd) Inbox\r\n \r\nBlack Books \r\n to Undisclosed-Re.\r\n More options Jun 29 (15 hours ago)\r\n\r\n\r\nDear Fabulous Party People:\r\n\r\nOur friends at Queen of Heaven are once again inviting\r\ntheir friendly Black Sheets brethren to join their gathering\r\nthis weekend. Below is their invitation. Direct questions\r\ntheir way, not here. Thanks.\r\n\r\nLori\r\nand the gang\r\n\r\n*\r\n\r\n\r\nQueen of Heaven celebrates the Fourth of July weekend!\r\n\r\nWe had such a good time celebrating all sorts of freedoms\r\nlast year, that we decided to do it again. What better\r\nway to keep our spirits up and remind ourselves what''s\r\nat stake than to have a big ol'' rollicking sex party\r\non the Fourth of July weekend?\r\n\r\nThough it''s hard to resist comments about hot dogs and buns\r\nand so forth.\r\n\r\nOur theme: freedom of expression. Red, white, and blue.\r\nBunting, flags, and appropriate sexy and patriotic\r\ncostumes encouraged.\r\n\r\nWhen: July 2. Doors open at 8:00 pm and close at 11:30\r\npm; the party continues until 2am or so. There will be a\r\nshort ritual at midnight.\r\n\r\nWhere: RSVP 415-255-1155 for the address. (Remember,\r\nwe move parties around from space to space -- don''t\r\nassume you know where we''ll be now or next time!) NO EMAIL\r\nreservations accepted.\r\n\r\nHow Much: sliding scale $30-50 per person as a fundraiser\r\nfor the Center for Sex and Culture, payable at the door.\r\nWork exchange available, and no-one turned away for lack\r\nof funds. We always need, and warmly appreciate,\r\nvolunteers! Call (415) 255-1155 to arrange a shift.\r\nShifts normally last an hour and a half.\r\n\r\nDress: Festive and sexy, or not at all! Secure clothes check\r\navailable; erotic attire or nudity required. Show us some\r\nskin!\r\n\r\nSafer sex only, please.\r\n\r\nAbout friends -- you must RSVP for AND arrive with them\r\nunless otherwise arranged in advance.\r\n\r\nRemember: this is NOT a public event, so do not repost or\r\nforward this announcement without permission.\r\n\r\nWe will provide supplies, music, snacks and drinks, etc.,\r\nbut if there''s a special kind of food or lube or suchlike\r\nthat you prefer, you might want to bring your own.\r\n\r\nWe hope to see you there!\r\nThis email has been sent with an unregistered version of MaxBulk Mailer\r\nMaxBulk Mailer is a new easy-to-use mail merge software for Macintosh\r\n\r\n \r\n ReplyReply to allForwardInvite Black to Gmail\r\n \r\n \r\n \r\n« Back to Inbox Archive Report Spam 1 of 19 Older ›\r\n \r\nSend photos easily from Gmail with Google''s free photo organizer. Learn more\r\nYou are currently using 327 MB (14%) of your 2348 MB.\r\nGmail view: standard | basic HTML Learn more\r\nTerms of Use - Privacy Policy - Program Policies - Google Home\r\n©2005 Google\r\n'), (619, NULL, NULL, 'casey', 20050724, -1, 20050701, 174731, 0, 3, 'E', 'P', 'birthday party grandma', 'birthday party grandma'), (620, NULL, NULL, 'joe', 20050707, 100000, 20050701, 180613, 180, 2, 'E', 'P', 'mom safe deposit box', 'mom safe deposit box'), (621, NULL, NULL, 'joe', 20051028, -1, 20050704, 12216, 0, 2, 'M', 'P', 'Las Vegas/Ave Q mary/joe anniv trip', 'avenue q tickets are to be printed on my printer,\r\nthey''re for saturday night at 6:30 pm\r\n\r\n---\r\n\r\nDear JOSEPH:\r\n\r\nThank you for making your travel arrangements with Yahoo! Travel.\r\nWe''ve included a copy of your itinerary below for your records.\r\n\r\nReservation Status:\r\n-------------------\r\n\r\nYour Yahoo! Travel reservation is complete. You can find out which documents are required for your destination by visiting: http://www.travisa.com/travelvisa.htm\r\n\r\nTo pass through airport security and proceed to your departure gate, you must\r\nhave both your boarding pass and a valid, government-issued photo ID. Please\r\nalso note the additional documentation requirements above for international\r\nflights.\r\nWe encourage you to recheck your flights 24 hours before departure for domestic\r\nflights and 48 hours before departure for international flights.\r\n\r\nAs a reminder, your ticket is electronic, so you will not receive a paper ticket in the mail.\r\n\r\nYour Yahoo! Travel Trip ID is: 151840200321\r\nItinerary for:\r\nJOSEPH DECKER\r\nMARY SMITH\r\n\r\nFlight Details:\r\n---------------\r\n______________________________________________________\r\nFlight: America West flight 6584 ( non-stop ) Operated by MESA AIRLINES DBA AMERICA WEST EXPRESS\r\nDepart: Oakland, CA (OAK) - TERMINAL 1\r\n Fri, Oct 28 at 11:33 AM\r\nArrive: Las Vegas, NV (LAS) - MAIN TERMINAL\r\n Fri, Oct 28 at 01:03 PM\r\nSeat: N/A\r\nFlight Time: 1 hrs 30 min\r\nMileage: 408 milesMeal: None\r\nStatus: Confirmation Code: 1UQCPV\r\n Note: This code may be used at the airline''s self check-in kiosk.______________________________________________________\r\nFlight: America West flight 372 ( non-stop )\r\nDepart: Las Vegas, NV (LAS) - MAIN TERMINAL\r\n Sun, Oct 30 at 11:29 AM\r\nArrive: Oakland, CA (OAK) - TERMINAL 1\r\n Sun, Oct 30 at 01:07 PM\r\nSeat: N/A\r\nFlight Time: 1 hrs 38 min\r\nMileage: 408 milesMeal: None\r\nStatus: Confirmation Code: 1UQCPV\r\n Note: This code may be used at the airline''s self check-in kiosk._____________________________________________________\r\n\r\nHotel Details:\r\n--------------\r\n______________________________________________________\r\nHotel: Luxor Hotel and Casino\r\n 3900 LAS VEGAS BLVD SOUTH\r\n Las Vegas NV 89119-1000\r\n Tel: 702-262-4444\r\nRoom: 1 room, 2 nights in a Standard Room room\r\n Luxor to Adventure - Value Add\r\n\r\nCheck-in: Fri, Oct 28\r\nCheck-out: Sun, Oct 30\r\nPolicy: Guaranteed Late ArrivalStatus: Confirmation Code: 109262817\r\n______________________________________________________\r\n\r\nRental Car Details:\r\n-------------------\r\n______________________________________________________\r\nCompany: Hertz\r\nCar Type: Economy Car Automatic with Air Conditioning\r\nPick-up: Fri, Oct 28 at 01:33 AM\r\nLocation: In Terminal, Shuttle to Car, Las Vegas, NV\r\nDrop-off: Sun, Oct 30 at 09:59 AM\r\nLocation: In Terminal, Shuttle to Car, Las Vegas, NV\r\nMileage: Unlimited\r\nDriver(s): 1 Adult over 25\r\nStatus: Rental Car Confirmation Code - C9683264481\r\n______________________________________________________\r\n------------------\r\n\r\n'), (622, NULL, NULL, 'joe', 20050824, 113000, 20050823, 131857, 390, 2, 'M', 'P', 'potential lauren time', 'potential lauren time'), (623, NULL, NULL, 'joe', 20050910, 0, 20050704, 12930, 0, 2, 'M', 'P', 'east lake trip leg', 'east lake trip leg'), (624, NULL, NULL, 'joe', 20051117, 0, 20050704, 15058, 0, 2, 'M', 'P', 'yosemite anniv. chris', 'yosemite anniv. chris'), (625, NULL, NULL, 'joe', 20051014, 80000, 20050704, 23700, 0, 2, 'M', 'P', 'hope valley trip', 'hope valley color, lower eagle falls'), (626, NULL, NULL, 'joe', 20051111, -1, 20050704, 23625, 0, 2, 'M', 'P', 'NE california trip', 'NE california trip\r\n\r\n\r\n\r\n11) sundial bridge, near redding \r\n mt shasta\r\n\r\nnight of the 11th dunsmuir\r\n\r\n12) mt. shasta\r\n mossbrae falls (morning)\r\n drive to burney falls\r\n\r\nnight of the 12 th burney\r\n \r\n13) burney falls (morning)\r\n drive to alturus or cedarville\r\n\r\nnight of the 13th (alturus, cedarville)\r\n \r\n14) photo goose lake\r\n drive home\r\n\r\n\r\n\r\n\r\n\r\n'), (627, NULL, NULL, 'joe', 20051005, -1, 20050704, 24717, 0, 2, 'M', 'P', 'point reyes (arena, monterey?)', 'point reyes'), (628, NULL, NULL, 'joe', 20051019, 0, 20050704, 24915, 0, 2, 'M', 'P', 'monterey area and n', 'monterey area and n'), (629, NULL, NULL, 'joe', 20050708, 90000, 20050704, 30415, 540, 2, 'E', 'P', 'alcatraz photo', 'alcatraz photo'), (631, NULL, NULL, 'joe', 20050708, 170000, 20050705, 193117, 300, 2, 'E', 'P', 'SF Pier 41 / Alcatraz', 'SF Pier 41 / Alcatraz\r\n\r\nhank you, Joe, for your purchase with the Blue & Gold Fleet. You must pick up your tickets at WILL CALL.\r\n\r\nYour confirmation number is: 1761136. You may call 1-415-705-5555 with any questions regarding your order. All sales are final. This sale is not subject to refund or exchange.\r\n\r\nYou purchased the following:\r\n\r\n 1. ALCATRAZ - GOLDEN GATE FRI JUL 8 2005 19:05: 1 ADULT ($23.50)\r\n\r\n$23.50 was charged to your card ending in 6218.\r\n\r\nAll sales are final. This sale is not s'), (632, NULL, NULL, 'joe', 20050729, 180000, 20050705, 185245, 300, 2, 'E', 'P', 'les', 'les'), (633, NULL, NULL, 'joe', 20050715, 103000, 20050705, 191815, 240, 2, 'E', 'P', 'hair apt', 'hair apt'), (634, NULL, NULL, 'joe', 20050805, -1, 20050705, 193610, 0, 2, 'M', 'P', 'get the backup back from chris, redo backups, send it off', 'get the backup back from chris, redo backups, send it off'), (630, NULL, NULL, 'joe', 20050708, 110000, 20050706, 131110, 180, 2, 'E', 'P', 'lunch chris v', 'lunch chris v 11:30 vernier \r\n\r\n We moved offices. The new place is a block away\r\n> at\r\n> > 490 E Middlefield. I also found a great, new,\r\n> Indian\r\n> > buffet on Mountain View.'), (635, NULL, NULL, 'joe', 20050722, 190000, 20050706, 171631, 240, 2, 'E', 'P', 'cort. ethan''s party shindig', 'cort. ethan''s party shindig'), (636, NULL, NULL, 'mary', 20050805, 200000, 20050707, 21716, 180, 2, 'E', 'P', 'Abbie''s womanhood ritual', 'http://www.livejournal.com/users/deedeebythebay/666002.html'), (637, NULL, NULL, 'mary', 20050711, 172000, 20050707, 173955, 120, 2, 'E', 'P', 'allergy testing', '"Monday, July 11, at 5:20 pm" according to the recording that called here on Thursday afternoon. :)'), (638, NULL, NULL, 'joe', 20050812, 190000, 20050708, 170722, 240, 2, 'E', 'P', 'tracy and justine', 'tracy and justine'), (639, NULL, NULL, 'joe', 20050723, 150000, 20050709, 24334, 120, 2, 'E', 'P', 'tri-city #1 public celebration', 'tri-city #1 public celebration'), (640, NULL, NULL, 'joe', 20050908, 190000, 20050710, 174757, 120, 2, 'E', 'P', 'Snap to Grid reception, LACDA, Los Angeles', 'Snap to Grid reception, LACDA, Los Angeles'), (641, NULL, NULL, 'joe', 20050730, 190000, 20050711, 5244, 300, 2, 'E', 'P', 'possible mary', 'possible mary '), (642, NULL, NULL, 'joe', 20050715, 200000, 20050711, 141513, 0, 2, 'E', 'P', 'citadel men''s party', 'Coming up Saturday is the first of THREE mens parties\r\nthis month! And all of you who have been asking for\r\nmore times to play in the best dungeon in the west\r\nneed to show up and support us!!! We need to raise\r\nmoney for our upcoming move... and can''t do it if you\r\nstay at home!!!\r\n\r\nThe First party is coming up Saturday, 8pm to 2am...\r\nand we need volunteers for all the shifts after 11pm!\r\nEveryone loves to play late, but no one wants to\r\nvolunteer late to help make it happen! $5 off\r\nadmission flyers are available at Mr.S., The Eagle,\r\nThe Power House, and The Stud. Otherwise, admission\r\nis $20.\r\n\r\nThe Second party is Friday, July 15th. Being a Friday\r\nparty, admission will be just $15, and play is 8pm to\r\n1am. And yes, volunteers are needed there too!\r\n\r\nThe Third is Dore Alley Sunday, July 31st. We''re\r\ngoing to do something special here. The Citadel will\r\nbe open starting at 11am so that you can have a\r\ndressing area to change into your fetish wear and\r\nstore your toy bag. (remember, we have lockers while\r\nthey last) All you have to do is buy your admission\r\nfor the party that will start at 4, and the service is\r\nfree. Please take advantage of this and make The\r\nCitadel part of your Dore Alley celebration! Admission\r\nwill be $20.\r\n\r\nThe Citadel is at 245 8th Street, just a block away\r\nfrom the Dore Alley Celebration, and three blocks from\r\nthe Civic Center BART/MUNI station. The gray building\r\nwith the big red heart. For complete information\r\nabout the most beautiful and complete dungeon in the\r\nwest, please visit www.sfcitadel.org\r\n\r\nVolunteers, please contact Bob at sfomaster@yahoo.com\r\nYou know your help is always appreciated!\r\n\r\n\r\n\r\n----- End forwarded message -----\r\n\r\n--\r\nziest@fauves.org |\r\nBerkeley, Ca. | Fuck Yeah, I''m Weird\r\n\r\n\r\n===============================================================\r\n= This is a list for BDSM events of interest to the northern\r\n= California area.\r\n===============================================================\r\n= To unsubscribe send email to listserv@rjhg.com\r\n= with the text "unsubscribe events [your email address]" (no\r\n= quotes or [ ]''s) in the body of the message. (The subject\r\n= will be ignored)\r\n===============================================================\r\n===============================================================\r\n= Handy Calendar of events in case you deleted or missed one\r\n= http://www.soj.org/calendar/index.html\r\n===============================================================\r\n===============================================================\r\n= Another Calendar of events for the S.F. Bay Area\r\n= http://www.twistedimage.com/calendar\r\n==============================================================='), (643, NULL, NULL, 'joe', 20050721, 190000, 20050711, 164625, 240, 2, 'E', 'P', 'makeup date kathleen', 'makeup date kathleen'), (644, NULL, NULL, 'mary', 20050806, 190000, 20050715, 14459, 300, 2, 'E', 'P', 'Tacky Party, Jo and Matt''s.', 'Tacky Party, Jo and Matt''s.'), (645, NULL, NULL, 'joe', 20050814, 110000, 20050719, 113624, 0, 2, 'E', 'P', 'Aaron''s 40', 'Here is a FOTO* opportunity you don’t want to miss!\r\n\r\n*FOTO = Friends Of The_Ogre\r\n\r\nWe are planning a birthday party for Aaron Spielman!\r\n\r\nWHEN: Sunday August 14, 11 AM ‘till dusk (around 8 PM)\r\n\r\n(bathrooms close at 5 or 6 PM, but there are\r\nalternatives nearby)\r\n\r\nWHERE: a picnic area at a park in South San Francisco;\r\nOrange Park, Area #4;\r\n\r\n\r\nSpecs:\r\nKids welcome, lots of parking, handicapped access,\r\nswimming pool, bocci, dogs on leash OK. There are a\r\nfew tables, 2 BBQs, and lots of grass to sit on. Sun\r\nand shade available on demand. Beer & wine OK.\r\n\r\n1.5 miles from the So. SF BART station. Call for a\r\nride!\r\n\r\nBRING: food & drink including roastables, DARK\r\nCHOCOLATE, blankets for sitting, outdoor toys,\r\nsweeties and other FOTOs.\r\nAaron won’t refuse presents, but they are not\r\nexpected.\r\n\r\nFor more information and last minute communication:\r\nMy cell phone is 415-370-0694\r\n\r\nSee you there!\r\n--Patrice Bennet-Alder\r\n'), (646, NULL, NULL, 'joe', 20050801, 183000, 20050725, 210225, 0, 2, 'E', 'P', 'dinner dita', 'dinner dita'), (647, NULL, NULL, 'joe', 20050922, 180000, 20050720, 135945, 0, 2, 'E', 'P', 'dead can dance concert', 'dead can dance concert'), (648, NULL, NULL, 'joe', 20050804, 80000, 20050721, 172850, 660, 2, 'E', 'P', 'CJ possilbe surgery', 'CJ possilbe surgery'), (649, NULL, NULL, 'joe', 20050811, 180000, 20050724, 5715, 0, 2, 'E', 'P', 'dinner sarah''s mom, amy, etc.', 'dinner sarah''s mom, amy, etc.'), (650, NULL, NULL, 'joe', 20050728, 90000, 20050726, 22143, 300, 2, 'E', 'P', 'door installation', 'door installation'), (651, NULL, NULL, 'joe', 20050805, 110000, 20050726, 122609, 180, 2, 'E', 'P', 'lunch jd', 'lunch jd'), (652, NULL, NULL, 'joe', 20050806, 130000, 20050726, 124527, 540, 2, 'E', 'P', 'krissy''s housewarming', 'I am a schmuck and I have announced nothing. So please consider this your\r\ninvitation to our housewarming. :)\r\n\r\nIt will be happening on Saturday, July 30th. This event will be CHILD\r\nFRIENDLY from 1-3 pm. This means that language and discussion topics are\r\nrequired to be G rated. Please keep this in mind when planning your arrival\r\ntime. From 3-6 we should probably try for PG-13. From 6-10 things can be\r\nup to R rated. :) Although I don''t have a hot tub so I doubt anyone will\r\nreally feel the need to take their clothing off.\r\n\r\nDisclaimer: I am rating the party this way because I am inviting an\r\ninteresting cross section of people in my life. I expect you to make the\r\nchoice about what level of behavior YOU will be comfortable with. If you\r\nthink anyone is exceeding the current rating, please let me know and I will\r\nbring the smack down. :) (Although all of my friends are awesome people and\r\nvery respectful. I significantly doubt there will be a problem.\r\n\r\nThere will be some munchies and drinks, but you probably shouldn''t show up\r\nexpecting to find meal-worthy food. That whole grad student budget thing.\r\n:) If anyone would like to bring food, please.... feel free. :) But I\r\nreally don''t expect it or require it.\r\n\r\nIf anyone is around at 10 the volume has to go way down (neighbors with\r\nyoung children) and maybe we can turn on a movie or something. :)\r\n\r\nI hope to see you here. :)\r\n\r\nKrissy and Phil live at:\r\n22775 Vermont St. #3\r\nHayward, CA. 94541\r\n(510) 583-1522 is our home number\r\n(408) 202-4083 is still my cell number\r\n\r\nRSVP''s are GREATLY APPRECIATED. You can ping me: Krissy@bigrock.com or Phil\r\nphwile@gmail.com'), (653, NULL, NULL, 'mary', 20050730, -1, 20050727, 4239, 0, 2, 'M', 'P', 'mary spend the night at joe''s', 'mary spend the night at joe''s'), (654, NULL, NULL, 'joe', 20050801, 110000, 20050729, 122057, 120, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (655, NULL, NULL, 'joe', 20050815, 170000, 20050730, 141535, 300, 2, 'E', 'P', 'SJ airport public art Thang', '\r\nCity of San José Public Art Program Invites You To Attend\r\n\r\nARTIST FOCUS GROUPS \r\nfor the\r\nMINETA SAN JOSE AIRPORT \r\nPUBLIC ART ACTIVATION\r\n\r\n Three meeting dates/times/locations to chose from:\r\n\r\n Tuesday, August 9, 2005 6:00 p.m. to 9:00 p.m.\r\nSan José Museum of Art, 110 South Market Street, San José\r\n\r\n Saturday, August 13, 2005 1:00 p.m. to 4:00 p.m.\r\nNew Langton Arts, 1246 Folsom Street, San Francisco\r\n\r\n Monday, August 15, 2005 6:00 p.m. to 9:00 p.m.\r\nWorks/San José Gallery, 30 North 3rd Street, San José\r\n\r\n\r\nThe Mineta San José International Airport Public Art Master Plan\r\n() creates a framework\r\nfor a unified program of Art & Technology that will identify San José as a\r\ndiverse global center for innovation and change. \r\n\r\nGorbet+Banerjee, a multi-disciplinary artist team working at the leading\r\nedge of technology, architecture, engineering, product design, and media\r\narts, was selected as the Arts Activation Team to identify sites and design\r\nappropriate infrastructure (platforms) to accommodate the Airport Public Art\r\nProgram. The initial phase of their design process is to meet with the\r\nregional arts community in a series of meetings to inform the design of a\r\nnumber of flexible artwork. Input from a wide array of artists working in\r\nboth traditional and technologically influenced media is welcome. \r\n\r\n <> \r\n\r\nFor further information, please contact:\r\nsanjosepublicartprogram@sanjoseca.gov\r\nWe welcome your RSVP at the same e-mail address.'), (656, NULL, NULL, 'joe', 20050804, 110000, 20050730, 183702, 120, 2, 'E', 'P', 'possible lunch chris v', 'possible lunch chris v'), (657, NULL, NULL, 'joe', 20050805, 90000, 20050801, 180409, 60, 2, 'E', 'P', 'propanel rental', '415 819 7481\r\nShausta Eckland\r\n'), (658, NULL, NULL, 'joe', 20050808, 110000, 20050801, 204959, 120, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (659, NULL, NULL, 'joe', 20050812, 110000, 20050802, 123835, 0, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (660, NULL, NULL, 'joe', 20060320, 80000, 20060218, 193849, 960, 2, 'M', 'P', 'death valley workshop with david muench/mtn light', 'death valley workshop with david muench/mtn light\r\n\r\nWorkshop check-in 2pm at Furnace Creek Monday, March 20th. Big Horn Conf. Room,Furnace Creek Inn.\r\n\r\nBring work for critique. (digital jpegs 1024 long side)'), (661, NULL, NULL, 'joe', 20050909, 113000, 20050803, 115525, 120, 2, 'E', 'P', 'board call', 'board call'), (662, 274, NULL, 'joe', 20050830, 150000, 20050803, 125101, 480, 2, 'E', 'P', 'mary/joe date night (pt reyes?)', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (663, NULL, NULL, 'joe', 20050804, 120000, 20050803, 200254, 120, 2, 'E', 'P', 'sign mats at art21', 'sign mats at art21'), (664, NULL, NULL, 'joe', 20050810, 120000, 20050808, 225525, 120, 2, 'E', 'P', 'lunch jd (impact call 12-12:30 in parking lot)', 'lunch jd'), (665, NULL, NULL, 'joe', 20050809, 80000, 20050807, 102108, 840, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n\r\nPrecise time TBD, Pt. Reyes daytrip.'), (666, NULL, NULL, 'joe', 20050829, 190000, 20050807, 115320, 0, 2, 'E', 'P', 'potential les date?', 'potential les date?'), (667, 407, NULL, 'mary', 20050819, 83000, 20050807, 161612, 420, 2, 'E', 'P', 'work', 'work'), (668, NULL, NULL, 'mary', 20050820, 110000, 20050807, 161710, 180, 2, 'E', 'P', 'school picnic', 'school picnic'), (669, NULL, NULL, 'joe', 20050905, 140000, 20050904, 131143, 540, 2, 'E', 'P', 'date les', 'date les\r\n\r\ntrain arrives fremont 2:37 pm\r\n'), (670, NULL, NULL, 'joe', 20050815, 120000, 20050808, 32743, 300, 2, 'E', 'P', 'luna torq hangout', 'luna torq hangout'), (671, NULL, NULL, 'joe', 20050926, 180000, 20050808, 125641, 360, 2, 'E', 'P', 'date dita', 'date dita'), (672, NULL, NULL, 'joe', 20050910, 100000, 20050831, 34728, 360, 2, 'M', 'P', 'PAL', 'PAL'), (673, NULL, NULL, 'joe', 20050826, 190000, 20050808, 214711, 240, 2, 'E', 'P', 'Dinner Dave G', 'Dinner Dave G'), (674, NULL, NULL, 'joe', 20051007, 190000, 20050808, 223325, 300, 2, 'E', 'P', 'date les', 'date les'), (675, NULL, NULL, 'joe', 20051001, 190000, 20050811, 162901, 300, 2, 'E', 'P', 'ppp', 'ppp'), (676, NULL, NULL, 'joe', 20050816, 120000, 20050811, 183320, 60, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (677, 43, NULL, 'joe', 20050824, 190000, 20050812, 195313, 300, 2, 'E', 'P', 's&p - with chris v', 's&p'), (678, NULL, NULL, 'joe', 20050829, 150000, 20050813, 12547, 0, 2, 'E', 'P', 'MONOCHROME show dropoff', 'Artwork drop off at Pacific Art League, Pete’s Tech Tower, 3rd floor\r\n\r\nMon - Wed, August 29-31, 9-5pm'), (679, NULL, NULL, 'joe', 20050909, 190000, 20050813, 125806, 300, 2, 'M', 'P', 'wine and song', 'wine and song'), (680, NULL, NULL, 'joe', 20050923, 190000, 20050813, 125954, 300, 2, 'M', 'P', 'wine and song', 'wine and song'), (681, NULL, NULL, 'joe', 20050930, 190000, 20050813, 130607, 300, 2, 'E', 'P', 'sometimes wine and song', 'sometimes wine and song'), (682, 510, NULL, 'joe', 20050902, 180000, 20050814, 121620, 180, 2, 'E', 'P', 'first fridays (monochrome)', 'first fridays\r\n\r\n\r\nPHIG 2005 Group Show\r\n\r\nPacific Art League, Norton Gallery\r\n\r\n \r\n\r\nShow Dates: September 2-30, 2005\r\n\r\nShow Title: Monochrome\r\n\r\nReception: Friday, September 2nd, 6-9pm\r\n\r\n \r\n\r\nMonochrome: [Latin monochrôma, from feminine of Greek monokhrômos, of one color]\r\n\r\n 1. A picture, especially a painting, done in different shades of a single color.\r\n 2. The art or technique of executing such a picture.\r\n\r\nThe state of being in a single color.\r\n\r\nA black-and-white image, as in photography or on television.\r\n\r\n \r\n\r\nOverview: The Photography Interest Group (PHIG) is composed of photographers affiliated with the Pacific Art League. All Pacific Art League members are welcome to enter this juried photography show. Please see www.pacificartleague.org for more details about the Art League or obtaining membership. All photographic-based media are accepted (film, digital & manipulated).\r\n\r\n \r\n\r\nKey Dates: Artwork drop off at Pacific Art League, Pete’s Tech Tower, 3rd floor\r\n\r\nMon - Wed, August 29-31, 9-5pm\r\n\r\n \r\n\r\nJury and hang the show, Thursday, September 1\r\n\r\n \r\n\r\nReception and Awards, Friday, September 2, 6-9pm, awards at 7pm\r\n\r\n \r\n\r\nArtwork pick up at Pacific Art League, Norton Gallery\r\n\r\nTuesday, September 28, 1pm-7pm'), (683, NULL, NULL, 'joe', 20050828, 130000, 20050814, 163619, 300, 2, 'E', 'P', 'impact picnic', ' Carolyn Wales\r\nWhen: Sunday, August 28, 1:00pm\r\nCome frolic and hang out with your fellow Impacters! Let your hair down, gaze at the bay, meet the new trainees.\r\n\r\nB.Y.O.H.D. (Bring your own hot dog, tofu dog or whatever you''d like to throw on the grill.). Also, if the spirit moves you, bring a sweet or savory dish to share with your fellow picnic-ers. You can bring along a swimsuit, frisbee, badminton, etc. or just bring your laid back Sunday-self. Bring along your loved ones! We want them to feel part of the community, too.\r\n\r\nTHE PICNIC SITE IS CALLED "SANDCASTLE." Bring your pails and sand shovels!\r\n\r\nDirections to Crown Beach:\r\nFrom San Francisco: Take Bay Bridge to I-880 south (San Jose), take Alameda exit. This will put you on 5th Street, follow the signs for Alameda. This will take you to roadway/5th Street and the Alameda Tube. Once through the\r\ntube, you will be on Webster St. Stay on Webster until it dead-ends at Central. Turn left on Central, right on 8th Street and right into the park for the Otis Street entrance. (If you park in the lot is $5. There is street parking outside of park.) Pass the parking hut and follow the road all the way around to left. City View is the last picnic site.\r\n\r\n\r\nFrom Walnut Creek/East Bay: Take Highway 24 to Hwy 980 ­ 11th/12th Street exit. Go straight through several stop lights to 5th Street. Turn left on 5th Street and follow signs to Alameda. Once through the Tube, follow the directions above.\r\n\r\nFor a detailed map, visit www.ebparks.com. In the top right hand corner under Regional Parks and Trails, choose Crown Beach, then click Go. Scroll down, Yahoo map and PDF map available.'), (684, NULL, NULL, 'joe', 20050909, -1, 20050815, 123455, 0, 2, 'M', 'P', 'kathleen in europe', 'kathleen in europe'), (685, NULL, NULL, 'joe', 20050826, 110000, 20050815, 141945, 180, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (686, NULL, NULL, 'joe', 20050904, 130000, 20050902, 122648, 240, 2, 'E', 'P', 'possible dita time', 'possible dita time'), (687, NULL, NULL, 'joe', 20050828, 130000, 20050816, 110441, 300, 2, 'E', 'P', 'weirdness bbq', 'You are recieving this because one of the core members of House Weirdness (Akien, Dawn, Keiphyn, Les)( & Victoria?)( & Allegra?) counts you as a member of their chosen family.\r\n\r\nYou are invited to The House Weirdness Family BBQ! It''ll be held on Aug 28 starting at 1PM. Pot luck, and the grill will be available.\r\n\r\nThe pool will also be warm! If you''re planning to use it, please count on bringing a swimsuit and towel.\r\n\r\nYou are welcome to bring your immediate family as well.\r\n\r\nDirections are available at http://www.weirdness.org/family/directions.html'), (688, NULL, NULL, 'joe', 20050908, 170000, 20050901, 223600, 60, 2, 'E', 'P', 'teal call', 'teal call'), (689, NULL, NULL, 'joe', 20051003, 90000, 20050817, 124655, 240, 2, 'E', 'P', 'dr decker / eye appt', 'dr decker / eye appt'), (690, NULL, NULL, 'joe', 20050831, 123000, 20050822, 83532, 60, 2, 'E', 'P', 'board call / lia', 'board call / lia'), (691, NULL, NULL, 'joe', 20050824, 90000, 20050823, 131918, 90, 2, 'E', 'P', 'artworksf drop off', 'artworksf drop off'), (692, NULL, NULL, 'joe', 20050829, 110000, 20050824, 24907, 120, 2, 'E', 'P', 'lunch cj, gks', 'lunch cj, gks'), (693, NULL, NULL, 'joe', 20050828, 130000, 20050825, 35931, 240, 2, 'E', 'P', 'tea 1-5', 'tea 1-5'), (694, NULL, NULL, 'joe', 20050830, 130000, 20050826, 193411, 420, 2, 'E', 'P', 'mary/joe date night', 'mmm, if I''ve forgotten why there''s a date night gap on this date, feel free to remind me. :)\r\n'), (695, NULL, NULL, 'joe', 20050901, 110000, 20050826, 181808, 120, 2, 'E', 'P', 'lunch chris v', '\r\nThursday and Friday are both good. How about\r\nThursday, 11:45 at the Blue Mango?\r\n\r\nI''ve never been to the Blue Mango, but I think it will\r\nbe fun to develop some new dining options in the 280\r\nand Lawrence neighborhood. It looks like it will be a\r\nquick hop for both of us.\r\n'), (696, 500, NULL, 'joe', 20050903, 160000, 20050829, 180943, 480, 2, 'E', 'P', 'geri/em sensual party', 'geri/em sensual party\r\n\r\nHi folks,\r\n\r\nJust a reminder that Emmett and I will be co-hosting the next Sensual\r\nParty on Saturday September 3rd, in my new home in Oakland.\r\n\r\nA few notes:\r\n\r\n- Some people have requested that there be a ''safe space'' room at the\r\nparty, in which there isn''t sex or nudity even after 6pm. So, let''s make\r\nthat the big living room.\r\n\r\n- Can anyone offer a ride to someone who is coming from the southern end\r\nof SF - or alternately, a BART pickup for her at this end?\r\n\r\n- Potluck offerings are encouraged, though of course not required.\r\n\r\n- Please remember to fill out the RSVP poll even if you have all ready\r\ntold us in person whether you are coming or not... it helps us to have all\r\nthe info in one place. Thanks!\r\n\r\nDetails, driving directions, and the RSVP poll are in these two posts:\r\n\r\nhttp://www.livejournal.com/users/cyan_blue/312163.html\r\nhttp://www.livejournal.com/users/cyan_blue/267225.html\r\n\r\nLooking forward to seeing folks here,\r\nGeri and Emmett'), (697, NULL, NULL, 'joe', 20050904, 170000, 20050831, 112003, 300, 2, 'E', 'P', 'bad movie night', 'It''s time once again for Bad Movie Night. This Sunday (remember that\r\nMonday''s a holiday), social hour starts at 3 and movies start at 4.\r\nThere will be ice cream and some sort of take-out dinner food (pizza or\r\nchinese). Everyone''s welcome. Additional Bad Movies are welcome.\r\n\r\nPlease RSVP if you wish to attend so I know how much ice cream to get!'), (698, NULL, NULL, 'joe', 20051006, 190000, 20050831, 112608, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (699, NULL, NULL, 'joe', 20050902, 160000, 20050831, 113205, 120, 2, 'E', 'P', 'help out at the art league', 'help out at the art league'), (700, NULL, NULL, 'joe', 20050901, 160000, 20050831, 172043, 60, 2, 'E', 'P', 'richard stork image manipulation', 'richard stork image manipulation'), (701, NULL, NULL, 'joe', 20050924, 160000, 20050905, 115209, 360, 2, 'E', 'P', 'ice cream crush?', 'Why: To celebrate RJ and Ruth Anne''s birthdays, and\r\n because sno-cones are a lot of fun!\r\nWhere: 104 Oakwood Drive, Redwood City\r\nOn: September 24, 2005\r\nStarting at: 3 P.M. until Late\r\n\r\n\r\nI''ll be featuring Torani Italian syrups (I have more than 50 flavors)\r\nand comestibles to put them in or on, including seltzer, cola, coffee,\r\nice cream and, of course, sno-cones!\r\n\r\n\r\nBring:\r\n\r\n* Yourself, your household, your SOs.\r\n If there is someone you''d like to invite, please drop me a line so I\r\n may send them an invitation.\r\n\r\n* A pot-luck favorite to share** (something YOU can eat), and\r\n something for the grill if you want to make a sacrifice.\r\n\r\n* Your own bread. When we bought bread, we had tons left over, and we\r\n can''t eat it.\r\n\r\n* Musical instruments\r\n\r\n* Games\r\n\r\n* Your own diet or other specialty drinks\r\n (I will have lots of seltzer and some amount of Diet and regular Cola but\r\n if you prefer something else, you''ll need to bring it.)\r\n\r\n\r\n**A note about leftovers: I have a gluten intolerance, and RJ can''t\r\neat every wheat-laden leftover all by himself. You may be asked to\r\ntake your leftovers home.\r\n\r\nAlcohol is OK, but this isn''t a drunken party.\r\n\r\nKids are welcome; be forwarned that neither the house nor the front\r\nyard are child-proof.\r\n\r\nThere are no pets in residence, and please don''t bring any.\r\n\r\nNo smoking in the house, or in the front yard.\r\n\r\nCrash space is available.\r\n\r\nIf you get this message more than once, dispose of the extras in an\r\nenvironmentally responsible manner (and let me know which is your\r\npreferred email address! :)\r\n\r\nPlease RSVP to raladue@xocolatl.com or (650)568-0077 if you plan to attend,\r\nso I know how much ice to get. We hope to see you on September 24!\r\n\r\n--Ruth Anne and RJ\r\n\r\nDirections to 104 Oakwood Dr., Redwood City 650-568-0077\r\n\r\n>From the East Bay:\r\nTake 880 to 84, go west on 84, and cross the Dumbarton Bridge.\r\nContinue forward on Bayfront Expressway until you get to Marsh Rd.\r\nTurn left onto Marsh Rd.\r\nTurn right at Middlefield Rd. (T intersection)\r\nTurn left at 5th Ave\r\nTurn right at El Camino. (Jack-in-the-Box)\r\nTurn left at Oakwood Dr. (Oil-Changer)\r\nGoto House\r\n--OR--\r\nTake 880 to 92, go west on 92 and cross the San Mateo Bridge\r\nContinue west on 92 to 101 south\r\n\r\n>From Highway 101 (North or South):\r\nTake 101 to the Woodside Rd exit and go west.\r\nContinue west on Woodside Rd. to El Camino *SOUTH* "exit"\r\nContinue right until you reach El Camino\r\nTurn right onto El Camino\r\nTurn right onto Oakwood Dr. (Third light, Oil Changer)\r\nGoto House\r\n\r\n> From Highway 280 (North or South):\r\nTake 280 to Woodside Rd in Redwood City\r\nGo east on Woodside Rd. to the El Camino *SOUTH* "exit"\r\nContinue forward to El Camino\r\nTurn right onto El Camino\r\nTurn right onto Oakwood Dr. (Third light, Oil Changers)\r\nGoto House\r\n\r\n\r\nHouse:\r\n104 Oakwood Dr. is about 1 1/2 blocks up Oakwood from El Camino on\r\nthe right. It''s a "brick" 1 story duplex with a chain-link fenced\r\nfront yard, at the second speed bump. 104 is the front part of the\r\nduplex.\r\n\r\nA note about parking:\r\nThe parking is not too bad, but this area does not tend to have paved\r\nsidewalks and the roadside is usually quite muddy after it rains. Be\r\nmindful of the driveways. There is no parking allowed on El Camino.\r\n\r\nTaking public transit:\r\n\r\nThe KX and 390 SamTrans buses stop at/near the\r\ncorner of El Camino and Oakwood. The weekend trains\r\n are back, and pick-up at the Redwood City\r\nCalTrain station is available by request.\r\n\r\n\r\n'), (702, NULL, NULL, 'joe', 20050908, 123000, 20050905, 161447, 60, 2, 'E', 'P', 'board call', 'Conference Details\r\n Please RSVP \r\n \r\n\r\nSubject:\r\n \r\n\r\nBoard sync call - follow up to Board meeting\r\n\r\n \r\n \r\n\r\nComments/Agenda:\r\n \r\n\r\nWhatever still needs to be discussed - budgeting, ED, Lia, training, ???\r\n\r\n \r\n \r\n\r\nDate:\r\n \r\n\r\nThursday, September 08, 2005\r\n \r\n Start Time: \r\n\r\n12:30 PM Pacific Daylight Time\r\n \r\n End Time: \r\n\r\n01:25 PM Pacific Daylight Time\r\n \r\n Dial-in Number: \r\n\r\n1-712-432-2000 (Lake Park, IA)\r\n \r\n \r\n\r\nAccess Code:\r\n \r\n\r\n59682'), (703, NULL, NULL, 'joe', 20050909, 150000, 20050908, 111324, 300, 2, 'E', 'P', 'date mary', 'date mary'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (704, NULL, NULL, 'joe', 20050924, 90000, 20050906, 165127, 0, 2, 'E', 'P', ';proppanel rental', 'Hi Joe my name is Banafsheh, I just talked to you about the pro panel rental I hope it is all O.K. for the 23rd and 24th of September.\r\n \r\nthank you\r\nMy phone number is 408-981-6379\r\n\r\npicukup saturday morning'), (705, NULL, NULL, 'joe', 20050925, 180000, 20050907, 105110, 300, 2, 'E', 'P', 'dinner jan & dave', 'dinner jan & dave'), (706, NULL, NULL, 'joe', 20060116, -1, 20050907, 200426, 0, 2, 'E', 'P', 'MLK bday', 'MLK bday'), (707, NULL, NULL, 'joe', 20060220, -1, 20050907, 201019, 0, 2, 'E', 'P', 'presidents day', 'presidents day'), (708, NULL, NULL, 'joe', 20050909, 130000, 20050908, 185309, 60, 2, 'E', 'P', 'art21', 'art21'), (709, NULL, NULL, 'casey', 20050917, 94000, 20050909, 174849, 60, 2, 'E', 'P', 'V''s Drive Test', 'Claremont DMV in Oakland'), (710, NULL, NULL, 'joe', 20050922, 110000, 20050910, 120709, 120, 2, 'E', 'P', 'lunch chris v', 'How does lunch on Thursday, 9/22 sound? Would you\r\nlike to meet in the middle again? Blue Mango was\r\ngood, but I am curious to try other places as well.\r\nThere is an Indian place over there:\r\n\r\nMehfil Indian Cuisine\r\nAddress: 5251 Stevens Creek Blvd,\r\nSanta Clara, CA 95051\r\nPhone: (408) 260-9200\r\n\r\nMeet there at 11:45?\r\n'), (711, NULL, NULL, 'joe', 20050922, 170000, 20050910, 120813, 60, 2, 'E', 'P', 'teal?', 'teal?'), (712, NULL, NULL, 'mary', 20050913, 180000, 20050913, 204338, 180, 2, 'E', 'P', 'serene''s b''day', 'http://www.livejournal.com/users/serenejournal/442515.html'), (713, NULL, NULL, 'casey', 20051009, 140000, 20051003, 175726, 480, 2, 'E', 'P', 'gaming gathering', 'http://www.livejournal.com/users/cyan_blue/324552.html'), (714, NULL, NULL, 'mary', 20051015, -1, 20050913, 204653, 0, 2, 'E', 'P', 'rachel''s housewarming', 'http://www.livejournal.com/users/cyan_blue/323000.html?thread=2036664#t2036664'), (715, NULL, NULL, 'mary', 20050917, -1, 20050913, 204756, 0, 2, 'E', 'P', 'christyn housewarming', 'http://www.livejournal.com/users/cyan_blue/323000.html?thread=2036920#t2036920'), (716, NULL, NULL, 'joe', 20051112, 180000, 20050914, 213248, 360, 2, 'E', 'P', 't''s inner child party (not going b/c of trip)?', 't''s inner child party (not going b/c of trip)?'), (717, NULL, NULL, 'joe', 20051001, 160000, 20050914, 213627, 720, 2, 'E', 'P', 'indian summer party', 'WHAT: Party party party!\r\nWHEN: Sat, 1 October 2005, 4:00pm to 2,3,4+am ;->\r\nWHERE: The Zuckershack, 2129 Spaulding Ave, Berkeley\r\nWHY: Because this is one of our 3 parties of the year'), (718, NULL, NULL, 'joe', 20050925, 170000, 20050914, 214456, 300, 2, 'E', 'P', 'hardie party (can''t go conflict)', 'It''s always a good time to be around friends and family. So we''re\r\nhosting a dinner, movie and desert party-- too long has it been since\r\nwe''ve seen many of you.\r\n\r\nDate: Sunday, September 25th\r\nTime: Dinner at 5pm; pizza in Palo Alto\r\nFollowed by: Movie and desert at our home from 7pm until 10pm\r\n\r\nWe eat out at a new pizza place in downtown Palo Alto, across from the\r\nAquarius movie theater, called Paxtis.. it''s next to Jing Jing''s. (We''ll\r\nsend an update with actual directions later.)\r\n\r\nThe movie will be a comedy, probably made in the sixties. We''ll try to\r\nget the projector running in the front yard. Even if you can''t make it to\r\ndinner, you''re still welcome to join us at the house afterwards.\r\n\r\nRSVP for reservations and directions.\r\n\r\nWith love,\r\n Chris and Ted\r\n\r\nPS. website for pizza is at:\r\n http://www.patxispizza.com/menu.htm'), (719, NULL, NULL, 'casey', 20051008, 183000, 20051003, 170818, 300, 2, 'E', 'P', 'kathleen/sarah birthday', 'http://www.livejournal.com/users/sarahh/160426.html'), (720, NULL, NULL, 'casey', 20051022, 150000, 20050919, 133225, 540, 2, 'E', 'P', 'Rachel''s Housewarming', 'http://www.livejournal.com/users/mertuil/529770.html\r\n\r\n3 pm onward, arrival any time between 3 and 7.'), (721, NULL, NULL, 'casey', 20050924, 130000, 20050920, 3357, 360, 2, 'E', 'P', 'Date with V', 'Date with V'), (722, NULL, NULL, 'joe', 20051009, 140000, 20050920, 105354, 480, 2, 'E', 'P', 'geri''s gaming gathering (not sure if I''m going)', 'Geri''s Gaming Gathering - Sun Oct 9th, 2-10pm Inbox\r\n \r\nGeri \r\n More options Sep 16 (4 days ago)\r\nHi folks,\r\n\r\nIt''s been way too long since I invited y''all over for Scrabble and\r\nSettlers of Catan and Boggle and Apples to Apples and all manner of games\r\n- so, without further ado, here''s announcing a gaming gathering on Sunday\r\nOctober 9th, from 2pm to 10pm.\r\n\r\nPlease read the party rules, as some of them differ from other gatherings\r\nthat we''ve held.\r\n\r\n*Hot tub, yummy hot tub!*\r\n\r\nBring a bathing suit and towel if you''d like to use the hot tub. Also, if\r\nyou or your kids use the hot tub, please consider kicking a couple bucks\r\nper person into the Donation Bucket if you can afford to, as the household\r\nwater heating bill can get fairly astronomical. Thanks!\r\n\r\n*Kids*\r\n\r\nKids of all ages are welcome at the gathering. Parents/guardians are\r\nexpected to see to their kids'' safety and appropriate behavior, especially\r\naround the hot tub. The house is not kid-proof.\r\n\r\n*Potluck*\r\n\r\nThe party will be potluck style. You are encouraged, though of course not\r\nrequired, to bring a scrumptious dish to share. Hot cooked foods are\r\nparticularly welcomed, especially vegetarian ones. Please attach a piece\r\nof paper with your name on it to any dish that you bring, and also if\r\npossible a list of ingredients, so that people who have allergies to\r\ncertain foods can check in with you about whether the dish is safe for\r\nthem to eat.\r\n\r\n*Bring*\r\n\r\nAny board games that you might like to play!\r\n\r\n*Don''t Bring*\r\n\r\nWe''re allergic to smoke, so if you need a cigarette, please enjoy it\r\noutside at street level. Also, please don''t bring street drugs - "your\r\nkink is ok but it is not our kink" ;-)\r\n\r\nWe''re also allergic to psychodrama - please enjoy that outside at street\r\nlevel as well, or better yet don''t bring it.\r\n\r\nAlso, please don''t bring along anyone who isn''t on the invite list (aside\r\nfrom your kids, who are included in your invitation). If you think weve\r\nleft someone off the invite list who ought to be invited, feel free to\r\nemail us about it, and we''ll see.\r\n\r\n*Speaking of that invite list...*\r\n\r\nHere are the folks who are invited. Kids are included in their parents''\r\ninvitations. We might make some additions to the list between now and the\r\nparty. Please be mindful of the fact that if you mention the party to\r\npeople who aren''t invited, their feelings might be hurt.\r\n\r\n1muse+partner, AdamChristopher, Ag_unicorn, Ailurodragon, AirshipJones,\r\nAkienm, Akrummenaker, Aliza250, AngelBob, ApolloLee, Auros, Bdot + Dan,\r\nBk2w, Boyziggy, Brian1789, Caesia, Calvin_xc1, Canis_Fortuna, Chipuni,\r\nChris Black + husband, Chris Vigliaturo, Ciarhwyfar, CJsmith,\r\nCortneyofeden, Coyote3502, Crism, Cyan_Blue, David Corbett, Dawnd,\r\nDeedeebythebay, Deyo, Eeyore42, Ef2p, Emmett_the_Sane, Ethora+partner,\r\nFructivore, Funcrunch, Garnetwhore, Gentleman_C, Gnathonite, Hermetic,\r\nHopeforyou, Jack Twilley, Jackien1968, JenCallisto, Jimweasel+partner,\r\nJoedecker+Chris, Jonathan+Jon, Ken+Dennis+Matt, Kineticphoenix, Kmeelyon,\r\nLabelleizzy, LadyNanook, LennierSD, Lilpnkspyder, Luna_Torquill+Nick,\r\nMactavish, Medge, Merde, MikZ, Miroslav Klivansky, Misseli, MissK, Natalie\r\nLeonard, Obadiah, Patgreene, Patty Gray, Patty Moodian, Perse, Plymouth,\r\nPraematura+Dennis+Matt, Purplerabbit, Rackstraw, Ravenslost, Rfrench,\r\nRi_whittlesey, Riley37+Jess, Riseorbleed, Samantha_Vimes,\r\nSFtheWanderer+Jon, SimplyKimberly, SlyViolet, Star_Skipper, Stollman,\r\nTenacious_snail, Tgeller, Thats_Ms_Dragon, Tolyn+partner, Tshuma,\r\nTyrsalvia + husband, Uncledark, Vrelis, Vvvexation, Whytraven+partner,\r\nYesmanesq, Zahraa, Zpdiduda+partners, Zwol, Zyxwvut\r\n\r\n*Your hosts include various feline creatures - please help keep them safe*\r\n\r\nIf you see a sign on a door that says "Cats inside, do not enter," please\r\ndo not open the door.\r\n\r\n*RSVP*\r\n\r\nIt really helps me to know in advance how many people I''m cooking for, so\r\nprompt-as-possible rsvps are encouraged. Thanks!\r\n\r\nIf you have an LJ, please RSVP via the poll here:\r\n\r\nhttp://www.livejournal.com/users/cyan_blue/324552.html\r\n\r\n*Transportation*\r\n\r\nOur house has many virtues, but proximity to a good transit system isnt\r\none of them. If you need a ride or can offer a ride, let us know and we''ll\r\nattempt to hook folks up with one another. If you don''t own a car and we\r\ncan''t find you a carpool, we''ll coordinate a BART / Caltrain run at a\r\npre-arranged time before the party begins.\r\n\r\n*Crash space*\r\n\r\nWe''ve got plenty of it. If you have a long drive or find yourself too\r\ntired to drive, please feel encouraged to sleep over.\r\n\r\n*Driving directions*\r\n\r\nThe house is located on the southern end of Oakland, very close to the San\r\nLeandro border. My address is:\r\n\r\n10700 Stella Street\r\nOakland, CA 94605\r\n415-517-7965 (Geri''s cel)\r\n510-568-9011 (House phone)\r\n\r\nHere is a mapquest rendition of where we are:\r\nhttp://www.mapquest.com/maps/map.adp?formtype=address&searchtype=address&country=US&addtohistory=&1ahXX=&address=10700+Stella+St&city=Oakland&state=CA&zipcode=94605-5330\r\n\r\nApproaching from the north:\r\n\r\nTake your best route to 580 East, which will eventually be headed in a\r\nsoutherly direction.\r\nTake the exit toward 106TH AVENUE / FOOTHILL BLVD.\r\nTurn LEFT onto STANLEY AVE.\r\nTurn LEFT onto FOOTHILL BLVD.\r\nTurn LEFT onto 106TH AVE.\r\nTurn RIGHT onto SHELDON ST.\r\nAt the fork, Turn SLIGHT LEFT onto MALCOLM AVE.\r\nTurn LEFT onto STELLA ST.\r\n\r\nApproaching from the south:\r\n\r\nTake your best route to 580 West, which will eventually be headed in a\r\nnortherly direction.\r\nTake the MACARTHUR BLVD exit toward FOOTHILL BLVD.\r\nStay STRAIGHT to go onto MACARTHUR BLVD.\r\nTurn SLIGHT RIGHT onto FOOTHILL BLVD, and go about a half-mile.\r\nTurn RIGHT onto 106TH AVE.\r\nTurn RIGHT onto SHELDON ST.\r\nAt the fork, Turn SLIGHT LEFT onto MALCOLM AVE.\r\nTurn LEFT onto STELLA ST.\r\n\r\nSee you there!\r\n\r\n'), (723, NULL, NULL, 'joe', 20051001, 200000, 20050920, 124318, 300, 2, 'E', 'P', 'Beakers and Buggery (not going?)', 'Other magazine presents Beakers and Buggery: A Sex Party For Mad Scientists\r\nand Friends\r\n\r\nIt''s time to experiment with sex! Fire up those Bunsen burners and catalyze\r\nthose inert chemicals! Other magazine is hosting a sex party for all genders\r\nand all orientations, featuring weird devices, bizarre science, and\r\nfantastic delights! Sexy mad scientist attire encouraged! Bring your\r\nfavorite mad-scientist devices!\r\n\r\nDetails:\r\n\r\nWhere: The Center for Sex and Culture, 398 11th. St. @ Harrison, SF\r\nWhen: Saturday, October 1, from 8 PM to 1 AM\r\nHow much: $15 to $30 sliding scale, all proceeds benefit other magazine\r\n\r\n\r\nPlease forward this invite to select mad scientists!'), (725, NULL, NULL, 'joe', 20050930, 180000, 20050920, 132510, 0, 2, 'E', 'P', 'Rock-climbing?', 'In the near future, we''ve got a couple of get-togethers coming up. The first one is pure unadulterated fun - Jen Atkin is going to be teaching us rock-climbing Friday evening, September 30 th, at the Ironworks gym in Berkeley. '), (724, NULL, NULL, 'mary', 20051023, 140000, 20051006, 130155, 540, 2, 'E', 'P', 'Joe''s Birthday BBQ, details TBD', 'Birthday BBQ, details TBD\r\nhttp://www.livejournal.com/users/joedecker/734272.html'), (726, NULL, NULL, 'mary', 20050905, 80000, 20050921, 92549, 0, 2, 'M', 'P', 'work', 'work'), (727, NULL, NULL, 'mary', 20050909, 140000, 20050921, 92616, 120, 2, 'E', 'P', 'staff meeting', 'staff meeting'), (728, NULL, NULL, 'mary', 20050910, 140000, 20050921, 92651, 300, 2, 'E', 'P', 'darla craft thing', 'darla craft thing'), (730, 4, NULL, 'mary', 20051007, 170000, 20050921, 93110, 300, 3, 'E', 'P', 'Friday Night Date', 'Date, or something, or sitting around snuggling\r\n\r\n(Hey, want to go see Serenity?)'), (731, NULL, NULL, 'joe', 20050929, 190000, 20050921, 132109, 240, 2, 'E', 'P', 'date dita', 'date dita'), (732, NULL, NULL, 'joe', 20050923, 110000, 20050923, 3535, 120, 2, 'E', 'P', 'lunch dita', 'lunch d'), (733, NULL, NULL, 'joe', 20050926, 73000, 20050921, 135859, 60, 2, 'E', 'P', 'willow glen electric', 'willow glen electric'), (734, NULL, NULL, 'joe', 20051007, 80000, 20050921, 141518, 480, 2, 'E', 'P', 'deliver work to roseville', 'deliver work to roseville'), (735, NULL, NULL, 'joe', 20051216, 90000, 20051207, 150412, 360, 2, 'E', 'P', 'pickup art roseville', 'pickup art roseville arrive 11-3'), (736, NULL, NULL, 'joe', 20051015, 183000, 20050921, 142047, 150, 2, 'E', 'P', 'reception, Roseville Arts', 'reception, Roseville Arts'), (737, NULL, NULL, 'joe', 20051001, 190000, 20050922, 131130, 300, 2, 'E', 'P', 'food porn (not going?)', 'If you''re not on this filter, I''m allowed to tell you anyhow:\r\n\r\nWhat: Food Porn Party.\r\nDate:Saturday Oct. 1st.\r\nTime: 7pm-midnight (ish)\r\nPlace: 420 Burk St. #101 Oakland, CA 94610\r\nRSVP: Here or to Ravenslost@gmail.com\r\nBring: Your self, a dish that gives pleasure, a piece of food-porn to\r\nshare, drinks. (::ahem:: finger foods and decadence encouraged)\r\n\r\nQuestions:\r\nCan I bring guests?\r\nYes, but please let me know who, and how many.\r\n\r\nWhat is food porn\r\nRecipes. Sensual accounts of food, eating and culinary pleasure. If\r\nit makes you salivate, that''s it. If it makes you salivate, warm\r\n*and* tingly? You''ve hit the jackpot.\r\n\r\nWhere can I find food porn?\r\nThe Food network is a good spot. So are Food and Wine magazines. Find\r\na wine review, restaurant review or recipe, read it slowly, lovingly.\r\nIf you get a reaction out of it? You''ve found some food-porn.\r\n\r\nOr you could get creative and write some. Have food and lust ever\r\nco-existed in your life? Tell us a story. Write out a memory, or\r\nfantasy. Perhaps of watching a lover eat a strawberry, a piece of\r\nsteak, ice cream or what have you. Or a guide on the proper way to do\r\nso. If you get stuck, hit the hostess up for something. ;-) I''ll\r\nendeavor to write on request for this one.\r\n\r\nGiven the name '), (739, NULL, NULL, 'joe', 20051006, 110000, 20050922, 170303, 120, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (738, NULL, NULL, 'joe', 20050930, 160000, 20050928, 4416, 120, 2, 'E', 'P', 'monochrome show takedown', 'Our annual group show at the Norton Gallery ends on Friday, Sept 30th. All of our work must be taken down from the gallery walls by 5pm that evening.\r\n \r\nIf you have any work in the show (or in storage), please try your best to pick it up on Friday before 5pm? Any work that is not picked up will be placed in my studio and can be picked up the following week starting on Thu, Oct 6th.\r\n \r\nUnfortuantely, I will be out of town and can''t take down the show myself. Would somebody be willing to volunteer to take down any remaining work and put it onto storage on Friday evening? Please contact me by phone if you can help.\r\n \r\n----\r\n\r\nHi Joe,\r\n \r\nJust a quick update before I leave... Werner Glinka is putting up a show in Norton on Friday evening. He plans to take our work off the walls around 2pm and stack it on the floor so people can pick it while he is putting up the new show.\r\n \r\nYou can still put the left overs into my studio as planned and any sold pieces in the office downstairs. My studio key is waiting for you at the office desk.\r\n \r\nThanks again!\r\nPete'), (740, NULL, NULL, 'joe', 20050930, 120000, 20050922, 171508, 180, 2, 'E', 'P', 'pal volunteer?', 'pal volunteer?'), (741, NULL, NULL, 'joe', 20050928, 160000, 20050922, 171648, 60, 2, 'E', 'P', 'pickup art calypso', 'pickup art calypso'), (742, NULL, NULL, 'joe', 20050929, 70000, 20050922, 171734, 180, 2, 'E', 'P', 'drop off at the vc firm', 'drop off at the vc firm'), (743, NULL, NULL, 'joe', 20050929, 110000, 20050922, 172553, 360, 2, 'E', 'P', 'see heathers paintings', 'see heathers paintings'), (744, NULL, NULL, 'joe', 20050922, 190000, 20050922, 181557, 60, 2, 'E', 'P', 'richard starky', 'richard starky'), (745, NULL, NULL, 'joe', 20051004, 90000, 20050922, 182952, 0, 2, 'E', 'P', 'BIG DEAL XII dropoff', 'Thanks so much for generously agreeing to donate your art. We really value\r\nyour contribution.\r\n\r\nTo encourage early drop-offs, we''re offering a bottle of wine to the first\r\n20 artists to drop off work! We are accepting art at Visual Aid during our\r\nTUESDAY DROP OFF times, 10am-6pm only on September 20 & 27, October 4 & 11.\r\nWe''ll also send you a list of late drop-off dates, times and locations\r\n(including those outside of San Francisco).\r\n\r\nVisual Aid''s new office is located at 116 NEW MONTGOMERY, SUITE 640, San\r\nFrancisco\r\n(one block directly behind SFMOMA, between 2nd & 3rd Streets, and between\r\nMission & Howard Streets, near Montgomery BART).\r\n\r\nYou''re welcome to check our website at www.visualaid.org in October for\r\nevent updates and drop-off details.\r\n\r\nWhen dropping your work, please include:\r\nYour name\r\nmailing address including zip code\r\nphone number\r\ntitle\r\ndate\r\nmedium\r\nsize\r\nname of artist (if not you)\r\n\r\nIf you have a jpeg of the artwork you plan to donate, please send us a copy\r\n(with the above information). We may have an opportunity to use it for p/r\r\npurposes.\r\n\r\nAlso, if you have any suggestions for other artists who may be interested in\r\ndonating work for our event, please let us know. We really appreciate the\r\nsupport of our arts community.\r\n\r\nWe hope you plan to attend Big Deal on November 12!\r\n\r\nThank you for your wonderful support of Visual Aid.\r\n\r\nWarm regards,\r\nJulie\r\n\r\nJulie Blankenship\r\nExecutive Director\r\n\r\nVisual Aid\r\n116 New Montgomery St. Suite 640\r\nSan Francisco, CA 94105\r\n(415) 777-8242'), (746, NULL, NULL, 'casey', 20051028, 100000, 20050922, 192345, 0, 2, 'E', 'P', 'Mary and Joe To Airport', 'Flight: America West flight 6584\r\nDepart: Oakland, CA (OAK) - TERMINAL 1\r\nFri, Oct 28 at 11:33 AM'), (747, NULL, NULL, 'casey', 20051030, 130000, 20050922, 192439, 0, 2, 'E', 'P', 'Joe and Mary from airport', 'Flight: America West flight 372 ( non-stop )\r\nDepart: Las Vegas, NV (LAS) - MAIN TERMINAL\r\nSun, Oct 30 at 11:29 AM\r\nArrive: Oakland, CA (OAK) - TERMINAL 1\r\nSun, Oct 30 at 01:07 PM'), (748, NULL, NULL, 'joe', 20050926, 100000, 20050923, 3656, 360, 2, 'E', 'P', 'bd, san francisco', 'bd, san francisco'), (749, NULL, NULL, 'joe', 20050924, 190000, 20050923, 3616, 300, 2, 'E', 'P', 'jim / mel hot tubbin''', 'jim / mel hot tubbin'''), (750, NULL, NULL, 'joe', 20051021, 170000, 20051010, 221116, 0, 2, 'E', 'P', 'ph teal', 'ph teal'), (751, NULL, NULL, 'joe', 20050928, 123000, 20050923, 120739, 30, 2, 'E', 'P', 'screen door', 'screen door'), (752, NULL, NULL, 'joe', 20050930, -1, 20050923, 173908, 0, 2, 'E', 'P', 'Need to have class description to Reena done', 'Need to have class description to Reena done'), (753, NULL, NULL, 'joe', 20051114, -1, 20050923, 174430, 0, 2, 'E', 'P', 'materials list and profile (see R. Scholl?)', 'materials list and profile (see R. Scholl?)'), (754, NULL, NULL, 'joe', 20050926, 200000, 20050924, 14027, 120, 2, 'M', 'P', 'chris/joe date', 'chris/joe date'), (755, NULL, NULL, 'joe', 20051010, 190000, 20051002, 134942, 120, 2, 'E', 'P', 'possible chris/joe date', 'possible chris/joe date'), (756, NULL, NULL, 'joe', 20051012, 180000, 20050928, 4011, 0, 2, 'E', 'P', 'phig meeting at picture element', 'Hello Photographers,\r\n \r\nOur next monthly PHIG meeting is coming up on Wednesday, Oct 12th at 7:30pm.\r\nWe will be visiting Picture Element in Santa Clara. Picture Element specializes in high end, digital scanning and large-format, color accurate printing. It is located near the San Jose Airport (please see directions below).\r\n \r\nOwner, Mike Chambers will give us a tour, describe the process and equipment used, and explain the projects he has been doing with local photographers and artists. Mike is a long-time veteran of Calypso and has recently started his own business. Picture Element has an incredible large-format scanner and shares the building with 2 additional photography studios.\r\n\r\nPhotographers Interest Group (PHIG)\r\nWednesday, Oct 12th at 7:30pm\r\nPicture Element\r\n2405 De La Cruz Blvd.\r\nSanta Clara, CA 95050\r\nwww.pictureelement.com 408-969-0084\r\n \r\nDriving Directions:\r\n\r\nFrom North or South Hwy 101:\r\n\r\nTake the De La Cruz exit in Santa Clara heading South.\r\nGo past 2 stop lights (past San Jose airport)\r\nPicture Element (2405) is on the left just after Crossing Martin Avenue.\r\n\r\n \r\n\r\nFrom Hwy 17 / 880:\r\n\r\nTake the Coleman Exit West (toward San Jose Airport)\r\nFollow Coleman for about a mile Take the right fork onto De La Cruz\r\nPicture Element (2405) is about a half a mile down De La Cruz on the right hand side (right before Marting Ave.).\r\n\r\nAs usual:\r\n* there''s no cost to attend\r\n* please pass this info on to others who may have an interest\r\n* attendees are encouraged to become Art League members\r\n* see www.pacificartleague.org for maps and more details\r\n\r\nLooking forward to seeing you there.\r\nPete Zivkov\r\n\r\n\r\n======================================================\r\nPete''s Tech Tower Studio: 650/533-8862 www.zivkov.com\r\n====================================================== '), (757, NULL, NULL, 'joe', 20051001, 80000, 20050928, 4608, 300, 2, 'E', 'P', 'raptors', ' N V I T A T I O N\r\n>\r\n>University of California Press & University Press Books/Berkeley\r\n>\r\n>Invite you to join in\r\n>\r\n>A CONVERSATION WITH Hans Peeters and Pam Peeters\r\n>\r\n>Authors of RAPTORS OF CALIFORNIA\r\n>\r\n>A new California Natural History Guide\r\n>\r\n>Interlocutor Doris Kretschmer,\r\n>Former Sponsoring Editor,\r\n>University of California Press.\r\n>\r\n>Light refreshments will be served and\r\n>audience participation in the conversation is requested.\r\n>\r\n>10:30-12, Saturday morning, October 1, 2005 at\r\n>\r\n>UNIVERSITY PRESS BOOKS/BERKELEY\r\n>2430 Bancroft Way (Just below Telegraph)\r\n>\r\n>Field trip before the Conversation:\r\n>\r\n>Participants are invited to meet with the authors at 9 Saturday\r\n>morning at the top of Claremont Canyon at the intersection of\r\n>Grizzly Peak Boulevard and Claremont Avenue/Fish Ranch Road.\r\n>\r\n>We will look for raptors there and visit one or two other outlooks\r\n>before leaving for the bookstore Conversation to start at 10:30.\r\n>\r\n>\r\n>Visit us online at: www.universitypressbooks.com\r\n>Or contact us at:\r\n>upb@universitypressbooks.com\r\n>Ph: 510-548-0585 / 800-676-8722\r\n>Fax: 510-849-9214\r\n>\r\n>University Press Books\r\n>2430 Bancroft Way\r\n>Berkeley, CA 94704\r\n>\r\n>Open M-F 10-8; Sat 10-6; Sun 12-5.\r\n>Send this message to your book-loving friends and colleagues!\r\n>\r\n>\r\n>\r\n'), (758, NULL, NULL, 'joe', 20051022, 110000, 20050928, 11217, 240, 2, 'M', 'P', 'Natural Bridges Talks', ' Hi Folks,\r\n\r\nThis looks like it will be a good year for the over-wintering monarch population at Natural Bridges State Park in Santa Cruz. In fact, we already have over 500 which puts us almost four weeks ahead of normal. As I mentioned at the Rivers and Redwoods workshop, I give talks on monarch migration at Natural Bridges during the fall and winter. I will be giving these talks at both 11:00 am and 2:00 pm on the Saturdays listed below and I would like to invite you to join me. The parking fee at the park is only $6.00, the vast majority of which stays with the park instead of going to Sacramento. No reservation is necessary, but I would appreciate it if you would either send me an e-mail or call me at my office a day or so ahead to let me know that you will be coming.\r\n\r\nMy schedule is as follows:\r\n\r\n * Sat 22 OCT\r\n * Sat 5 NOV\r\n * Sat 19 NOV\r\n * Sat 3 DEC\r\n * Sat 17 DEC\r\n * Sat 7 JAN\r\n * Sat 21 JAN\r\n * Sat 4 FEB\r\n\r\nAlso, our Welcome Back Monarchs Day festival is Sunday 9 OCT from 10:00 - 4:00. This is a great festival and it''s aimed at both children and adults.\r\n\r\nPlease take a look at both the link to Natural Bridges, http://www.parks.ca.gov/default.asp?page_id=541, and the attached brochure. By the way, I did the photography for the brochure.\r\n\r\nI hope you get a chance to come to Natural Bridges this fall. It would be great to see you there. Please feel free to contact me if you would like more information.\r\n\r\nBest regards,\r\n\r\nJohn'), (759, NULL, NULL, 'joe', 20051019, 190000, 20050928, 113314, 300, 2, 'M', 'P', 'poss. leap reunion', 'poss. leap reunion'), (760, NULL, NULL, 'joe', 20051003, 130000, 20050928, 141354, 60, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (761, NULL, NULL, 'joe', 20060113, 0, 20050928, 183216, 360, 2, 'M', 'P', 'mono winter workshop', 'mono winter workshop'), (763, NULL, NULL, 'joe', 20051112, 170000, 20050930, 213224, 0, 2, 'E', 'P', 'dr /les bday', 'dr /les bday'), (764, NULL, NULL, 'joe', 20051116, -1, 20050930, 213404, 0, 2, 'E', 'P', 'les bday', 'les bday'), (765, NULL, NULL, 'joe', 20051126, 190000, 20050930, 213433, 0, 2, 'E', 'P', 'possible t''giving s party', 'possible t''giving s party'), (766, NULL, NULL, 'joe', 20051008, 183000, 20051001, 182451, 300, 2, 'E', 'P', 'sarah/kath b''day party', 'Sarah and I are having a joint birthday party a week from today, on\r\nSaturday, October 8th, and you are invited. :-) As at least one of\r\nthe birthday girls will still be a bit jetlagged, we''re aiming for\r\nquiet and comfy. So, kick off your shoes (if you like) and sit a\r\nspell. :-) Your partners are of course invited -- if they''re not\r\non this list, it''s because we didn''t know their email address. We''ll\r\nprovide snacks and cake. You provide your own charming company. :-)\r\n\r\nWhen: Saturday 10/8/05 6:30pm-\r\nWhere: the Observatory, 25591 Bunker Hill Blvd, Hayward\r\nRSVPs: appreciated'), (767, NULL, NULL, 'joe', 20051101, -1, 20051001, 201636, 0, 2, 'M', 'P', 'ask casey/mary about oregon plans', 'ask casey/mary about oregon plans'), (768, NULL, NULL, 'joe', 20051005, 190000, 20051002, 213423, 240, 2, 'E', 'P', 'S&P', 'S&P'), (769, NULL, NULL, 'joe', 20051006, 163000, 20051003, 103551, 60, 2, 'E', 'P', 'pick up kitties by 5', 'pick up kitties by 5'), (770, NULL, NULL, 'joe', 20051010, 190000, 20051003, 173611, 0, 2, 'E', 'P', 'leap reunion', 'leap reunion'), (771, NULL, NULL, 'joe', 20051010, 110000, 20051003, 174903, 142, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (772, NULL, NULL, 'joe', 20051106, 180000, 20051004, 113010, 0, 2, 'E', 'P', 'parents din?', 'parents din?'), (773, NULL, NULL, 'mary', 20051015, -1, 20051005, 100504, 0, 2, 'E', 'P', 'lori''s b''day', 'Hi Pat,\r\n\r\nI''m sure you''re thinking about Lori''s upcoming birthday. I''ve been asking her if she has anything special in mind for the day - we''ll both have the kids.\r\n\r\nI was wondering if you and I could coordinate something later in the day on Saturday, assuming you feel up to it and are interested. I understand that Casey and Mary will be driving up this coming weekend to help raise a wall, so Lori thought they might not be up for another trek to Guerneville the following weekend. What do you think? Would you be interested in hosting us all for dinner on Saturday evening? Maybe a little surprise party/dinner for Lori? (I don''t want to impose or be presumptuous, so let me know if this is too much for you right now. And I am happy to help out with the grocery bill.) I know she would want to share part of her special day with all of you out in Guerneville. Could you give some thought to this and share any ideas or suggestions\r\nwith me? Lori did such a beautiful thing in arranging the river rafting trip for all of us on my birthday, and I would like to try to honor her\r\nbirthday in kind.\r\n\r\nThanks for giving this some thought, Pat.\r\n\r\nWarm regards,\r\n\r\nMichael'), (774, NULL, NULL, 'joe', 20051105, 200000, 20051005, 114807, 240, 2, 'E', 'P', 'Reviea Party', 'http://www.amphibious.com/party/myth/'), (775, NULL, NULL, 'joe', 20051021, -1, 20051005, 120742, 0, 2, 'E', 'P', 'Lia''s last day', 'Lia''s last day'), (776, NULL, NULL, 'joe', 20051012, 120000, 20051005, 203127, 240, 2, 'E', 'P', 'sarah', 'sarah'), (777, 407, NULL, 'mary', 20051028, 83000, 20051006, 130219, 300, 2, 'E', 'P', 'work', 'work -- Day off has been acquired.'), (778, NULL, NULL, 'mary', 20051031, 80000, 20051006, 130340, 480, 2, 'E', 'P', 'work', 'work - Conferences all day'), (779, NULL, NULL, 'joe', 20051019, 100000, 20051010, 125542, 420, 2, 'E', 'P', 'heather giclee work', 'heather giclee work'), (780, NULL, NULL, 'casey', 20060510, -1, 20051010, 140735, 0, 2, 'M', 'P', 'E3', 'E3'), (781, NULL, NULL, 'joe', 20051203, 30000, 20051011, 13328, 900, 2, 'M', 'P', 'propanel rental fabienne', 'propanel rental fabienne '), (782, NULL, NULL, 'joe', 20051021, 190000, 20051013, 143528, 240, 2, 'E', 'P', 'joanne', 'joanne'), (783, NULL, NULL, 'joe', 20060205, 120000, 20051013, 174931, 420, 2, 'M', 'P', 'workshop', 'workshop'), (784, NULL, NULL, 'joe', 20051020, 110000, 20051017, 170132, 120, 2, 'E', 'P', 'lunch pgj', 'lunch pgj\r\n\r\nSounds great! Thursday, 20-Oct @ noon. On my calendar:\r\n\r\nSitara Indian Cuisine\r\n3590 Homestead Rd\r\nSanta Clara, CA 95051-5166\r\nPhone: (408) 247-2753'), (785, NULL, NULL, 'mary', 20051016, -1, 20051014, 175838, 0, 2, 'E', 'P', 'were-rabbit', 'were-rabbit : time TBD'), (786, NULL, NULL, 'mary', 20051105, -1, 20051014, 175908, 0, 2, 'E', 'P', 'zoo trip?', 'zoo trip?'), (787, NULL, NULL, 'joe', 20051108, -1, 20051104, 220831, 0, 2, 'M', 'P', 'drop off TF2 at SJ/WORKS', 'drop off TF2 at SJ/WORKS\r\n\r\nThank you for donating artwork to our auction!\r\n\r\nJust a reminder:\r\nDrop off dates are from November 8 - 12, from\r\n12-4pm, and\r\non Thursday the 10th 12 until 7pm.\r\n\r\nIn case you need an Artist Donation Form, there\r\nare 3 ways\r\nto take care of this:\r\n\r\n1. I have attached an Artist Donation Form for\r\nyou to\r\nprint, fill out, and bring to the gallery along\r\nwith your\r\nartwork during the dates specified above.\r\n\r\n2. You may download the form directly from our\r\nwebsite:\r\n\r\nwww.workssanjose.org\r\n\r\n3. You may simply wait and fill one out at the\r\ngallery when\r\nyou drop off your artwork.'), (788, NULL, NULL, 'joe', 20051202, 210000, 20051017, 191159, 300, 2, 'E', 'P', 'queer playground (not going?)', '\r\nThe Queer Playground\r\nA Queer Leather BDSM play celebration\r\n\r\nFriday, December 2, 2005\r\nDoors at 8:00 party till 1:00\r\n$20.00\r\n\r\nHosted by Arielle\r\nDoors 8:00pm till 1:00am\r\n$20.00\r\n\r\nCome on out for The Queer Playground, a Queer BDSM play party for anyone of\r\nany gender who identifies as queer, lesbian, gay, fag, dyke, genderqueer,\r\ngenderfucker, genderbender, differently-abled queer, queer of color, trans,\r\nMTF, FTM, bisexual, pansexual, omnisexual,\r\nquestioning, intersexed, trysexual ;)\r\n\r\nThere will be service submissives serving the guests to provide a friendly,\r\nqueer, leather, BDSM, and fun atmosphere. Depending on the new space,\r\nthere will hopefull also be a wrestling area provided.\r\n\r\nVolunteer work shifts available for entry (service\r\nsubmissives, house slaves, DM''s,setup, cleanup, door\r\nshifts)\r\n\r\n*Service submissives require a brief a training and preferable experience\r\nor desire for service submission.\r\n\r\nRSVP’s requested, but not required\r\n\r\nRSVP Email to: MusicGeekChic@speakeasy.net\r\n\r\nVolunteer shifts available are set up, clean up, door, cashier, DM, service\r\nsubmissive. Shifts are given on a first come, first serve basis. DM’s\r\nrequire approval from host and should be certfified.\r\n\r\nVolunteer email at MusicGeekChic@speakeasy.net\r\n\r\n\r\nSF Citadel\r\n1277 Mission Street,\r\nbetween 8th and 9th\r\n\r\n(Note that, for those parking on Mission Street,\r\nticketing and towing begins at 2am.)\r\nwww.sfcitadel.org\r\n\r\n*Please feel free to repost\r\n\r\n\r\nThank you,\r\nArielle, Queer Playground host\r\n\r\n\r\n This is a list for BDSM events of interest to the northern\r\n California area.\r\n To unsubscribe send email to listserv@rjhg.com\r\n with the text "unsubscribe events [your email address]" (no\r\n quotes or [ ]''s) in the body of the message. (The subject\r\n will be ignored)\r\n Handy Calendar of events in case you deleted or missed one\r\n http://www.soj.org/calendar/index.html\r\n Another Calendar of events for the S.F. Bay Area\r\n http://www.twistedimage.com/calendar\r\n\r\n\r\n'), (789, NULL, NULL, 'joe', 20051024, 120000, 20051017, 192349, 60, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (790, NULL, NULL, 'joe', 20060213, 190000, 20051017, 202226, 0, 2, 'E', 'P', 'GBS concerts (not going)', 'Mon. Feb 13 Aladdin Theatre Portland, OR *General admission* \r\nTickets go on sale November 19. Additional ticket info TBA. \r\nAladdin Theatre '), (791, NULL, NULL, 'joe', 20060215, 190000, 20051017, 202315, 0, 2, 'E', 'P', 'GBS concert', 'Wed. Feb 15 El Rey Theatre Los Angeles, CA *General admission* \r\nTickets go on sale November 19, 10AM. Additional ticket info TBA. \r\nEl Rey Theatre '), (792, NULL, NULL, 'joe', 20051103, 190000, 20051018, 142540, 180, 2, 'E', 'P', 'date les', 'date les'), (793, NULL, NULL, 'joe', 20051027, 110000, 20051019, 195513, 120, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (794, NULL, NULL, 'joe', 20051024, 190000, 20051020, 132912, 240, 2, 'E', 'P', 'dita?', 'dita?'), (795, NULL, NULL, 'mary', 20051101, 90000, 20051020, 142224, 60, 2, 'E', 'P', 'dr. miller', 'arrive at 8:50'), (796, NULL, NULL, 'mary', 20051108, 104000, 20051020, 142259, 60, 2, 'E', 'P', 'dr. fischer', 'arrive at 10:30'), (797, NULL, NULL, 'joe', 20051104, 104500, 20051021, 175428, 60, 2, 'E', 'P', 'bifocal', 'bifocal'), (798, NULL, NULL, 'mary', 20051105, -1, 20051022, 133059, 0, 2, 'E', 'P', 'mary joe date', 'Trip to Natural Bridges for butterflies.'), (799, NULL, NULL, 'joe', 20051031, 110000, 20051024, 154816, 180, 2, 'E', 'P', 'lunch lauren', 'lunch lauren'), (800, NULL, NULL, 'joe', 20051101, 190000, 20051025, 25415, 0, 2, 'E', 'P', 'dinner adam', 'dinner adam'), (801, NULL, NULL, 'joe', 20051102, 113000, 20051026, 154853, 180, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (802, NULL, NULL, 'joe', 20051101, 100000, 20051025, 150446, 420, 2, 'E', 'P', 'heather giclee work', 'heather giclee work'), (803, NULL, NULL, 'joe', 20051224, 210000, 20051028, 3744, 180, 2, 'E', 'P', 'it''s a wonderful life', 'it''s a wonderful life'), (804, NULL, NULL, 'joe', 20051210, 194500, 20051028, 3915, 120, 2, 'M', 'P', 'heaven can wait/stanford', 'heaven can wait/stanford'), (805, NULL, NULL, 'joe', 20060208, 190000, 20051028, 4137, 300, 2, 'E', 'P', 'sharks game', 'sharks game'), (806, NULL, NULL, 'joe', 20060313, 190000, 20051028, 4213, 180, 2, 'E', 'P', 'sharks game', 'sharks game'), (807, NULL, NULL, 'casey', 20051101, 190000, 20060713, 194906, 240, 2, 'M', 'P', 'Date Night with V', 'Date Night with V'), (808, NULL, NULL, 'joe', 20051204, 130000, 20051101, 114330, 240, 2, 'E', 'P', 'rick potluck', 'My apologies if you are getting this more than once; a number lists are in play.\r\n\r\nMy holiday potluck is set: Sunday, December 4th, 1-5pm(ish) at the Hayward Area Park and Recreation District''s offices, upstairs in the conference room. They''re at 1099 '), (809, NULL, NULL, 'casey', 20051204, 150000, 20051101, 163647, 420, 2, 'E', 'P', 'Geri''s Gaming Gathering', 'http://www.livejournal.com/users/cyan_blue/338162.html'), (810, NULL, NULL, 'joe', 20051204, 150000, 20051101, 184516, 540, 2, 'E', 'P', 'geri''s gaming gathering', 'Hi folks,\r\n\r\nThe last gaming gathering was way fun, so here''s an invitation to the\r\nnext! Come by and play Scrabble and Settlers and Boggle and Apples to\r\nApples and all manner of games at our home in Oakland on Sun Dec 4th, from\r\n3pm on through the evening. Info about the party is below.\r\n\r\n*Potluck*\r\n\r\nThe party will be potluck style. You are encouraged, though of course not\r\nrequired, to bring a scrumptious dish to share. Hot cooked foods are\r\nparticularly welcomed, especially vegetarian ones. Please attach a piece\r\nof paper with your name on it to any dish that you bring, and also if\r\npossible a list of ingredients, so that people who have allergies to\r\ncertain foods can check in with you about whether the dish is safe for\r\nthem to eat.\r\n\r\n*Kids*\r\n\r\nKids of all ages are welcome at the gathering. Parents/guardians are asked\r\nto see to their kids'' safety and appropriate behavior. The house is not\r\nkid-proof.\r\n\r\n*Bring*\r\n\r\nAny board games that you might like to play! Extra Settlers of Catan\r\nboards are always welcomed.\r\n\r\n*Don''t Bring*\r\n\r\nWe''re allergic to smoke, so if you need a cigarette, please enjoy it\r\noutside at street level. Also, please don''t bring street drugs - '), (811, NULL, NULL, 'joe', 20051111, 190000, 20051102, 171339, 420, 2, 'E', 'P', 'citidel men''s party', 'The Citadel is now open for business in its new location, 1277\r\nMission, between 8th and 9th. The first monthly mens-only party is\r\nless than two weeks away! Make plans to celebrate in our new place!\r\n\r\nWho: Gay and bi men\r\nWhen: Friday, November 11th\r\nTime: 8pm - 1am\r\nCost: $20\r\n\r\nAll the slings and crosses and cages and bondage tables and lockers\r\nand lounge chairs and safe sex supplies you''re used to will be there,\r\nalong with some other surprises. Check it out!\r\n\r\nAs always, we can use volunteers:\r\n - Set-up (2 guys, 7PM)\r\n - Clean-up (3 guys, 1am)\r\n - Dungeon Monitor (must be trained and certified)\r\n - Desk (1/hour)\r\n - Locker attendant/runner (1/hour)\r\n\r\nNote that with the layout at the new place, we don''t need a lonely\r\ndoor person, but we do need someone to manage the locker keys, keep\r\nchip bowls full, put out safer sex supplies as needed, and keep the\r\nplace tidy during the party so that the final cleanup goes a little\r\nbit quicker.\r\n\r\nVolunteer and get in for free! Send an email to Bob, at sf-\r\nmaster@yahoo.com'), (812, NULL, NULL, 'joe', 20051105, 100000, 20051102, 192716, 360, 2, 'E', 'P', 'PAL', 'PAL'), (813, NULL, NULL, 'joe', 20051112, 100000, 20051102, 192750, 360, 2, 'E', 'P', '(karen expected at PAL)', '(karen expected at PAL)'), (814, NULL, NULL, 'joe', 20051119, 100000, 20051102, 192815, 360, 2, 'E', 'P', '(karen expected at PAL)', '(karen expected at PAL)'), (815, NULL, NULL, 'joe', 20051126, 100000, 20051102, 193025, 360, 2, 'E', 'P', 'pal closed', 'pal closed'), (816, NULL, NULL, 'joe', 20051203, 100000, 20051102, 193204, 360, 2, 'E', 'P', 'pal', 'pal'), (817, NULL, NULL, 'joe', 20051210, 100000, 20051102, 193525, 360, 2, 'E', 'P', '(karen expected at PAL)', '(karen expected at PAL)'), (818, NULL, NULL, 'joe', 20051217, 100000, 20051102, 193551, 360, 2, 'E', 'P', 'pal', 'pal'), (819, NULL, NULL, 'casey', 20051118, 180000, 20051103, 164437, 240, 2, 'E', 'P', 'Cosmic Encounters', 'Subject: Cosmic Encounters Game Night - 11/18\r\n\r\nYou are cordially invited to join me in one or more games Cosmic Encounters.\r\n\r\nFestivities begin at 8pm at the House of Geek Repute\r\n4663 Pardee Avenue\r\nFremont, CA 94538\r\n\r\nPlease bring drinks snacks to share.\r\n\r\nRSVP''s requested at mimsyb@gmail.com\r\n\r\nIf we have more than 6, other games will be available to play\r\nincluding a 2nd set of Cosmic.\r\n'), (820, NULL, NULL, 'joe', 20051230, 160000, 20051217, 140440, 420, 2, 'E', 'P', 'joanne', 'joanne '), (821, NULL, NULL, 'joe', 20060619, 180000, 20060607, 220419, 80, 2, 'E', 'P', 'call teal', 'call teal'), (762, NULL, NULL, 'joe', 20060113, 60000, 20060105, 105953, 900, 2, 'M', 'P', 'mono winter', 'mono winter\r\n\r\nFriday Jan. 13 to Sunday the 15th. (by the dates, his email has it running Sat-Mon). In the next few days, we should call Murphey''s and get a room - mention Rick''s workshop & get special rates. I think we should plan on going up on Thurs. so we are for sure there if weather is not so good. I can also stay over on Sunday, since I have Monday as a holiday. '), (822, NULL, NULL, 'joe', 20051125, 190000, 20051106, 34616, 300, 2, 'E', 'P', 'Fencesitters Ball', 'Fencesitters Ball celebrates Spanksgiving!\r\n\r\nFriday Nov 25, 2005 at Rawhide\r\n\r\nhttp://www.fencesittersball.com'), (823, NULL, NULL, 'joe', 20051109, 111100, 20051109, 21107, 120, 2, 'E', 'P', 'chris v lunch?', 'Sabor Salvadoreno\r\n2045 White Oak Ln\r\nSanta Clara, CA\r\n(408) 985-6464\r\n\r\nMeet there at 11:45 on 11/9?'), (824, NULL, NULL, 'joe', 20060403, -1, 20051108, 131158, 0, 2, 'M', 'P', 'rainy in bay area', 'rainy in bay area -- probably mostly the early part of this range in the BA'), (825, NULL, NULL, 'joe', 20051110, 113000, 20051108, 181942, 150, 2, 'E', 'P', 'window covering', 'window covering'), (826, NULL, NULL, 'joe', 20051207, 190000, 20051128, 151223, 300, 2, 'E', 'P', 'dita', 'dita'), (827, NULL, NULL, 'joe', 20051116, 100000, 20051109, 205635, 360, 2, 'E', 'P', 'sarah gets a tattoo', 'sarah gets a tattoo'), (828, NULL, NULL, 'joe', 20051121, 110000, 20051110, 135631, 180, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (829, NULL, NULL, 'mary', 20051117, 170000, 20051110, 231622, 0, 2, 'E', 'P', 'cayenne through sunday', 'cayenne through sunday'), (830, NULL, NULL, 'mary', 20051117, 170000, 20051110, 231705, 420, 2, 'E', 'P', 'cayenne through sunday', 'cayenne through sunday'), (831, NULL, NULL, 'casey', 20051118, -1, 20051110, 233549, 0, 2, 'M', 'P', 'cayenne through sunday', 'cayenne through sunday'), (832, NULL, NULL, 'mary', 20051119, -1, 20051110, 231735, 0, 2, 'E', 'P', 'cayenne through sunday', 'cayenne through sunday'), (833, NULL, NULL, 'mary', 20051120, 80000, 20051110, 231758, 600, 2, 'E', 'P', 'cayenne through sunday', 'cayenne through sunday'), (834, NULL, NULL, 'mary', 20051124, 110000, 20051110, 231834, 600, 2, 'E', 'P', 'Thanksgiving in Guerneville', 'Thanksgiving in Guerneville'), (835, NULL, NULL, 'mary', 20051118, 83000, 20051110, 232005, 300, 2, 'E', 'P', 'work', 'work'), (836, NULL, NULL, 'mary', 20051202, -1, 20051110, 232040, 0, 2, 'E', 'P', 'work', 'work'), (837, NULL, NULL, 'mary', 20051209, -1, 20051110, 232052, 0, 2, 'E', 'P', 'work', 'work'), (838, NULL, NULL, 'mary', 20051216, -1, 20051110, 232106, 0, 2, 'E', 'P', 'work', 'work'), (839, NULL, NULL, 'mary', 20051126, 170000, 20051111, 13959, 0, 1, 'E', 'P', 'bday party', 'http://www.livejournal.com/users/radven/29581.html?view=68493#t68493'), (840, NULL, NULL, 'joe', 20051208, 110000, 20051130, 143339, 120, 2, 'E', 'P', 'lunch betsy', 'lunch betsy'), (841, NULL, NULL, 'joe', 20051211, 100000, 20051116, 30632, 360, 2, 'E', 'P', 'cookiethon (going?)', 'It''s time again for Cookiethon, our house''s annual cookie-baking\r\nextravaganza, and YOU are invited.\r\n\r\nWhen: Sunday December 11, basically all day.\r\n\r\nWhere: Park Place, 1255 33rd Ave near Lincoln, San Francisco. Lots of\r\nparking, close to the N-Judah.\r\n\r\nWhat: On Cookiethon Day, we bake cookies til we get tired of baking\r\ncookies. We decorate cookies and eat cookies and drink, well, probably not\r\ncookies. We might even talk about things that are not cookies. But the\r\nday, as you might imagine, is cookie-centric.\r\n\r\nFeel free to come over and just hang out, or come over and help bake. You\r\ncan help with what we''re baking, or bring your own recipes and/or tools\r\nand ingredients and show us whatcha got. It is all good. Leaving without\r\ncookies is strongly discouraged: bring containers to take your cookies\r\nhome.\r\n\r\nWe have here:\r\nTwo ovens\r\nTwo sets of measuring spoons\r\nTwo sets of measuring cups\r\nOne cookie press\r\nOne mixer/blender/food processor\r\nProbably another stand mixer\r\nA fair bit of other kitchen equipment\r\nMany basic cookie ingredients\r\n\r\nYou are welcome to bring kids and other people you know and like.\r\n\r\nPlease note: we have two kitties who will undoubtedly be in attendance, or\r\nat least nominally supervising.\r\n\r\nHope to see you!\r\n\r\nH\r\n'), (842, NULL, NULL, 'joe', 20051220, 160000, 20051116, 144417, 300, 2, 'E', 'P', 'holiday gallery of gifts 4-9', 'holiday gallery of gifts 4-9'), (843, NULL, NULL, 'joe', 20051120, 140000, 20051116, 115528, 240, 2, 'M', 'P', 'holiday gallery of gifts drop-off', 'Thank you for joining us for the 4th annual(!) Holiday Gallery of Gifts, presented by Phantom Galleries.\r\n\r\nThe Holiday Gallery was borne out of the spirit of Phantom Galleries, a project that utilizes downtown empty storefronts as exhibit spaces for local artists. With over 100,000 people visiting the downtown during the holidays, we feel it is of good opportunity to give folks a unique retail experience, while helping artists showcase and sell their work during this peak shopping season. \r\n\r\nThis year''s Holiday Gallery has a whopping 80+ artists participating. And because of this, we are asking for your volunteerism in certain cases as part of your participation.\r\n(As some of you may be aware, our other gallery, Anno Domini, is in the process of moving and so this year''s Holiday Gallery is going to be a bit of a challenge for us and we would very much appreciate any assistance you can spare this season.)\r\n\r\nHOLIDAY GALLERY:\r\n\r\n-There is a $25.00 participation fee to cover base costs. Please make check payable to: Two Fish Design. \r\nYou may either mail it to us, or bring it when you drop off your artwork.\r\n\r\n- We will waive all commissions this year due to the entry fee. However, there will be a 5% of the total sale fee imposed on all credit card sales.\r\n\r\n- A seller’s permit is required by law and is issued by the California State Board of Equalization. If you do not have one, you may obtain a temporary, 30 day permit free of charge. The permit application is called the “BOE-400-SPA, California Seller’s Permit Application”. It is available online at http://www.boe.ca.gov/pdf/boe400spa.pdf or from the California State Board of Equalization San Jose district office located at 250 South Second Street, 95113, PH:408 277-1231, Fax: 408 277-1252\r\n\r\n-All reasonable care will be taken with artworks, but insurance is the responsibility of the artist. Two Fish Design, participating city agencies and venue owners will assume no liability for injury, damage or loss.\r\n\r\n-Location: 55 South First Street (corner of Post St., across from Bella Mia Restaurant), downtown San Jose.\r\n\r\n-The gallery will be open December 1 thru December 23rd.\r\n\r\n-Based on the results of last years, this year''s hours of operation will be 4pm - 9pm, Mon thru Friday, Noon - 5pm on Saturdays.\r\n\r\n-Michelle Waters will be our gallery sitter for the majority of the days with a TBA fill in & back up person for days Michelle can''t make it. We would also like volunteers to gallery sit with Michelle during normal hours of operation.\r\n\r\n-Decoration set up: Sat, Nov 19 , 2pm - ?\r\n -VOLUNTEERS NEEDED-We need some creative help with spray snow, stencils, decoration hanging, etc.\r\n\r\n-Art drop off & Installation: Sun & Mon, Nov 20th & 21st, 2-6pm \r\n - VOLUNTEERS NEEDED to help with hanging all the art! \r\n \r\n -Please provide us with an itemized inventory list with your name & phone number at the top, and then list artwork: title, size, and retail price.\r\n \r\n -Please provide two tags per artwork, no larger than business card size, one for the back of the work for identification purposes, and one for the wall (incl. Artist''s name, Title, medium, year and retail price.) These tags may be on paper or card stock (we''ll pin or tape them to the walls)\r\n\r\n -Art pick up: TBA (after Christmas, before New Years.)\r\n\r\n -Learning from past experience, we feel that affordable priced, portable sized pieces work well at this event. We also encourage collateral pieces, such as cards, prints, jewelry, ceramics, etc.\r\n\r\n -As to how many pieces, please use your best judgement. we would advise 3-4 works if larger than 12 x 16, or if smaller than 12x16'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (844, NULL, NULL, 'joe', 20051210, 200000, 20051121, 231446, 300, 2, 'E', 'P', 'the last black sheets', 'he LAST Black Sheets Party is December 10! Inbox\r\n \r\nBlack Books \r\n to Joseph\r\n More options 7:01 pm (1 hour ago)\r\n\r\n\r\nDearest party people,\r\n\r\nThe Black Sheets party on Saturday, December 10, 2005 will be\r\nthe LAST Black Sheets party.\r\n\r\nThis means December 10 is your last chance to come play at our\r\nregular space, with the regular crowd. The party crew may hold\r\nspecial one-time events in the future, but Black Sheets as a\r\nregular occurrence is over. We''ve had a good run, but we''re\r\nready to pass the torch.\r\n\r\nSo don''t mourn - celebrate! Join us December 10 for the biggest\r\nfarewell bash we can muster. Say goodbye in style.\r\n\r\nThe details:\r\n\r\n1. There will be no DM training or newbie orientation before\r\nthe party.\r\n\r\n2. This is still a PRIVATE, invitation-only event. If you bring\r\nguests, be responsible for them and their behavior.\r\n\r\n3. You must show your invitation or your pass card at the door\r\nas always.\r\n\r\n4. Please fill out your intake form as legibly and thoroughly\r\nas possible! We plan to keep in touch for other events, and this\r\nis the best way for us to find you.\r\n\r\n5. We would appreciate extra DM help this time around. Contact\r\nLori at selk@io.com to volunteer. (Other volunteers, especially\r\nnight owls, also always appreciated!)\r\n\r\n6. All other party correspondence should also go to selk@io.com\r\nuntil we disentangle some problems at the blackbooks domain.\r\n\r\n\r\nThe formal invite (print this part out if you don''t have a\r\npass card):\r\n\r\nYou are invited to celebrate at the Black Sheets Party\r\non Saturday, December 10. Festivities begin at 8 pm.\r\n\r\nDATE: Saturday, December 10, 2005\r\nDOOR: 8 pm to midnight; party ends by 2:30.\r\nCONTRIB: $25 flat fee.\r\nFor free admission, please email selk@io.com\r\nto arrange work trade (first come, first served).\r\nPLACE: 14th St. Party House, all three floors.\r\n(If unsure of address, email us.)\r\n\r\n* This is a MIXED GENDER, QUEER and KINK-POSITIVE event!\r\n* All queers and their adventurous friends are welcome.\r\n* Ask before touching, and don''t crowd someone else''s scene.\r\n* Please wear erotic clothing or prepare to get naked.\r\n\r\nIf you have any questions, email Lori at selk@io.com\r\n\r\nThis invitation is only for you and your closest friends.\r\nAs always, please do not post, forward, or otherwise publicize\r\nthis event without our say-so. Please respect that this is a\r\nPRIVATE event!'), (845, NULL, NULL, 'joe', 20051122, 120000, 20051121, 235457, 30, 2, 'E', 'P', 'pick up print for heather', 'pick up print for heather'), (846, NULL, NULL, 'joe', 20051125, 160000, 20051122, 2325, 300, 2, 'E', 'P', 't''giving dinner', 't''giving dinner'), (847, NULL, NULL, 'casey', 20051128, 183000, 20051128, 141916, 240, 2, 'M', 'P', 'Monday Night Game', 'd20 World of Warcraft with Jim Milligan and company.'), (848, NULL, NULL, 'joe', 20051205, 114000, 20051128, 152710, 120, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (849, NULL, NULL, 'joe', 20051218, 110000, 20051128, 154413, 480, 2, 'E', 'P', 'date les', 'date les'), (850, NULL, NULL, 'joe', 20051201, 140000, 20051128, 191817, 360, 2, 'E', 'P', 'date mary', 'resched. from tuesday'), (851, NULL, NULL, 'joe', 20060119, 180000, 20051220, 23817, 300, 2, 'E', 'P', 'date with j and l', 'date with j and l'), (852, NULL, NULL, 'joe', 20051201, 113000, 20051128, 212018, 120, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (853, NULL, NULL, 'joe', 20051202, 100000, 20051129, 120937, 240, 2, 'E', 'P', 'quaker made delivery', 'quaker made delivery'), (854, NULL, NULL, 'joe', 20051207, 90000, 20051129, 140342, 300, 2, 'E', 'P', 'heather art pickup', 'heather art pickup'), (855, NULL, NULL, 'joe', 20051209, 120000, 20051201, 192538, 60, 2, 'E', 'P', 'lunch pgj sitiara BRING CARDS', 'lunch pgj sitiara'), (856, NULL, NULL, 'joe', 20051202, 170000, 20051201, 205201, 60, 2, 'E', 'P', 'quick dinner v', 'quick dinner v'), (857, NULL, NULL, 'joe', 20051214, 113000, 20051203, 154529, 120, 2, 'E', 'P', 'lunch chris v', 'lunch chris v'), (858, 588, NULL, 'joe', 20051212, 190000, 20051205, 102908, 240, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (859, NULL, NULL, 'joe', 20051221, 0, 20051207, 133959, 0, 2, 'M', 'P', 'icky poo-y floor redo', 'icky poo-y floor redo'), (860, NULL, NULL, 'joe', 20051217, 180000, 20051207, 163117, 300, 2, 'E', 'P', 'jessica''s b''day party', '\r\nInvitations will be going out via email later today from [info]ptor but I wanted to give a heads-up here as well...\r\n\r\n\r\n What: Jessica''a 31st b-day party\r\n Come help me celebrate!\r\n When: Saturday, December 17th, 2005 6pm-midnight-ish\r\n Where: Our house in Fremont (address will go out in email)\r\n Who: You, your partners, close friends (children are OK as well, of course)'), (861, NULL, NULL, 'joe', 20051220, 103000, 20051207, 163758, 120, 2, 'E', 'P', 'hair appt 5-color cowboy', 'hair appt 5-color cowboy'), (862, NULL, NULL, 'joe', 20051213, 82000, 20051210, 132642, 60, 2, 'E', 'P', 'mole appt', 'mole appt'), (863, NULL, NULL, 'joe', 20051219, 113000, 20051209, 122018, 120, 2, 'E', 'P', 'lunch kevin google', '(09:16:04) Kevin: anyways, let me know if you''re interested in borrowing (or coming to google for lunch! we still haven''t done taht). C:408-666-2995'), (864, NULL, NULL, 'joe', 20060109, 110000, 20051209, 214759, 180, 2, 'M', 'P', 'possible lunch dalton g', 'possible lunch dalton g'), (865, NULL, NULL, 'joe', 20051212, 133000, 20051210, 142405, 120, 2, 'E', 'P', 'cirrus vv', 'cirrus vv'), (866, NULL, NULL, 'joe', 20051215, 80000, 20051212, 231113, 480, 2, 'E', 'P', 'tile cleaning fu', 'tile cleaning fu'), (867, NULL, NULL, 'joe', 20060220, 140000, 20051213, 202717, 60, 2, 'E', 'P', 'check cf4p site for ''after dark'' jurying results', 'check cf4p site for ''after dark'' jurying results'), (868, NULL, NULL, 'joe', 20051221, 110000, 20051214, 173430, 480, 2, 'E', 'P', 'mary date, time(s) TBD', 'mary date, time(s) TBD'), (869, NULL, NULL, 'joe', 20060128, 100000, 20051215, 195656, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (870, NULL, NULL, 'joe', 20060211, 100000, 20051215, 195803, 360, 2, 'E', 'P', 'PAL', 'PAL'), (871, NULL, NULL, 'joe', 20060225, 100000, 20051215, 195918, 360, 2, 'E', 'P', 'PAL', 'PAL'), (872, NULL, NULL, 'joe', 20060105, 180000, 20051216, 231845, 180, 2, 'E', 'P', 'hockey game', 'hockey game'), (873, NULL, NULL, 'joe', 20060105, 150000, 20060104, 215421, 120, 2, 'E', 'P', 'pickup piece at works/SJ', 'pickup piece at works/SJ'), (874, NULL, NULL, 'joe', 20051222, 113000, 20051219, 130213, 0, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (875, NULL, NULL, 'mary', 20060110, 90000, 20051223, 33422, 120, 3, 'E', 'P', 'pelvic', 'Dear Ms. Smith,\r\n\r\nYour appointment has been scheduled for Tuesday, January 10, 2005 at 9:40am with Dr. Miller in the Internal Medicine Department.\r\nThe Internal Medicine Department is located at 3200 Kearney Street, Fremont 94538, on the 1st floor.'), (876, NULL, NULL, 'mary', 20060114, 190000, 20051223, 33547, 240, 2, 'E', 'P', 'jo-party?', 'http://www.livejournal.com/users/redhawke/171652.html?nc=7'), (877, NULL, NULL, 'mary', 20051231, 180000, 20051223, 33644, 420, 2, 'E', 'P', 'NYE at our house', 'Casey, Mary, Chris, Joe, Sarah, V?'), (878, NULL, NULL, 'joe', 20060112, 100000, 20060111, 224, 210, 2, 'E', 'P', 'art photography', 'art photography'), (879, 588, NULL, 'joe', 20060109, 190000, 20051228, 221940, 240, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (880, NULL, NULL, 'joe', 20060303, 200000, 20060102, 22526, 300, 2, 'E', 'P', 'Queer Playground', 'Arielle and the SF Citadel Present...\r\n\r\nThe Queer Playground\r\nA Queer Leather BDSM play celebration\r\n\r\nFriday, March 3, 2005\r\nDoors at 8:00pm party till 1:00am\r\n$20.00\r\n\r\nCome on out for The Queer Playground-a Queer Leather energy play party for anyone of any gender who identifies as queer, lesbian, gay, fag, dyke, genderqueer, genderfucker, gender-bender, differently-abled queer, queer of color, trans, MTF, FTM, bisexual, pansexual, omnisexual, questioning, intersexed, trysexual ;)\r\n\r\n\r\n\r\nThere will be service submissives serving the guests to provide a friendly, queer, leather, BDSM, and fun atmosphere. A wrestling area will also be provided.\r\n\r\nVolunteer work shifts available for entry (service\r\nsubmissives, house slaves, DM''s, setup, cleanup, door\r\nshifts)\r\n\r\n*Service submissives require a brief a training and preferable experience or desire for service submission.\r\n\r\nRSVP''s requested, but not required\r\n\r\nRSVP Email to: faeriecritter@gmail.com (note new email address)\r\n\r\n\r\nVolunteer shifts available are set up, clean up, door, cashier, DM, service submissive. Shifts are given on a first come, first serve basis. DM''s require approval from host and must have prior experience.\r\n\r\nVolunteer email at faeriecritter@gmail.com\r\n\r\n\r\nSF Citadel\r\n1277 Mission Street,\r\nbetween 8th and 9th\r\n\r\n(Note that, for those parking on Mission Street,\r\nticketing and towing begins at 2am.)\r\nwww.sfcitadel.org\r\n\r\n*Please feel free to repost\r\n\r\n\r\nThank you,\r\nArielle, Queer Playground host'), (881, NULL, NULL, 'joe', 20060214, 190000, 20060102, 191708, 300, 2, 'E', 'P', 'gbs concert', 'gbs concert'), (882, NULL, NULL, 'joe', 20060216, 0, 20060102, 191953, 0, 2, 'M', 'P', 'photo trip TBD', 'photo trip TBD'), (884, NULL, NULL, 'joe', 20060213, 190000, 20060102, 194201, 300, 2, 'E', 'P', 'chris out of town', 'chris out of town'), (885, NULL, NULL, 'joe', 20060830, -1, 20060102, 195642, 1260, 2, 'M', 'P', 'SVALBARD, GREENLAND, ICELAND', 'SVALBARD, GREENLAND, ICELAND'), (886, NULL, NULL, 'joe', 20060831, 20000, 20060107, 11723, 1080, 2, 'M', 'P', 'SVALBARD, GREENLAND, ICELAND', 'SVALBARD, GREENLAND, ICELAND'), (887, NULL, NULL, 'joe', 20061009, 20000, 20060102, 203303, 1260, 2, 'M', 'P', 'dinetah workshop', 'dinetah workshop'), (888, NULL, NULL, 'joe', 20060203, 90000, 20060102, 231926, 180, 2, 'E', 'P', 'pickup art los altos', 'pickup art los altos'), (889, NULL, NULL, 'joe', 20060106, 150000, 20060102, 235521, 0, 2, 'E', 'P', 'pickup work holiday gallery', 'Dear Artists,\r\n\r\nHappy New Year! We wish you all a year of creative abundance and\r\nprosperity!\r\n\r\nWe have set up two days for you to come pick up your work and checks.\r\n\r\nPlease come by the gallery at 55 South First Street on either:\r\n\r\nFriday, Jan. 6th from 3-5pm\r\n\r\nOR\r\n\r\nSat., Jan 7th from 3-5pm\r\n\r\nPlease plan on bringing your packing materials if you did not leave\r\nit in the back of the gallery.\r\n\r\nWe thank you for another successful year and look forward to\r\nextending more opportunities to you in the near future!\r\n'), (890, NULL, NULL, 'joe', 20060104, 100000, 20060103, 4701, 120, 2, 'E', 'P', 'pickup ''sand'', artworksf', 'Well, I was able to place 3 pieces for rental, Sand being the odd one out. Can we make arrangements for the piece to be returned to you? I''ll be at the office tomorrow between 1pm and 4pm or on Wed I will be at Hotel Triton between 10am and 1pm then back at the office between 3 and 4pm. Let me know if either of these days works for you based on the above. '), (891, NULL, NULL, 'joe', 20060103, 90000, 20060103, 22804, 240, 2, 'E', 'P', 'errands', 'get film from K&S\r\ndeliver artwork to los altos'), (892, NULL, NULL, 'joe', 20061016, 90000, 20060809, 180620, 840, 2, 'M', 'P', 'additional az photography', 'additional az photography'), (893, NULL, NULL, 'joe', 20060311, 100000, 20060511, 123357, 360, 2, 'M', 'P', 'PAL', 'PAL'), (894, NULL, NULL, 'joe', 20060414, 90000, 20060407, 155617, 780, 2, 'M', 'P', 'coastal or flowers trip?', 'Details to change, this is currently a placeholder.'), (1005, NULL, NULL, 'joe', 20060404, 190000, 20060403, 95627, 240, 2, 'E', 'P', 'MPPA munch (not going)', '4/4 MPPA Munch and Play in the South Bay [janus-announce] !!\r\n\r\nTime to Munch and Party.\r\n\r\nAs you see we have changed our name to reflect our\r\nnew location. Now that we are in Milpitas we will be\r\nknown as the MPPA (MilPitas Players Association).\r\n\r\nA bunch of you know how to party. Last munch we all\r\najourned to Edges after the party. What a time\r\nwe had. It was so nice to see what a little\r\nsweat can do to turn a space into a fantastic\r\ndungeon.\r\n\r\nWe have the munch at The Great Mall Food Court\r\nin Milpitas. Look for black and blue balloons\r\nin the Food Court (entrance #4). Directions are available at:\r\nhttp://mppa.dalatest.com\r\n\r\nFollowing the Munch we will travel over to Edges\r\nPlay Space and party from 9 til midnight. As\r\nalways the Scenery Munch and Play event is\r\ndonation based. It is nice to be able to cover\r\nthe costs of opening the space. If you can\r\ndonations of at least 4/40 is appreciated.\r\n\r\nWe have moved from Hayward to the Great Mall of\r\nMilpitas to be closer to Edges. We will be\r\nhaving regular Munch and Play nights in the\r\nSouth Bay from now on.\r\n\r\nThe munch will start at 7PM and end at 9 PM.\r\nDetails on finding Edges will be given\r\nout at the munch to Scenery members.'), (895, NULL, NULL, 'joe', 20060105, 110000, 20060104, 160916, 120, 2, 'E', 'P', 'art for art21', 'art for art21'), (896, NULL, NULL, 'joe', 20060108, 100000, 20060104, 162618, 0, 2, 'E', 'P', 'pro panels', 'pro panels'), (897, NULL, NULL, 'joe', 20060129, 100000, 20060104, 163536, 0, 2, 'E', 'P', 'propanel', '408 226 1337'), (898, NULL, NULL, 'joe', 20060109, 110000, 20060106, 34400, 180, 2, 'E', 'P', 'lunch dita doublesched''d lauren', 'lunch dita'), (899, NULL, NULL, 'joe', 20060213, 180000, 20060104, 170130, 300, 2, 'E', 'P', 'possible dita', 'possible dita'), (900, 510, NULL, 'joe', 20060303, 180000, 20060104, 205245, 180, 2, 'E', 'P', 'first fridays -- teacher/student stuff', 'first fridays'), (901, NULL, NULL, 'joe', 20060105, 90000, 20060104, 215310, 0, 2, 'E', 'P', 'Call therapist', 'Call therapist'), (902, NULL, NULL, 'joe', 20060105, 103000, 20060104, 215335, 120, 2, 'E', 'P', 'Take art to ART21, forms to Reena at PAL', 'Take art to ART21, forms to Reena at PAL'), (903, NULL, NULL, 'joe', 20060106, 100000, 20060106, 35642, 60, 2, 'E', 'P', 'Test/Set up lighting in garage', 'Test/Set up lighting in garage'), (904, NULL, NULL, 'joe', 20060507, 140000, 20060112, 130415, 360, 2, 'M', 'P', 'workshop', 'workshop '), (905, NULL, NULL, 'joe', 20060107, 200000, 20060106, 35847, 120, 2, 'E', 'P', 'lee''s party', 'lee''s party'), (906, NULL, NULL, 'joe', 20060108, 160000, 20060106, 35906, 360, 2, 'E', 'P', 'jim m', 'jim m'), (907, NULL, NULL, 'joe', 20060831, 210000, 20060107, 12113, 1380, 2, 'E', 'P', 'SFO->KEF->OSL', 'SFO->KEF (Reykjavik) leaves 11:35 pm 8/31 arrives 2:55p 9/1\r\nKEF->OSL leaves 4:25p 9/1 arrives 8:55p 9/1'), (908, NULL, NULL, 'joe', 20060901, -1, 20060107, 12154, 0, 2, 'E', 'P', 'arrive OSLO', 'plane arrives 8:55p\r\n\r\n'), (909, NULL, NULL, 'joe', 20060902, -1, 20060107, 12302, 0, 2, 'E', 'P', 'depart OSLO -> svalbard', 'leaves around 4pm arrives about 8pm'), (910, NULL, NULL, 'joe', 20060903, -1, 20060107, 12329, 0, 2, 'E', 'P', 'get on boat around 3:45p', 'get on boat around 3:45p'), (911, NULL, NULL, 'joe', 20060916, -1, 20060107, 12410, 0, 2, 'E', 'P', 'boat arrives REYKJAVIK at 9am', 'boat arrives REYKJAVIK at 9am'), (912, NULL, NULL, 'joe', 20060923, -1, 20060107, 12717, 0, 2, 'E', 'P', 'KEF->SFO', 'depart 4:40p arrive 6:35p'), (913, NULL, NULL, 'joe', 20060121, 180000, 20060107, 125615, 300, 2, 'E', 'P', 'citadel', 'citadel'), (914, NULL, NULL, 'mary', 20060408, -1, 20060308, 1519, 0, 2, 'M', 'P', 'Oregon', 'Oregon'), (915, NULL, NULL, 'joe', 20060110, 103000, 20070909, 33441, 60, 2, 'M', 'R', 'ann bolger', 'ann bolger'), (916, NULL, NULL, 'joe', 20060513, 20000, 20060111, 30153, 1260, 2, 'M', 'P', 'svos 2005', 'svos 2005 '), (917, NULL, NULL, 'joe', 20060312, 100000, 20060112, 120723, 360, 2, 'E', 'P', 'possible boundary workshop', 'possible boundary workshop'), (918, NULL, NULL, 'joe', 20060402, 90000, 20060208, 115144, 780, 2, 'M', 'P', 'possible boundary workshop', 'We have confirmed the date of Andrea''s upcoming Boundary Class for Impact folks:\r\n \r\nSunday, April 2\r\nTime/Place TBA\r\n \r\nMost of you gave this date as your first choice and we hope it still works! \r\n \r\nReminder: This event is a training class NOT intended for the general public. \r\nRather, it IS for:\r\n\r\n * Instructors interested in teaching Boundary classes\r\n * Board members who will take the class then promote it\r\n * Impact Archives (to be videotaped)\r\n\r\nIf you can make it, Please RSVP one last time by March 15 so we have an accurate head count. RSVP to Kimcohn@Juno.com (Regrets need not RSVP...though you will be missed!)\r\n \r\nThanks again to Andrea for offering this class!\r\n \r\npeace and power,\r\nKim\r\nop'), (919, NULL, NULL, 'joe', 20060607, 0, 20060112, 130559, 0, 2, 'M', 'P', 'workshop', '7 may 2006 : intro\r\n21 may 2006 : field\r\n4 june 2006 : review\r\n'), (920, NULL, NULL, 'joe', 20060507, 20000, 20060112, 130715, 960, 2, 'M', 'P', 'workshop', '7 may (intro), 21 may (field), 4 june (review)'), (921, NULL, NULL, 'joe', 20060118, 100000, 20060118, 15053, 480, 2, 'E', 'P', 'lunch lisa', 'lunch lisa'), (922, NULL, NULL, 'joe', 20060120, 70000, 20060118, 15559, 360, 2, 'E', 'P', 'phone interview', 'phone interview\r\n\r\nHi Carolyn and Joe,\r\n\r\nWe can use my husband Mitch''s office conference room on Friday for our\r\ninterview with Kris. It''s in a large office complex in West Berkeley\r\n(above the Westside cafe) :\r\n\r\n2560 Ninth St. suite 212 (btwn Dwight and Parker)\r\n\r\nIt is a glass enclosed room between Mitch''s offices (landscape\r\narchitechture) and a Planning/Design firm. It is "private" but others\r\nwill be visibly around. It should be fine but wanted to give you a\r\nhead''s up...\r\n\r\nWe have the space from 9:00am-11:00am, though I''ll need to leave around\r\n10:15. Do you want to meet up early for a quick meeting over coffee\r\nfirst? Something like meet at the Westside at 8:30. etc?? Let me know\r\nhere what you think. (yes- I''ll even make the heroic effort to check my\r\nemail again asap to see what''s up!)\r\n\r\nbest to you,\r\n\r\nKim'), (923, NULL, NULL, 'joe', 20060202, 190000, 20060116, 204354, 300, 2, 'E', 'P', 'date les', 'date les'), (924, NULL, NULL, 'joe', 20060121, 90000, 20060116, 210342, 120, 2, 'E', 'P', 'propanel rental', 'propanel rental'), (925, NULL, NULL, 'joe', 20060128, 210000, 20060116, 223630, 240, 2, 'E', 'P', 'bethday 41', 'WHAT: Party party party!\r\nWHEN: Sat, 28 Jan 2006, 8:00pm to 2,3,4+am ;->\r\nWHERE: The Zuckershack, 2129 Spaulding Ave, Berkeley 510-981-9235\r\nWHY: Because Beth will be 41!\r\n\r\n We would love to see you here. Please bring along something you''d\r\nlike to eat or drink (non-meat, fish OK, alcohol certainly OK), and\r\nplease respond to us and let us know you''re coming. Please ask us if\r\nyou''d like to bring anyone else with you. No presents are necessary.\r\n\r\n Come and enjoy the warmth of both our hospitality and our hot tub.\r\n(If you are planning on hot-tubbing, bringing your own towels would be a\r\ngood idea.)\r\n\r\n RSVP!\r\n Beth & Eric'), (926, 679, NULL, 'joe', 20060210, 190000, 20060117, 101133, 300, 2, 'E', 'P', 'wine and song / geri/dawn''s b''day', 'wine and song\r\n\r\n--- \r\n\r\nHi folks,\r\n\r\nI''m turning 35, Dawn is turning 44, we''re having a party, and you''re\r\ninvited. The party will be a gaming gathering here at the Choirloft in\r\nOakland. Here''s some info about it!\r\n\r\nThe party is on Fri Feb 10, 6pm through late night.\r\n\r\n*Potluck*\r\n\r\nThe party will be potluck style. You are encouraged, though of course not\r\nrequired, to bring a scrumptious dish to share. Hot cooked foods are\r\nparticularly welcomed, especially vegetarian ones (Geri doesn''t do meat or\r\nfish) and ones that do not include red pepper variants (Dawn''s allergic).\r\nPlease attach a piece of paper with your name on it to any dish that you\r\nbring, and also if possible a list of ingredients, so that people who have\r\nallergies to certain foods can check in with you about whether the dish is\r\nsafe for them to eat.\r\n\r\n*Kids*\r\n\r\nKids of all ages are welcome at the gathering. Parents/guardians are asked\r\nto see to their kids'' safety and appropriate behavior, especially around\r\nthe hot tub. The house is not kid-proof.\r\n\r\n*Bring*\r\n\r\nAny board games that you might like to play!\r\nA bathing suit and towel if you''d like to use the hot tub.\r\n\r\n*Don''t Bring:*\r\n\r\nWe''re allergic to smoke, so if you need a cigarette, please enjoy it\r\noutside at street level. Also, please don''t bring street drugs - "your\r\nkink is ok but it is not our kink" ;-)\r\n\r\nWe''re also allergic to psychodrama - please enjoy that outside at street\r\nlevel as well, or better yet don''t bring it.\r\n\r\nAlso, please don''t bring along anyone who isn''t on the invite list (aside\r\nfrom your kids, who are included in your invitation). If you think we''ve\r\nleft someone off the invite list who ought to be invited, feel free to\r\nemail us about it, and we''ll see.\r\n\r\n*Speaking of that invite list...*\r\n\r\nHere are the folks who are invited. Kids are included in their parents''\r\ninvitations. We might make some additions to the list between now and the\r\nparty. Please be mindful of the fact that if you mention the party to\r\npeople who aren''t invited, their feelings might be hurt.\r\n\r\n1muse+partner, AdamChristopher, Ag_unicorn, Ailurodragon, AirshipJones,\r\nAkienm, Akrummenaker, Aliza250, AngelBob, ApolloLee, Auros, Bdot + Dan,\r\nBk2w, Boyziggy, Brian1789, Caesia, Calvin_xc1, Canis_Fortuna, Chipuni,\r\nChris Black + husband, Chris Vigliaturo, Ciarhwyfar, CJsmith,\r\nCortneyofeden, Coyote3502, Crism, Cyan_Blue, Dancing_Star, David Corbett,\r\nDawnd, Deedeebythebay, Deyo, EastBayGreg, Eeyore42, Ef2p, Emmett_the_Sane,\r\nEthora+partner, Feyrei, Fructivore, Funcrunch, Garnetwhore, Gentleman_C,\r\nGnathonite, Hermetic, Hopeforyou, Jack Twilley, Jackien1968, JenCallisto,\r\nJimweasel+partner, Joedecker+Chris, Jonathan+Jon, Ken+Dennis+Matt,\r\nKineticphoenix, Kmeelyon, Labelleizzy, LadyNanook, LennierSD,\r\nLilpnkspyder, Luna_Torquill+Nick, Mactavish, Medge, Merde, MikZ, Miroslav\r\nKlivansky, Misseli, MissK, Natalie Leonard, Obadiah, Patgreene, Patty\r\nGray, PattyPink, Perse, Plymouth, Praematura+Dennis+Matt, Purplerabbit,\r\nRabbitVillage Members, Rackstraw, Ravenslost, Redneck_Queer, Rfrench,\r\nRi_whittlesey, Riley37+Jess, Riseorbleed, Samantha_Vimes,\r\nSFtheWanderer+Jon, SimplyKimberly, SlyViolet, Star_Skipper, Stollman,\r\nTenacious_snail, Tgeller, That''s_Ms_Dragon, Tolyn+partner, Tshuma,\r\nTyrsalvia + husband, Uncledark, Vrelis, Vvvexation, Whytraven+partner,\r\nYesmanesq, Yvonne, Zahraa, Zpdiduda+partners, Zwol, Zyxwvut\r\n\r\n*Your hosts include various feline creatures... please help keep them\r\nsafe*\r\n\r\nIf you see a sign on a door that says "Cats inside, do not enter," please\r\ndo not open the door.\r\n\r\n*RSVP*\r\n\r\nIt really helps us to know in advance how many people to expect, so\r\nprompt-as-possible rsvps are encouraged. If you have a LiveJournal, please\r\nRSVP via the poll on the invitation that''s posted there. Thanks!\r\n\r\n*Transportation*\r\n\r\nThe ChoirLoft has many virtues, but proximity to a good transit system\r\nisn''t one of them. If you need a ride or can offer a ride, let us know and\r\nwe''ll attempt to hook folks up with one another. If you don''t own a car\r\nand we can''t find you a carpool, we''ll coordinate a BART / Caltrain run at\r\na pre-arranged time before the party begins.\r\n\r\n*Crash space*\r\n\r\nWe''ve got plenty of it. If you have a long drive or find yourself too\r\ntired to drive, please feel encouraged to sleep over.\r\n\r\n*Driving directions*\r\n\r\nThe house is located on the southern end of Oakland, very close to the San\r\nLeandro border. My address is:\r\n\r\n10700 Stella Street\r\nOakland, CA 94605\r\n415-517-7965 (Geri''s cel)\r\n510-568-9011 (House phone)\r\n\r\nHere is a mapquest rendition of where we are:\r\n\r\nhttp://www.mapquest.com/maps/map.adp?formtype=address&searchtype=address&country=US&addtohistory=&1ahXX=&address=10700+Stella+St&city=Oakland&state=CA&zipcode=94605-5330\r\n\r\nApproaching from the north:\r\n\r\nTake your best route to 580 East, which will eventually be headed in a\r\nsoutherly direction.\r\nTake the exit toward 106TH AVENUE / FOOTHILL BLVD.\r\nTurn LEFT onto STANLEY AVE.\r\nTurn LEFT onto FOOTHILL BLVD.\r\nTurn LEFT onto 106TH AVE.\r\nTurn RIGHT onto SHELDON ST.\r\nAt the fork, Turn SLIGHT LEFT onto MALCOLM AVE.\r\nTurn LEFT onto STELLA ST.\r\n\r\nApproaching from the south:\r\n\r\nTake your best route to 580 West, which will eventually be headed in a\r\nnortherly direction.\r\nTake the MACARTHUR BLVD exit toward FOOTHILL BLVD.\r\nStay STRAIGHT to go onto MACARTHUR BLVD.\r\nTurn SLIGHT RIGHT onto FOOTHILL BLVD, and go about a half-mile.\r\nTurn RIGHT onto 106TH AVE.\r\nTurn RIGHT onto SHELDON ST.\r\nAt the fork, Turn SLIGHT LEFT onto MALCOLM AVE.\r\nTurn LEFT onto STELLA ST.\r\n'), (927, NULL, NULL, 'joe', 20060123, 100000, 20060117, 161727, 180, 2, 'E', 'P', 'more art slides', 'more art slides'), (928, NULL, NULL, 'casey', 20060126, 180000, 20060118, 152709, 240, 2, 'E', 'P', 'Date with Kay', 'Putting Edge'), (929, NULL, NULL, 'mary', 20060603, 90000, 20060120, 4222, 480, 2, 'E', 'P', 'usgs open house', 'http://upcoming.org/event/42523/\r\n\r\n\r\nUSGS Menlo Park Open House\r\nSaturday, June 3, 2006 - Sunday, June 4, 2006 (9:00 AM - 5:00 PM)\r\n\r\n\r\nUSGS Open House\r\n345 Middlefield Rd (Yahoo! Maps, Google Maps)\r\nMenlo Park, California 94025\r\n8th Triennial Open House\r\nTheme: The Science of Natural Hazards\r\nAdded on November 18, 2005 by USGS Western Region'), (930, NULL, NULL, 'mary', 20060604, 90000, 20060601, 120026, 240, 2, 'E', 'P', 'usgs open house', 'http://upcoming.org/event/42523/\r\n\r\n\r\nUSGS Menlo Park Open House\r\nSaturday, June 3, 2006 - Sunday, June 4, 2006 (9:00 AM - 5:00 PM)\r\n\r\n\r\nUSGS Open House\r\n345 Middlefield Rd (Yahoo! Maps, Google Maps)\r\nMenlo Park, California 94025\r\n8th Triennial Open House\r\nTheme: The Science of Natural Hazards\r\nAdded on November 18, 2005 by USGS Western Region'), (931, NULL, NULL, 'joe', 20060129, 100000, 20060121, 1702, 360, 2, 'E', 'P', 'tien bike photo shoot', 'tien bike photo shoot'), (932, NULL, NULL, 'mary', 20060212, 170000, 20060121, 131320, 0, 2, 'E', 'P', 'darla''s bday', 'Darla''s b''day party: http://deedeebythebay.livejournal.com/962185.html\r\n(I really want to go, at least for a couple of hours.)'), (933, NULL, NULL, 'joe', 20060326, 120000, 20060123, 131808, 300, 2, 'E', 'P', 'photocentral hanging', 'Work Due/Exhibition Hanging: \r\nSun, 3/26, 12-5pm '), (934, NULL, NULL, 'joe', 20060331, 180000, 20060315, 22728, 180, 2, 'E', 'P', 'Works/San Jose reception', '7-9pm'), (935, NULL, NULL, 'joe', 20060212, 120000, 20060123, 132008, 300, 2, 'E', 'P', 'photocentral mailing party--can''t attend', 'Mailing Party Sun 2/12, 12-5 pm, '), (936, NULL, NULL, 'joe', 20060126, 100000, 20060123, 170335, 120, 2, 'E', 'P', 'art photo', 'art photo'), (937, NULL, NULL, 'joe', 20060127, 200000, 20060124, 101840, 300, 2, 'M', 'P', 'citadel', 'Friday January 27th\r\nOpen Play Party\r\n\r\nStart Time: 8:00 PM\r\n\r\nJoin us in the city''s premier play space! We''ll\r\nprovide play structures, safer sex supplies, scene\r\nmusic, munchies, water ... and ambiance. You bring\r\nyour implements of choice, and your hot energy!\r\n\r\nRSVPs are not required.\r\nFor work exchange, contact volunteers@sfcitadel.org.\r\nAdmission: $20 per person\r\n______________________________________________________________-\r\n Saturday January 28th\r\nOpen Play Party\r\n\r\nStart Time: 8:00 PM\r\n\r\nJoin us in the city''s premier play space! We''ll\r\nprovide play structures, safer sex supplies, scene\r\nmusic, munchies, water ... and ambiance. You bring\r\nyour implements of choice, and your hot energy!\r\n\r\nNote that, for those parking on Mission, ticketing and\r\ntowing will commence at 2am. We suggest parking at the\r\n5th and Mission garage and cabbing it ($5) to SF\r\nCitadel.'), (938, NULL, NULL, 'joe', 20060205, 190000, 20060130, 185941, 180, 2, 'E', 'P', 'dinner tien', 'dinner tien'), (939, NULL, NULL, 'joe', 20060208, 110000, 20060130, 200137, 120, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (940, NULL, NULL, 'joe', 20060129, 190000, 20060126, 205728, 300, 2, 'E', 'P', 'date kath', 'date kath'), (941, NULL, NULL, 'joe', 20060203, 210000, 20060129, 202736, 0, 2, 'E', 'P', 'queer playground', 'Arielle and the SF Citadel Present...\r\n\r\nThe Queer Playground\r\nA Queer Leather BDSM play celebration\r\n\r\nFriday, March 3, 2005\r\nDoors at 8:00pm party till 1:00am\r\n$20.00\r\n\r\nCome on out for The Queer Playground-a Queer Leather energy play party for anyone of any gender who identifies as queer, lesbian, gay, fag, dyke, genderqueer, genderfucker, gender-bender, differently-abled queer, queer of color, trans, MTF, FTM, bisexual, pansexual, omnisexual, questioning, intersexed, trysexual ;)\r\n\r\n\r\n\r\nThere will be service submissives serving the guests to provide a friendly, queer, leather, BDSM, and fun atmosphere. A wrestling area will also be provided.\r\n\r\nVolunteer work shifts available for entry (service\r\nsubmissives, house slaves, DM''s, setup, cleanup, door\r\nshifts)\r\n\r\n*Service submissives require a brief a training and preferable experience or desire for service submission.\r\n\r\nRSVP''s requested, but not required\r\n\r\nRSVP Email to: faeriecritter@gmail.com (note new email address)\r\n\r\nVolunteer shifts available are set up, clean up, door, cashier, DM, service submissive. Shifts are given on a first come, first serve basis. DM''s require approval from host and must have prior experience.\r\n\r\nVolunteer email at faeriecritter@gmail.com\r\n\r\n\r\nSF Citadel\r\n1277 Mission Street,\r\nbetween 8th and 9th\r\n\r\n(Note that, for those parking on Mission Street,\r\nticketing and towing begins at 2am.)\r\nwww.sfcitadel.org\r\n\r\n*Please feel free to repost\r\n\r\n\r\nThank you,\r\nArielle, Queer Playground host\r\n\r\n-- \r\n"Time is a flowing river.\r\nHappy those who allow themselves to be carried, unresisting, with the current.\r\nThey float through easy days.\r\nThey live, unquestioning, in the moment."\r\n\r\n-Christopher Morley\r\n\r\n===============================================================\r\n= This is a list for BDSM events of interest to the northern \r\n= California area. \r\n===============================================================\r\n= To unsubscribe send email to listserv@rjhg.com \r\n= with the text "unsubscribe events [your email address]" (no\r\n= quotes or [ ]''s) in the body of the message. (The subject\r\n= will be ignored) \r\n===============================================================\r\n===============================================================\r\n= Handy Calendar of events in case you deleted or missed one \r\n= http://www.soj.org/calendar/index.html \r\n===============================================================\r\n===============================================================\r\n= Another Calendar of events for the S.F. Bay Area \r\n= http://www.twistedimage.com/calendar \r\n===============================================================\r\n\r\n\r\n'), (942, NULL, NULL, 'joe', 20060130, 100000, 20060129, 203050, 0, 2, 'E', 'P', 'phone screen for impact', 'phone screen for impact'), (943, NULL, NULL, 'joe', 20060209, 80000, 20060131, 20628, 600, 2, 'M', 'P', 'jesse in town', 'jesse in town'), (944, NULL, NULL, 'mary', 20060225, 140000, 20060131, 115203, 480, 3, 'E', 'P', 'observatory housewarming', 'http://karenbynight.livejournal.com/141659.html'), (945, NULL, NULL, 'joe', 20060207, 90000, 20060131, 135136, 0, 2, 'E', 'P', 'joanne''s bday', 'joanne''s bday'), (946, NULL, NULL, 'joe', 20060207, 110000, 20060201, 121208, 0, 2, 'E', 'P', 'coffee with uwe?', 'Many know this picture from our reviews. Why did we use this scene? Because we like the look and the coffee shop. I will be there 2/7/2006 at about 11am. You are welcome to join us if you have time. The Bear Coffee shop is at 19 N. Santa Cruz Avenue, Los Gatos. Please drop me a note if you plan to come. We have no agenda except to meet and chat. In case you want to buy a signed copy of our book ($42.16 including sales tax) also send me a note.'), (947, NULL, NULL, 'joe', 20060305, 20000, 20060201, 180822, 1140, 2, 'E', 'P', 'impact talk, bayrunners, time tbd', 'impact talk, bayrunners, time tbd'), (948, NULL, NULL, 'joe', 20060211, 200000, 20060204, 220414, 300, 2, 'E', 'P', 'mik party', 't seems the e-mail I sent a while ago about my thirty-three-and-a-\r\nthird birthday party didn''t get out, at least not to most of you. That\r\nwould explain why so few people RSVPed by the beginning of February as\r\nI asked. So, if this really is the first you''ve heard of it, consider\r\nthis your warm-hearted invitation!\r\n\r\n\r\nThe Basic Details\r\n-----------------\r\n\r\nWho?\r\n You, silly! =) Feel free to bring significant others, friends,\r\n lovers, etc.; just let me know.\r\n\r\nWhat?\r\n A good old-fashioned birthday party. We''re gonna party like it''s\r\n 1989...\r\n\r\nWhere?\r\n Casa de Esperanza, i.e. my place. Directions and public transport\r\n instructions are at this URL:\r\n\r\n http://www.purpletrafficlight.net/cde/directions.html\r\n\r\n Note that this will probably be the last big party hosted at\r\n CdE—we''re planning to move soon.\r\n\r\nWhen?\r\n Saturday 11 February 2006, 8pm ''till late (i.e. after midnight,\r\n but not super-late since it''s a heavy party weekend)\r\n\r\nWhy?\r\n Because my 30th birthday sucked, and I promised myself I''d make up\r\n for it!\r\n\r\n\r\nThe Twist\r\n---------\r\n\r\nIt wasn''t a typo when I said we''re going to party like it''s nineteen\r\neighty-nine... bring your vinyl records! Thirty-three-and-a-third\r\nbirthday, thirty-three-and-a-third RPM. Get it? =) (C''mon, you still\r\nhad ''em in ''89!) You can bring your 45s as well... I think I even have\r\none of The Twist, now that you mention it. In fact, bring any vinyl\r\nthat you''d particularly enjoy playing! (Records, that is... this isn''t\r\nthat kind of party!) You may also volunteer to DJ if that''s something\r\nyou like to do.\r\n\r\n\r\nOther Important Info\r\n--------------------\r\n\r\nRSVP\r\n Early in the week, please, if possible. And remember, ''maybe'' is a\r\n better answer than no answer at all!\r\n\r\nCrash Space\r\n We have plenty. Out-of-towners and those who let us know in\r\n advance will get first pick of where to sleep, but you don''t have\r\n to worry about us running out of space.\r\n\r\nBring\r\n Apart from vinyl records, consider bringing along something to\r\n drink, either alcoholic or not. (It''s not compulsory.) Calling\r\n ahead to see what we''re running low on would be a big plus! The\r\n house number is (415) 587 8027. General advance questions about\r\n the party, and RSVPs, should be sent via e-mail, though.\r\n\r\nThanks to everyone who cooperated with me to make sure we all got to\r\nhave our parties that weekend. It''s a crazy time on the calendar. Mine\r\nisn''t even the only even-division-of-a-century-party: April turns\r\na-quarter-of-a-century two days before I turn a-third-of-a-century,\r\nand Audrey turns a-fifth-of-a-century next week as well!'), (949, NULL, NULL, 'joe', 20060215, 190000, 20060206, 185535, 180, 2, 'E', 'P', 'reese party', 'On Sat Feb 11, I''m hosting a birthday gathering at Gretchen''s place here in\r\nSanta Cruz. I like celebrating coming into this world and making it through\r\nanother year. Cake and drinks will be provided. Dinner is potluck. Please\r\nRSVP.\r\n\r\nWhere: 116 Palo Verde Terrace, Santa Cruz\r\nWhen: Sat, Feb 11 @ 7 pm'), (950, NULL, NULL, 'joe', 20060217, 190000, 20060206, 135746, 300, 2, 'E', 'P', 'basmati reception drug store', 'basmati reception drug store'), (951, NULL, NULL, 'joe', 20060213, 160000, 20060213, 11357, 120, 2, 'E', 'P', 'late lunch v', 'late lunch v'), (952, NULL, NULL, 'joe', 20060304, -1, 20060211, 130139, 0, 2, 'E', 'P', 'MATS', '* * * Time for another Mattress Tester''s Society party!!! * * *\r\n Saturday, 4 March 2006\r\n 7pm-2am\r\n\r\nThis will be at a small, private dungeon space in the Outer Mission\r\nneighborhood of San Francisco. It features:\r\n\r\n* Reasonably easy street parking; near BART\r\n* An open space well suited for group scenes\r\n* A separate lounge area with food\r\n* BDSM furniture\r\n* DJ''d music\r\n* Shower\r\n\r\nWe''ve thrown two parties here before, and are very pleased to have it\r\nagain. Plus we''ve extended the hours and lowered the price!\r\n\r\nHowever, it has a capacity of only *35 people*. Definitely reserve\r\nearly, as I expect it to sell out; go to\r\nhttp://www.tgeller.com/party/invitation.shtml . The prepaid price is\r\ncurrently $15, and will go up by $5 each week, finally being $30 at\r\nthe door. Details on that page.\r\n\r\nI hope you can make it! And of course, feel free to write with any\r\nquestions or concerns. Cheers,'), (953, NULL, NULL, 'joe', 20060304, 190000, 20060211, 130201, 300, 2, 'E', 'P', 'MATS', '* * * Time for another Mattress Tester''s Society party!!! * * *\r\n Saturday, 4 March 2006\r\n 7pm-2am\r\n\r\nThis will be at a small, private dungeon space in the Outer Mission\r\nneighborhood of San Francisco. It features:\r\n\r\n* Reasonably easy street parking; near BART\r\n* An open space well suited for group scenes\r\n* A separate lounge area with food\r\n* BDSM furniture\r\n* DJ''d music\r\n* Shower\r\n\r\nWe''ve thrown two parties here before, and are very pleased to have it\r\nagain. Plus we''ve extended the hours and lowered the price!\r\n\r\nHowever, it has a capacity of only *35 people*. Definitely reserve\r\nearly, as I expect it to sell out; go to\r\nhttp://www.tgeller.com/party/invitation.shtml . The prepaid price is\r\ncurrently $15, and will go up by $5 each week, finally being $30 at\r\nthe door. Details on that page.\r\n\r\nI hope you can make it! And of course, feel free to write with any\r\nquestions or concerns. Cheers,'), (954, NULL, NULL, 'mary', 20060304, 140000, 20060212, 130518, 480, 2, 'E', 'R', 'Casey''s party', 'Casey''s party'), (955, NULL, NULL, 'joe', 20060222, 110000, 20060218, 134623, 120, 2, 'E', 'P', 'sheliah yearwood', 'digital artwork images'), (956, NULL, NULL, 'joe', 20060310, -1, 20060218, 151224, 0, 2, 'E', 'P', 'possibe impact talk', 'possibe impact talk'), (957, NULL, NULL, 'joe', 20060318, 0, 20060220, 23814, 0, 2, 'M', 'P', 'on own: Furnace Creek Resort', ' Furnace Creek Resort\r\n\r\n\r\nReturn to Check Availability Return to Room Availability Return to\r\nGuest Information Return to Reservation Review\r\n\r\n\r\nFurnace Creek Ranch - Reservation Confirmation\r\nThank You\r\nPlease print this page for your records. You will receive a\r\nconfirmation number via e-mail.\r\n\r\n Book Another Property\r\nReview My Reservations\r\nIMPORTANT INFORMATION\r\nPlease note that our Reservation Policy requires a deposit equal to\r\nthe first night''s Room Rate plus applicable taxes and surcharges per\r\nroom in order to confirm your reservation. We have successfully\r\nreceived your reservation request and are in the process of charging\r\nthe applicable per room deposit to your credit card. (Please be sure\r\nto review the Cancellation Policy below.)\r\n\r\nOnce we have successfully processed the required deposit to your\r\ncredit card, a Confirmation Number will be assigned to your\r\nreservation and an Email Confirmation will be sent to you. Although\r\nEmail Confirmations typically arrive within a couple of hours, please\r\nallow up to 36-hours for this Email Confirmation to arrive.\r\n\r\nIf you reserved more than one room, you will receive a separate email\r\nconfirmation and confirmation number for each room.\r\n\r\nPlease note that until the Email Confirmation and Confirmation Number\r\nis received, your reservation has not been confirmed and we will be\r\nunable to accept modifications or cancellations.\r\n\r\nIf we are unsuccessful in processing the deposit on your credit card,\r\nthis reservation WILL NOT be booked and an Email notification will be\r\nsent to you.\r\nHotel Details\r\nHotel Name: Furnace Creek Ranch\r\nHotel Address: HIGHWAY 190\r\nDEATH VALLEY, CA 92328\r\nUS\r\nMain Phone: (760) 786-2345\r\nReservation Phone: (760) 786-2345\r\nFax: (760) 786-2514\r\nE-mail: reservations@xanterra.com\r\nReservation Details\r\nArrival Date: Saturday, 18 March 2006\r\nDeparture Date: Monday, 20 March 2006\r\nNumber of Guests: 1\r\nRoom Type: 2 QUEEN BEDS DELUXE ROOM\r\nRate Type: REGULAR ROOM RATES\r\nRate Description: Rates are based on double occupancy and are quoted\r\non a per room, per night basis (minimum night stays may be required).\r\nThe required deposit; charged via credit card at the time reservations\r\nare made is the first night plus tax and Energy Surcharge. Additional\r\nCharges - Additional adults are $20.00 per person per night.\r\nRoll-a-ways are an additional $20.00 per night (roll-a-ways are not\r\navailable in Cabin Units). Maximum guests are 2-5 per room, depending\r\non room type. Sorry, no pets are allowed. Contact Stovepipe Wells at\r\n760-786-2387 for accommodations that allow pets. Check-in time is 4:00\r\np.m. Check-out time is noon. All rooms are non-smoking.\r\nNightly Rm Rate:\r\n3/18-3/19 $ 170.00\r\nTotal Rate: $ 340\r\nTax: A charge of 9% Tax and $2.50 Energy Surcharge per room, per\r\nnight will be added to all rooms. Credit cards are charged at the time\r\nof booking for the first night plus tax and Energy Surcharge.\r\nPersonal Information\r\nName: Joe Decker\r\nAddress: 1733 Hudson Drive\r\nCity: San Jose\r\nState: California\r\nCountry: United States\r\nPostal Code: 95124\r\nDaytime Phone: 408 439 2963\r\nE-mail Address: joe@rockslidephoto.com\r\nCredit Card Information\r\nCard Type: MasterCard\r\nCard Number: xxxxxxxxxxxx6218\r\nExpires: 12/08\r\nCancellation Policy:\r\nTo receive a refund of your deposit, reservations must be cancelled 48\r\nhours prior to your arrival date. After that time all deposits are\r\nnon-refundable.\r\n\r\n'), (883, NULL, NULL, 'joe', 20060315, -1, 20060301, 210258, 0, 2, 'M', 'P', 'photo trip LA/Desert', 'possible photo trip extension before DV'), (958, NULL, NULL, 'joe', 20060224, 110000, 20060220, 131035, 120, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (959, NULL, NULL, 'joe', 20060311, 180000, 20060221, 30126, 360, 2, 'E', 'P', 'byron party', 'Q: So, what''s all this, then?\r\nA: It''s Byron''s housewarming party! Canapes, libations, music, games,\r\nand bonhomie.\r\n\r\nQ: Seriously? Haven''t you lived there, for like, a year and a half?\r\nA: Yeah, but you gonna diss my excuse for having a party?\r\n\r\nQ: Fair enough. When''s this shindig happening?\r\nA: March 11, 2006, from 6pm ''til midnightish.\r\n\r\nQ: Where at?\r\nA: 831 Palm Avenue in scenic Redwood City, California. (Population: You!)\r\n\r\nQ: Should I bring something?\r\nA: Your presence is gift enough, but if you''re feeling the love and want\r\nto bring some food or drink to share, by all means.\r\n\r\nQ: Cool. What else should I know?\r\nA: Peaches the Dowager Queen of Cats lives here: allergy sufferers beware.\r\nThe house is not officially kid-safe, but you''re welcome to bring them if\r\nyou''re willing to keep an eye on them. Smoking outside only, please.\r\n\r\nQ: Dude, I don''t even live in the area.\r\nA: I know, but if you can make it, that''d be great! There''s limited crash\r\nspace available on a first-come, first-served basis.\r\n\r\nQ: Should I RSVP? Can I bring my friend (to tea)?\r\nA: Yes to both! Just send me an e-mail at byron@rdrop.com so I have an\r\nidea of how many people are showing up.\r\n\r\nQ: How about a map?\r\nA: Google Maps is the best! (Double True!)\r\nhttp://maps.google.com/maps?f=q&hl=en&q=831+Palm+Ave,+94061\r\n\r\nQ: I''m so lost.\r\nA: No problem. Give me a call at (650) 261-1776 or (503) 970-7909.\r\n\r\nOther questions? Shoot me an e-mail at this address. Hope to see you\r\nthere!\r\n\r\nBrought to you by Byron, Heather, Peaches, the letter R, and the number 4.\r\n'), (960, NULL, NULL, 'joe', 20060327, 190000, 20060221, 142728, 300, 2, 'E', 'P', 'sunnyvale photo club talk', 'Joe, I haven''t mentioned that I am the President of the Sunnyvale Photo\r\nClub. We are a group of about 20 enthusiastic amateurs who meet twice\r\neach month for competitions and programs. I think that you would be an\r\nexcellent speaker for our group and hope that you would consider\r\npresenting to us in March or April. I know that any topic of your\r\nchoosing would be of interest to the group but I propose that you speak\r\nabout tips/techniques for shooting along the coast. I''d encourage you\r\nto talk about your workshops and classes and to use the presentation as\r\na marketing opportunity as well. Our upcoming meetings are on March 27\r\nand April 24. Are you available to speak at either of them?\r\n\r\nSusan and I both enjoyed the outting along the coast last weekend. I''m\r\nplease with several of the shots that I got and believe that Susan is\r\ntoo. We look forward to sharing our work next weekend and hearing your\r\ncomments and critiques.\r\n\r\nBest regards,\r\nKeith Schwamkrug'), (961, NULL, NULL, 'mary', 19691231, -1, 20060221, 143919, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (962, NULL, NULL, 'mary', 20060708, 80000, 20060221, 144135, 0, 2, 'E', 'P', 'v''s bday', 'v''s bday, no idea yet about party, casey''s call'), (963, NULL, NULL, 'joe', 20060602, 120000, 20060521, 15525, 60, 2, 'E', 'P', 'propanel rental, time tbd', 'Hi Joe--As per our phone conversation on Tues., 2/21/06, I would like to rent your panels again in June for the art festival at the Triton. I would pick them up on Fri. June 2, and return on Sun. June 4 or Mon., June 5, 2006.\r\n\r\nThanks so much, Carolyn\r\n266-1833'), (964, NULL, NULL, 'joe', 20060314, 143000, 20060222, 113916, 120, 2, 'E', 'P', 'art delivery artworksf', 'SUBMIT DEADLINE: FEBRUARY 28, 2005\r\nPlease let me know by return email if you can not accommodate this show.\r\n------------------------------------------------------------------\r\nJoe – To follow-up earlier email. confirmation of dates as below.\r\nI would like to offer you the opportunity for a solo exhibit at the following venue:\r\n\r\nWhere: Caffe Bianco\r\nAddress: 39 Sutter Street (@ Market)\r\nInstall Dates: Tuesday MARCH 14, 3.30 PM\r\nTake down: Tuesday, MAY 17, 3.30 PM\r\n\r\nThis venue can accommodate ELEVEN or TWELVE piece..'), (965, NULL, NULL, 'joe', 20060517, 143000, 20060222, 114410, 180, 2, 'E', 'P', 'caffe bianco takedown', '\r\nSUBMIT DEADLINE: FEBRUARY 28, 2005\r\nPlease let me know by return email if you can not accommodate this show.\r\n------------------------------------------------------------------\r\nJoe – To follow-up earlier email. confirmation of dates as below.\r\nI would like to offer you the opportunity for a solo exhibit at the following venue:\r\n\r\nWhere: Caffe Bianco\r\nAddress: 39 Sutter Street (@ Market)\r\nInstall Dates: Tuesday MARCH 14, 3.30 PM\r\nTake down: Tuesday, MAY 17, 3.30 PM'), (966, NULL, NULL, 'mary', 20060701, -1, 20060222, 204007, 0, 2, 'E', 'P', 'What the fuck are we doing?', '(It does seem strange, yet fitting, and time.)'), (967, NULL, NULL, 'casey', 20060301, 190000, 20060228, 175306, 240, 2, 'E', 'P', 'Date with V', 'Date with V'), (968, NULL, NULL, 'casey', 20060302, 180000, 20060228, 175322, 180, 2, 'E', 'P', 'Roving Mars', 'Roving Mars'), (969, NULL, NULL, 'casey', 20060308, 190000, 20060228, 180136, 240, 2, 'E', 'P', 'Date with Leah', 'Date with Leah'), (970, NULL, NULL, 'joe', 20060423, 90000, 20060301, 4953, 540, 2, 'E', 'P', 'mug-a-thon', 'Here''s a quick update - Mug-a-thon is going to be on Sunday April 23,\r\n2006, not the 29th as previously announced. It will be held at the\r\nEmeryville Senior Center. Unfortunately, we weren''t able to find a\r\nweekend when there weren''t any classes in April (other than Easter) and\r\nwe will miss those who can''t join us.'), (971, NULL, NULL, 'joe', 20060427, 120000, 20060421, 205336, 0, 2, 'E', 'P', 'phig dropoff', 'Show Title: PHIG Weekend\r\nShow Dates: April 28-30, 2006\r\nVenue: Pacific Art League, Main Gallery\r\nReception: Saturday, April 29th from 5-8pm\r\nTheme: Recent work by PAL-PHIG members\r\nEntry Fees: $15 for 1, $20 for 2, $25 for 3 framed pieces, (cash or check)\r\nPlease see General Requirements below\r\n \r\nKey Dates:\r\nApril 26 & 27 - Artwork drop off at Pete''s Tech Tower\r\nApril 28 - Hang the show 9am-1pm (need 1 volunteer)\r\nApril 29 - Reception 5-8pm (need 2 volunteers)\r\nMay 1 - Take down show, store work 9-10am (need 1 volunteer)\r\nMay 1 & 2 - Artwork pickup at Art League Storage (downstairs)'), (972, NULL, NULL, 'joe', 20060429, 170000, 20060301, 11602, 180, 2, 'E', 'P', 'palphig show reception', 'April 29 - Reception 5-8pm (need 2 volunteers)\r\n'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (973, NULL, NULL, 'joe', 20060801, -1, 20060301, 11735, 0, 2, 'E', 'P', 'PHIG Annual Juried Group Show (approximate start date)', 'Show Title: PHIG Annual Juried Group Show\r\nShow Dates: August 1-31, 2006\r\nVenue: Pacific Art League, Norton Gallery\r\nReception: Fri, Aug 4th 6-9pm, awards at 7pm\r\nTheme: Captured Light\r\n\r\nEntry Fees: $15 for 1, $20 for 2, $25 for 3 framed pieces, (cash or check)\r\nNote: This is our annual juried show. It will be organized much like our previous\r\nannual shows. See www.pacificartleague.org/members/phig/phig2005prospectus.html\r\nfor details. Pete will need help with installing the show and hosting the reception.'), (974, NULL, NULL, 'joe', 20060901, -1, 20060301, 11834, 0, 2, 'E', 'P', ' PHIG Group Show (TBD) approximate start date', 'Show Title: PHIG Group Show (TBD)\r\nShow Dates: Sep 1-Oct 15, 2006\r\nVenue: Keeble & Shuchat Photo Gallery\r\nReception: TBD\r\nTheme: TBD\r\nEntry Fees: TBD\r\n \r\nNote: This is a new venue for us with strict limits on how the work is\r\ndisplayed. The photo must be matted in a 16x20" size and fits into clear\r\nplastic holders on the wall (no frames are used). There is room for 47\r\nworks (25 vertical and 22 horizontal). We need several volunteers to help\r\norganize and manage this show. '), (975, NULL, NULL, 'joe', 20060306, 140000, 20060301, 203814, 0, 2, 'E', 'P', 'impact call', 'impact call'), (976, NULL, NULL, 'joe', 20060308, 190000, 20060301, 203927, 180, 2, 'E', 'P', 'palphig', 'Photographers Interest Group (PHIG)\r\nWednesday, March 8th at 7:30pm\r\nPacific Art League, Norton Studio (upstairs gallery)\r\n668 Ramona St. Palo Alto \r\n\r\n7:30 - Welcome, news, resource and information sharing\r\nInformal, roundtable-style of the group sharing useful and interesting information. Our postcards for our spring weekend show have arrived. We''ll talk about the upcoming show and distribute the cards to those that attend the meeting. \r\n \r\n7:45 - Doris Mitsch\r\nSan Francisco photographer Doris Mitsch has been experimenting with using a flatbed scanner as a camera, which offers interesting opportunities and constraints. Unlike a traditional camera, a flatbed scanner captures an image by moving both the light and the lens across the subject, which results in a unique perspective and quality of light. WIRED magazine described her as '), (977, NULL, NULL, 'joe', 20060324, 20000, 20060301, 210128, 1260, 2, 'E', 'P', 'death valley trip extension', 'death valley trip extension'), (978, NULL, NULL, 'joe', 20060525, -1, 20060517, 194315, 0, 2, 'M', 'P', 'May Photo Trip TBD', 'May Photo Trip TBD'), (979, NULL, NULL, 'mary', 19691231, -1, 20060302, 140748, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (980, NULL, NULL, 'casey', 20060315, 190000, 20060303, 163851, 240, 2, 'E', 'P', 'Date with Kay', 'Date with Kay'), (981, NULL, NULL, 'mary', 19691231, -1, 20060307, 113046, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (982, NULL, NULL, 'mary', 20060310, 200000, 20060308, 1303, 120, 2, 'E', 'P', 'W&S with Abbie''s b''day', 'W&S with Abbie''s b''day'), (983, 914, NULL, 'mary', 20060409, -1, 20060308, 1547, 0, 2, 'E', 'P', 'Oregon', '\r\nApril 09 2006\r\n Alaska Airlines Flight 571\r\n Depart: Oakland, California at 7:45 am\r\n Arrive: Portland, Oregon at 9:23 am'), (984, 914, NULL, 'mary', 20060414, -1, 20060308, 1615, 0, 2, 'E', 'P', 'Oregon', '\r\nApril 14 2006\r\n Alaska Airlines Flight 336\r\n Depart: Portland, Oregon at 8:20 pm\r\n Arrive: Oakland, California at 9:58 pm'), (985, NULL, NULL, 'joe', 20060310, 110000, 20060308, 124808, 60, 2, 'E', 'P', 'pick up prints from calypso', 'pick up prints from calypso, deliver to art21'), (986, NULL, NULL, 'joe', 20060313, 110000, 20060312, 140154, 120, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (987, NULL, NULL, 'joe', 20060311, 160000, 20060308, 193027, 60, 2, 'E', 'P', 'buy 58, 67mm polarizers', 'buy 58, 67mm polarizers'), (988, NULL, NULL, 'joe', 20060401, 130000, 20060310, 220826, 180, 2, 'E', 'P', 'jim tobin', 'jim tobin '), (989, NULL, NULL, 'joe', 20060510, 160000, 20060426, 181451, 180, 2, 'E', 'P', 'photo sf jurying', 'photo sf jurying\r\n\r\nThanks to all of you for agreeing to be jurors for the PhotoSF show this year.\r\nPlease mark your calendars for May 10th at 4pm. We''ll jury in Norton\r\nuntil 5 or 5:30 and then I will treat you to dinner before the PHIG meeting\r\nstarts at 7:30.\r\n\r\nIt looks like PAL will be able to get a booth at the PhotoSF show with the\r\nsame terms as last year. That is really good news for PHIG.'), (990, NULL, NULL, 'joe', 20060405, 190000, 20060313, 192149, 180, 2, 'E', 'P', 'ass', 'http://community.livejournal.com/sfbayarea/1390510.html'), (992, NULL, NULL, 'joe', 20060408, -1, 20060325, 200800, 0, 2, 'M', 'P', 'mary in oregon', 'mary in oregon'), (993, NULL, NULL, 'joe', 20060330, 0, 20060325, 201058, 0, 2, 'E', 'P', 'flower power dropoff', 'flower power dropoff'), (994, NULL, NULL, 'joe', 20060403, 80000, 20060326, 15349, 0, 2, 'E', 'P', 'dentist at some point today probably in the morning', 'dentist at some point today probably in the morning'), (995, NULL, NULL, 'joe', 20060504, 130000, 20060421, 194406, 0, 2, 'E', 'P', 'impact/sbc presentation', 'impact/sbc presentation'), (991, NULL, NULL, 'joe', 20060330, 100000, 20060327, 111926, 300, 2, 'E', 'P', 'lunch lauren', 'lunch lauren'), (996, NULL, NULL, 'joe', 20060330, 150000, 20060327, 112022, 120, 2, 'E', 'P', 'possible volunteer 3-5 pal', 'possible volunteer 3-5 pal'), (997, NULL, NULL, 'joe', 20060329, 110000, 20060327, 170739, 180, 2, 'E', 'P', 'lunch inventors', 'lunch inventors'), (998, NULL, NULL, 'joe', 20060409, 150000, 20060406, 222316, 300, 2, 'E', 'P', 'parental dindin', 'parental dindin'), (999, NULL, NULL, 'joe', 20060329, 80000, 20060328, 150333, 60, 2, 'E', 'P', 'insurance checkup', 'insurance checkup'), (1000, NULL, NULL, 'joe', 20060401, 160000, 20060329, 190459, 540, 2, 'E', 'P', 'edges opening', 'When:Saturday April 1st 2006\r\nRitual starts at 4:00 PM - Play Party Starts immediately afterwards, until\r\n1:00 AM\r\n (Doors Close at 11:30)\r\n\r\nWhere:\r\nSouth Bay Productions - RSVP for Directions - Call 408-496-1132\r\n(Leave Name and Number) or Email: south_bay_productions@yahoo.com\r\n\r\nCost:\r\nRitual - Donation (Presenter: Chris English)\r\nPlay Party and Membership to Edges - $15.00 (This Event Only ~ Amazing Offer!)\r\n\r\nPossible:\r\nMiss Ali presents the Grand Opening of "Edges". 5800 sq ft of play space\r\nand amazing energy! This is the result of the sweat equity, time, and\r\ndonations of many dedicated and enthusiastic Members. Come and check out\r\nwhat our volunteers have worked so hard on these last several weeks.\r\n\r\n*Come in street appropriate clothing\r\n*Safe Parking\r\n*Smoke Free Building\r\n\r\n**Please repost to appropriate lists**\r\n\r\n'), (1001, NULL, NULL, 'joe', 20060403, 120000, 20060329, 193729, 60, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (1002, NULL, NULL, 'joe', 20060429, 100000, 20060331, 505, 360, 2, 'M', 'P', 'PAL', 'PAL'), (1003, NULL, NULL, 'joe', 20060407, 90000, 20060331, 150558, 150, 2, 'E', 'P', 'scholarship training', 'scholarship training'), (1004, 894, NULL, 'joe', 20060420, 90000, 20060403, 90152, 780, 2, 'E', 'P', 'NE california trip (Burney, etc.)', 'NE california trip (Burney, etc.)\r\n\r\nDetails to change, this is currently a placeholder.\r\n\r\nMary: you''re invited, but I understand work is a\r\nconstraint. If you want to go and a small change\r\nto the schedule would work better for you, do let\r\nme know, though. '), (1006, NULL, NULL, 'joe', 20060419, -1, 20060403, 230958, 0, 2, 'E', 'P', 'Denim Day', 'Denim Day\r\n\r\nhttp://www.denimdayinla.org/'), (1007, NULL, NULL, 'joe', 20060410, 110000, 20060406, 201303, 120, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (1008, NULL, NULL, 'joe', 20060405, 120000, 20060404, 115354, 120, 2, 'E', 'P', 'lunch simon', 'lunch simon'), (1009, NULL, NULL, 'casey', 20060421, 180000, 20060404, 145411, 240, 2, 'E', 'P', 'Savanna Jazz', 'Dinner at Savanna Jazz with Rose, Josh, and a small mob of friends.'), (1010, NULL, NULL, 'mary', 20060422, 180000, 20060404, 150053, 240, 2, 'E', 'R', 'Raven''s birthday party', 'Not sure who can see this:\r\nhttp://ravenslost.livejournal.com/206231.html\r\nBut it''s in Fremont. She''s turning 30 and really wants folks to go. \r\nObservatory folks are probably going, and probably Geri, and almost certainly Brian and Christyn.'), (1011, NULL, NULL, 'mary', 20060417, -1, 20060404, 150212, 0, 2, 'E', 'P', 'mary off', 'mary off for her birthday, wants to do something naturey if possible, this can include hiking or dog park, and she''s willing to go solo :)\r\n\r\nEvening plans TBD.\r\n\r\nThis is FYI, not a request for dates, except that Casey, I wouldn''t mind a nice evening if you''ve got it. :) (Joe, we have the next day still?)'), (1012, NULL, NULL, 'joe', 20060411, 183000, 20060405, 214036, 180, 2, 'E', 'P', 'hang out with carey', 'hang out with carey'), (1013, NULL, NULL, 'joe', 20060408, 180000, 20060405, 214531, 300, 2, 'E', 'P', 'xta''s birthday party?', 'dunno the real time, check the evite'), (1014, NULL, NULL, 'joe', 20060412, 140000, 20060406, 140640, 0, 2, 'E', 'P', 'cafe bianco delivery', 'Tufa and Moon, AR Glass 1/200\r\n32 h x 24 w\r\n$700\r\nhttp://www.rockslidephoto.com/cgi-bin/leaf.pl?id=303&gallery=2\r\n\r\nBent Trees, Bohler Canyon, AR Glass 1/200\r\n32 h x 23 w\r\n$700\r\nhttp://www.rockslidephoto.com/cgi-bin/leaf.pl?id=309&gallery=2\r\n\r\nTrillium Falls II, AR Glass 17/200\r\n32 h x 24 w\r\n$700\r\nhttp://www.rockslidephoto.com/cgi-bin/leaf.pl?id=518&gallery=2'), (1015, NULL, NULL, 'mary', 20060520, 150000, 20060406, 161741, 420, 2, 'E', 'P', 'Pat''s birthday dinner', 'Pat''s birthday dinner'), (1016, NULL, NULL, 'mary', 20060409, 110000, 20060406, 161823, 0, 2, 'E', 'P', '"Saturday Market"', 'And lunch with lj:girl_on_a_stick, perhaps. And maybe Powell''s. '), (1017, NULL, NULL, 'mary', 20060409, 110000, 20060406, 161839, 300, 2, 'E', 'P', '"Saturday Market"', 'And lunch with lj:girl_on_a_stick, perhaps. And maybe Powell''s. '), (1018, NULL, NULL, 'mary', 20060410, 80000, 20060406, 161942, 240, 2, 'E', 'P', 'birding', 'birding with lj:winnett \r\n(Mary''s going, cc''d to Casey, who''s welcome to go, so he knows about it, but his presence isn''t required)'), (1019, NULL, NULL, 'mary', 20060412, 140000, 20060406, 162127, 0, 2, 'E', 'P', 'pat kight''s house', 'pat kight''s house\r\nhttp://kightp.livejournal.com/654256.html'), (1020, 894, NULL, 'joe', 20060421, 90000, 20060407, 155340, 780, 2, 'E', 'P', 'coastal or flowers trip?', 'Details to change, this is currently a placeholder.'), (1021, NULL, NULL, 'joe', 20060419, 90000, 20060407, 155658, 660, 2, 'M', 'P', 'coastal trip?', 'coastal trip?'), (1022, NULL, NULL, 'joe', 20060610, 180000, 20060408, 33532, 240, 2, 'E', 'P', 'blackjack and hookers', 'Hi Ed,\r\n\r\nYes, I remember. Sorry I won''t make it tonight!\r\n\r\n Anyway if you are interested and send me your mailing address I can send you an invite to my 36th bday bash (it is very vanilla) on 4/22/06\r\n\r\n Keep June 10th open as that will be the "blackjack and hookers" themed party which is more fun :)\r\n\r\n\r\nI''ll make a note for 6/10, I''ll be out of the area on a photo excursion 4/22, so i''ll miss the party, but\r\nI apperciate the invite. It was great to meet you!\r\n\r\nBest regards,\r\n\r\n--Joe\r\n'), (1023, 43, NULL, 'joe', 20060426, 190000, 20060413, 205431, 300, 2, 'E', 'P', 'tentative wed. munch with dita', 'tentative wed. munch with dita'), (1024, 510, NULL, 'joe', 20060505, 180000, 20060416, 95320, 180, 2, 'E', 'P', 'first fridays also david hibbard', 'first fridays\r\n\r\nWhere:\r\nModernbook Gallery\r\n494 University Avenue\r\nPalo Alto\r\n\r\nWhen:\r\nMay 5 to June 1\r\nOpening reception: Friday, May 5, 7 to 10 pm\r\n\r\nAs some of you know, the next PHIG meeting will be Wednesday, May 10, at\r\nModernbook. I will give an informal talk about my work. Hope to see you\r\nthere.'), (1025, NULL, NULL, 'joe', 20060506, 200000, 20060416, 101507, 240, 2, 'E', 'P', 'qoh', 'qoh'), (1026, NULL, NULL, 'joe', 20060424, 120000, 20060421, 195532, 240, 2, 'M', 'P', 'works pickup', 'works pickup'), (1027, NULL, NULL, 'joe', 20060423, 190000, 20060421, 205941, 0, 2, 'E', 'P', 'frame mat for thur deliveries', 'frame mat for thur deliveries'), (1028, NULL, NULL, 'joe', 20060623, 100000, 20060424, 15334, 600, 2, 'M', 'P', 'NANPA Boston Road Show / Trip', 'NANPA Boston Road Show\r\n\r\n---\r\n\r\nHilton Garden Inn Boston/Waltham\r\n420 Totten Pond Road\r\nWaltham, MA United States 02451\r\nPhone: 1-781-890-0100 Fax: 1-781-890-4446 \r\nCheck-In date: 22 Jun 2006\r\nCheck-Out date: 28 Jun 2006\r\nCheck-In time: 3:00 PM\r\nCheck-Out time: 12:00 PM\r\n\r\nRate Information:\r\n\r\nRate per night: 155.00 USD\r\n\r\nIncludes estimated taxes and service charges.\r\n \r\nTax & Service Charges\r\n# \r\n There is a 9.50% Per Room Per Night tax.\r\n\r\nAdditional Charges\r\n# \r\n Self parking: 0.00 \r\n\r\n# Rules & Restrictions: Your reservation is guaranteed for late arrival.\r\n# Should you need to cancel please contact us before 4 PM on 22 Jun 2006 local property time to avoid cancellation penalties.\r\n\r\n\r\nRoom Information:\r\n\r\n1 Rooms: 1 Adult\r\n Non-Smoking Confirmed\r\nRoom Type: 2 QUEEN BEDS\r\n \r\n\r\n---\r\n\r\nDate: \r\n22JUN - THURSDAY\r\n \r\n \r\n \r\nFlight : \r\nAMERICAN AIRLINES\r\n \r\n818\r\n \r\n \r\nDeparture: \r\nSAN FRANCISCO\r\n \r\n2:18 PM\r\n \r\n \r\nArrival: \r\nBOSTON\r\n \r\n12:30 AM\r\n \r\n \r\n \r\nJOSEPH DECKER\r\n \r\nSEAT 23A\r\n \r\nECONOMY\r\n \r\nFOOD FOR PURCHASE\r\nDate: \r\n28JUN - WEDNESDAY\r\n \r\n \r\n \r\nFlight : \r\nAMERICAN AIRLINES\r\n \r\n2003\r\n \r\n \r\nDeparture: \r\nBOSTON\r\n \r\n3:58 PM\r\n \r\n \r\nArrival: \r\nCHICAGO OHARE\r\n \r\n5:45 PM\r\n \r\n \r\n \r\nJOSEPH DECKER\r\n \r\nSEAT 23A\r\n \r\nECONOMY\r\n \r\nDate: \r\n28JUN - WEDNESDAY\r\n \r\n \r\n \r\nFlight : \r\nAMERICAN AIRLINES\r\n \r\n1843\r\n \r\n \r\nDeparture: \r\nCHICAGO OHARE\r\n \r\n7:00 PM\r\n \r\n \r\nArrival: \r\nSAN FRANCISCO\r\n \r\n9:32 PM\r\n \r\n \r\n \r\nJOSEPH DECKER\r\n \r\nSEAT 24A\r\n \r\nECONOMY\r\n \r\nFOOD FOR PURCHASE'), (1029, NULL, NULL, 'joe', 20060427, 90000, 20060424, 214348, 180, 2, 'E', 'P', 'artwork photography', 'artwork photography'), (1030, NULL, NULL, 'joe', 20060603, -1, 20060426, 114525, 0, 2, 'M', 'P', 'chris out of town', 'chris out of town'), (1031, NULL, NULL, 'joe', 20060618, 20000, 20060426, 115403, 1200, 2, 'E', 'P', 'photo lesson angela', 'photo lesson angela'), (1032, NULL, NULL, 'joe', 20060521, 100000, 20060517, 194341, 600, 2, 'E', 'P', 'workshop (field session)', '7 may (intro), 21 may (field), 4 june (review)'), (1033, NULL, NULL, 'mary', 20060428, 190000, 20060426, 193325, 300, 2, 'E', 'P', 'wine and song', 'http://community.livejournal.com/thechoirloft/36789.html\r\n\r\nThis doesn''t mean I want to go, it''s just a reminder, and I might be wiped out from a week of work, but I might be fine with going for a short or long evening. '), (1034, NULL, NULL, 'mary', 20060429, 100000, 20060426, 193728, 360, 2, 'E', 'P', 'helping maura move', 'helping maura move'), (1035, NULL, NULL, 'mary', 20060520, 100000, 20060428, 5154, 420, 2, 'E', 'P', 'wildflower thing', 'Saturday, May 20\r\nCalifornia Wildflower Show\r\nExhibition\r\nSaturday May 20, 10 a.m.–5 p.m. & Sunday, May 21, 12–5 p.m.\r\nCalling all budding botanists and flower fanatics! Come to the California Wildflower Show, featuring a profusion of freshly gathered native flowers (none of them endangered). The flowers are on display, in bouquets, and dissected for study. Learn about conserving the state’s botanical diversity and using native species in home gardens. Included with museum admission.'), (1036, NULL, NULL, 'mary', 20060603, 170000, 20060428, 5339, 420, 2, 'E', 'P', 'Mary overnight Joe', 'Mary overnight Joe.\r\n\r\n(Joe: This is the day of the USGS open house. I''m not sure whether Casey wants to go, but if you have anything to do on Sunday up my way, maybe I can ride down with Casey on Saturday and back with you on Sunday. If not, well, I have a car. :) )'), (1037, NULL, NULL, 'mary', 20060506, 120000, 20060430, 132920, 0, 2, 'E', 'P', 'cayenne''s here', '12 noon to 2 pm(ish) Sunday'), (1038, NULL, NULL, 'mary', 20060507, 100, 20060430, 133152, 840, 2, 'E', 'P', 'cayenne here', 'pickup: 2ish pm'), (729, NULL, NULL, 'mary', 20050912, 80000, 20060919, 210702, 300, 2, 'M', 'P', 'work', 'work'), (1039, NULL, NULL, 'mary', 20060513, 190000, 20060430, 133727, 300, 2, 'E', 'P', 'Lori''s housewarming', 'Lori''s housewarming'), (1040, NULL, NULL, 'mary', 20060604, 100, 20060430, 133906, 540, 2, 'E', 'P', 'mary overnight joe', 'until 9 am-ish, then might go to USGS open house after, one or both (or all 3?) of us.'), (1041, 920, NULL, 'joe', 20060604, 130000, 20060430, 140042, 300, 2, 'E', 'P', 'workshop', '7 may (intro), 21 may (field), 4 june (review)'), (1043, 754, NULL, 'joe', 20060522, 200000, 20060502, 2003, 120, 2, 'E', 'P', 'impact mtg possible date', 'impact mtg possible date'), (1042, NULL, NULL, 'joe', 20060515, 183000, 20060508, 164450, 240, 2, 'E', 'P', 'impact mtg possible date', 'Sorry for my fickle-ness on these dates... there have been some new developments...\r\n \r\nGood News: Chevy''s will donate 25% of pre-tax proceeds for anyone eating on the day of our event (lunch, dinner an take-out orders) AND turning in one of our flyers (I''ll send on Mon) with their bill. Woo Hoo...\r\n \r\nBad News: They don''t do fundraisers on Fridays :( just Mon-Thurs.\r\n \r\nSo... since most of your replied that Mondays are better than Tuesdays (to my first request for dates; we will rotate between Monday and Wednesday evenings and locales for future gatherings)...\r\n \r\nOur first official all-staff social gathering (inhouse staff, instructors, board members, assistants, coordinators) will be....\r\n \r\nMonday, May 15th\r\n6:30-8:30pm\r\n@ Chevy''s in Emeryville\r\n1890 Powell Street\r\nEmeryville, CA 94608'), (1044, NULL, NULL, 'joe', 20060630, 90000, 20060503, 3148, 720, 2, 'E', 'R', 'possible galley slavin''', 'possible galley slavin'''), (1045, NULL, NULL, 'joe', 20060512, 180000, 20060503, 123124, 360, 2, 'E', 'P', 'citadel men''s party', 'We''re now in the merry month of May... and it''s time to remind you\r\nthat Friday, May 14th should be marked on your calendar. It''s the\r\ndate of our next Mens party at The Citadel. Those who have been there\r\nknow we''ve been having great attendance and killer parties... so this\r\nwill be an event not to be missed! Two floors of dungeon furniture\r\nwill be waiting for you in an environment charged with energy! Doors\r\nopen at 8, and a demo (subject soon to be announced) will take place\r\nat 9. Bring your toys, your testosterone, and be prepared for fun!\r\nPlay will go until at least one... and maybe later!\r\n\r\nAs you may know, the Citadel is preparing to become a membership\r\norganization, and now through Dore Alley, year long memberships are\r\navailable at parties for just $5. Following Dore Alley, membership\r\nwillbe required for admitance to all Citadel parties.\r\n\r\nIt''s also time to sign up for volunteer positions if you''re interested\r\n in helping make our mens parties a success. I need to hear from\r\nvolunteers who have had dungeon monitor training for DM shifts, those\r\ntrained at the desk for desk duty, as well as others who would just\r\nlike to help out for the important duties of party set up, party clean\r\nup, outside car monitor, and door/locker duty. An hour of your time\r\nlets you play for free and helps make our parties possible. To\r\nvolunteer, or to ask any questions, please get in touch with Bob at\r\nsfomaster@yahoo.com.\r\n\r\nThe Citadel is at 1277 Mission Street in th heart of SOMA... the\r\nleather district of San Francisco. Two blocks from the Civic Center\r\nBART/MUNI Station. Safe secure parking available around the corner at\r\nthe Holiday Inn.\r\n\r\nLook forward to seeing everyone on the 14th!!!\r\n\r\n\r\n\r\n\r\n\r\n\r\n--\r\nBay Area Bisexual Network\r\n1800 Market St., #405, SF CA 94102\r\nPhone: 415-865-5627\r\nhttp://www.babn.org'), (1046, 274, NULL, 'joe', 20060509, 120000, 20060503, 185948, 330, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (1047, NULL, NULL, 'mary', 19691231, -1, 20060504, 730, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (1048, NULL, NULL, 'joe', 20060610, 100000, 20060506, 122001, 360, 2, 'E', 'P', 'pal', 'pal'), (1049, NULL, NULL, 'joe', 20060612, 120000, 20060508, 125559, 360, 2, 'E', 'P', 'cirrus eye', 'Bestest,\r\n\r\nThe latest Thurs morning appt was 9:30. Thought that wasn''t quite late enough to escape commute, so kept the same Monday June 12 2:30-3:30 time slot with Dr Szymanski, who has seen Cirrus twice before as well.\r\n'), (1050, NULL, NULL, 'joe', 20060930, -1, 20060508, 160658, 0, 2, 'E', 'P', 'matt/judy wedding (g?)', 'matt/judy wedding (g?)'), (1051, NULL, NULL, 'joe', 20060515, 110000, 20060510, 151045, 180, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (1052, NULL, NULL, 'joe', 20060520, 170000, 20060511, 123334, 0, 2, 'E', 'P', 'jan steckel reading', 'Saturday, May 20, 2006, 5:00 to 6:00 PM. Launch Party (Brief Reading and Book-signing) of my new poetry chapbook The Underwater Hospital (Zeitgeist Press) at the Laurel Bookstore, 4100 MacArthur Blvd (corner of 39th Ave.), Oakland, CA 94619, (510) 531-2073. Come have a glass of wine and a snack with me in this delightful independent bookstore in my neighborhood. Hope to see you there!\r\n-- Jan'), (1053, NULL, NULL, 'mary', 20060617, 120000, 20060511, 132114, 360, 2, 'E', 'P', 'Temescal street fair', 'I might like to go to this, just sharing, feel free to ignore.\r\nhttp://www.temescalmerchants.com/Temescal_Street_Fair_2006.htm'), (1054, NULL, NULL, 'joe', 20060518, 100000, 20060514, 1956, 60, 2, 'E', 'P', 'art panel rental', 'art fair'), (1055, NULL, NULL, 'mary', 19691231, -1, 20060515, 2857, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (1056, NULL, NULL, 'joe', 20060521, 180000, 20060515, 124811, 240, 2, 'E', 'P', 'catamorph party', '2415 Oregon Street, Berkeley; it''s on the northeast corner of\r\nTelegraph and Oregon, the second house from the corner past the\r\ndentists'' office. There''s a parking lot whose entrance is just east of\r\nthe house that you''re welcome to use, or else, take the 40 bus to\r\nTelegraph and Stuart and walk one block south and half a block east.\r\nThe phone number there is 510-845-1712\r\n\r\nDavid and I are leaving for the summer (me to Ithaca, NY, him to India\r\nand China) and due to an obstinate landlord, when we come back our big\r\nhouse will not be waiting for us. So this calls for a final\r\nhouse-cooling party, next Sunday, May 21st, 6pm-? As I said, it''s\r\nBIG, so feel to bring friends and the enemies of your enemies. We\r\ndon''t want to have to put all our liquor in storage.'), (1057, NULL, NULL, 'joe', 20060826, -1, 20060515, 134651, 0, 2, 'M', 'P', 'pal annual show', '\r\nArtwork drop off on July 26-28'), (1058, NULL, NULL, 'joe', 20060726, -1, 20060706, 131139, 0, 2, 'M', 'P', 'pal annual show', 'Artwork drop off on July 26-28\r\n\r\nPHIG 2006 Group Show Prospectus\r\n\r\nPacific Art League, Norton Gallery\r\n\r\n \r\n\r\n \r\n\r\nShow Dates: August 1-31, 2006\r\n\r\nShow Title: Captured Light\r\n\r\nReception: Friday, August 4th, 6-9pm\r\n\r\n \r\n\r\nOverview: The Photography Interest Group (PHIG) is composed of photographers affiliated with the Pacific Art League. All Pacific Art League members are welcome to enter this juried photography show. Please see www.pacificartleague.org for more details about the Art League or obtaining membership. All photographic-based media are accepted (film, digital & manipulated).\r\n\r\n \r\n\r\nKey Dates: Artwork drop off at Pacific Art League, Norton Gallery, 2nd floor\r\n\r\nWed - Fri, July 26-28, 9-5pm (or by appointment, email phig@pacificartleague.org)\r\n\r\n \r\n\r\nJury and hang the show, Saturday, July 29\r\n\r\n \r\n\r\nReception and Awards, Friday, August 4, 6-9pm, awards at 7pm\r\n\r\n \r\n\r\nArtwork pick up at Pacific Art League, Storage Room\r\n\r\nStarting Friday, September 1, 9am-5pm\r\n\r\n \r\n\r\nThe Juror: Saelon Renkes is a noted Bay Area photographer and educator with a diverse body of work. For more information, please see www.saelon.com\r\n\r\n \r\n\r\nFees and Requirements:\r\n\r\n * You must be an active member of the Art League to participate\r\n * Entry fee is $15 for one, $20 for two, or $25 for three framed pieces\r\n * Limited to 3 works maximum (the juror may choose to include 1, 2 or none)\r\n * All frames must be no larger than 32” in either dimension\r\n * Use of black frames and white mats for a uniform look is strongly encouraged\r\n * All works must be framed and ready to hang (with a wire)\r\n * The Art League takes a 40% commission on any sales from the show\r\n * All work must be for sale\r\n * All work must be clearly labeled with your name, title and price\r\n * Entry fees will be used to:\r\n o Produce a show postcard\r\n o Compensate the juror and the winners\r\n o Provide snacks and drinks for the reception\r\n\r\n \r\n\r\nMore Info…\r\n\r\nFor further information, please email phig@pacificartleague.org see the Pacific Art League/PHIG web site at www.pacificartleague.org/members/phig.html or contact Pete Zivkov, 650-533-8862.\r\n\r\n\r\n----\r\n\r\nFOR IMMEDIATE RELEASE\r\n\r\n \r\n\r\nPacific Art League\r\n\r\n668 Ramona Street\r\n\r\nPalo Alto, CA 94301\r\n\r\n650-321-3891\r\n\r\nwww.pacificartleague.org\r\n\r\n \r\n\r\nContact: Pete Zivkov, phig@pacificartleague.org, 650-533-8862\r\n\r\n \r\n\r\n"CAPTURED LIGHT"\r\n\r\nPhotographers Interest Group (PHIG)\r\n\r\n2006 Annual Juried Group Show\r\n\r\nAugust 1-31, 2006\r\n\r\n \r\n\r\nOpening Reception: 6-9pm, Awards 7pm, Friday, August 4th,\r\n\r\nNorton Gallery (Upstairs), Pacific Art League, 668 Ramona St. Palo Alto, CA 94301\r\n\r\n \r\n\r\nOverview: More than thirty fine art photographers explore the theme of “Captured Light” in this annually juried photography show. Black and white, and color artworks featuring a variety of photographic processes will be on display from August 1st to the 30th at the Pacific Art League’s Norton Gallery at 668 Ramona Street in Palo Alto. Hours are 9-5pm Monday-Friday and 10-4pm on Saturdays.\r\n\r\n \r\n\r\nThe public is invited to an opening reception with the artists on Friday, August 4th, from 6-9pm. The show’s juror, Saelon Renkes, a recognized photographer and teacher, will comment on the show and award prizes at 7pm. Appetizers and refreshments will be served.\r\n\r\n \r\n\r\nThe Photography Interest Group (PHIG) is composed of amateur and professional photographers affiliated with the Pacific Art League. The Pacific Art League is an educational, nonprofit organization whose mission is to promote the understanding, appreciation, and creation of art as a way of enriching our community and making art an integral part of our society. \r\n\r\n \r\n\r\nFor further information, please see www.pacificartleague.org or contact Pete Zivkov,\r\nphig@pacificartleague.org, 650-533-8862.\r\n\r\n\r\n '), (1059, 1030, NULL, 'joe', 20060605, -1, 20060516, 1715, 0, 2, 'E', 'P', 'chris out of town, arrives tue. aft.', 'chris out of town'), (1060, NULL, NULL, 'mary', 19691231, -1, 20060517, 913, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (1061, NULL, NULL, 'mary', 20060403, 80000, 20060517, 1005, 0, 2, 'E', 'R', 'period started', 'period started'), (1062, NULL, NULL, 'mary', 20060428, 160000, 20060517, 1107, 0, 2, 'E', 'P', 'period started', 'period started'), (1063, NULL, NULL, 'joe', 20060607, 100000, 20060521, 21535, 180, 2, 'E', 'P', 'artwork photography', 'artwork photography'), (1064, NULL, NULL, 'joe', 20060615, -1, 20060522, 135620, 0, 2, 'M', 'P', 'chris out of town june 15 back june 20', 'chris out of town june 15 back june 20'), (1065, NULL, NULL, 'joe', 20060617, 170000, 20060522, 143304, 300, 2, 'E', 'P', 'maybe gh partye', 'maybe gh partye'), (1066, 915, NULL, 'joe', 20060525, 93000, 20060523, 151119, 60, 2, 'E', 'P', 'ann bolger', 'ann bolger'), (1067, NULL, NULL, 'joe', 20060524, 130000, 20060523, 232833, 120, 2, 'E', 'P', 'photograph for jill andre; pick up pal keys', 'photograph for jill andre; pick up pal keys'), (1068, NULL, NULL, 'mary', 19691231, -1, 20060524, 123817, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (1069, NULL, NULL, 'mary', 20060603, 90000, 20060524, 124707, 300, 3, 'E', 'P', 'Must Do Yard', 'We must weedwhack, brushwhack, and rototill everything we want done, this morning, so we can return the machine to Kimberly and Aidon this afternoon.'), (1070, 4, NULL, 'mary', 20060602, 190000, 20060524, 140930, 300, 3, 'E', 'P', 'Craft night', 'Casey goes to Craft Night, works on Secret Project, and acquires brushcutter.\r\n\r\nMary babysits the gimp dog.'), (1071, NULL, NULL, 'mary', 19691231, -1, 20060527, 224908, 0, 0, 'E', 'P', 'Unnamed Event', 'Unnamed Event'), (1072, NULL, NULL, 'mary', 20060530, 90000, 20060527, 224940, 0, 2, 'E', 'P', 'DJ at Central by 9', 'DJ at Central by 9'), (1073, NULL, NULL, 'mary', 20060531, 90000, 20060527, 225016, 0, 2, 'E', 'P', 'pick dj up', 'pick dj up (time?)'), (1074, NULL, NULL, 'mary', 20060619, 200000, 20060613, 122222, 120, 2, 'E', 'P', 'mary do hair', 'mary do hair'), (1075, NULL, NULL, 'mary', 20060604, 163000, 20060601, 115956, 240, 2, 'E', 'R', 'mark''s party', 'http://deedeebythebay.livejournal.com/1122309.html\r\n5 pm, surprise'), (1076, NULL, NULL, 'mary', 20060715, 120000, 20060713, 120456, 300, 3, 'E', 'P', 'mbari open house', 'http://mbari.org/about/openhouse.html\r\n\r\nLeave early, brunch at Black Bear or in Moss Beach, bring snacks? Or plan to have lunch mid-afternoon in Moss Beach?'), (1077, NULL, NULL, 'joe', 20060602, 90000, 20060601, 181049, 90, 2, 'E', 'P', '9:30 am art delivery', '9:30 am art delivery'), (1078, NULL, NULL, 'joe', 20060617, 160000, 20060602, 32331, 60, 2, 'E', 'P', 'rj''s party ng?, also, C&E party ng?', 'Why: It''s RJ''s 6th Anniversary of coming to California - what\r\n better excuse to have a summer party?\r\nWhere: 104 Oakwood Drive, Redwood City\r\nOn: 17 June 2006\r\nStarting at: 3 P.M. until Late\r\n\r\nBring:\r\n\r\n* Yourself, your household, your SOs.\r\n If there is someone you''d like to invite, please drop me a line so I\r\n may send them an invitation.\r\n\r\n* A pot-luck favorite to share** (something YOU can eat), and\r\n something for the grill if you want to make a sacrifice\r\n\r\n* Your own bread. When we buy bread, we have tons left over, and we\r\n can''t eat it.\r\n\r\n* Musical instruments\r\n\r\n* Games\r\n\r\n* Your own diet drinks\r\n (I will have lots of seltzer and some amount of Diet Cola but if\r\n you prefer something else, you''ll need to bring it.)\r\n\r\n**A note about leftovers: I have a gluten intolerance, and RJ can''t\r\neat every wheat-laden leftover all by himself. You may be asked to\r\ntake your leftovers home.\r\n\r\nKids are welcome; be forwarned that neither the house nor the front\r\nyard are child-proof.\r\n\r\nAlcohol is OK, but this isn''t a drunken party.\r\n\r\nThere are no pets in residence, and please dont bring any.\r\n\r\nNo smoking in the house, or in the front yard.\r\n\r\nCrash space is available.\r\n\r\nIf you get this message more than once, dispose of the extras in an\r\nenvironmentally responsible manner (and let me know which is your\r\npreferred email address! :)\r\n\r\nRSVPs to raladue@xocolatl.com or (650)568-0077 are appreciated, but\r\nnot necessary. We hope to see you on June 17 (directions follow)!\r\n\r\n--Ruth Anne and RJ\r\n\r\nDirections to 104 Oakwood Dr., Redwood City 650-568-0077\r\n\r\nFrom the East Bay:\r\nTake 880 to 84, go west on 84, and cross the Dumbarton Bridge.\r\nContinue forward on Bayfront Expressway until you get to Marsh Rd.\r\nTurn left onto Marsh Rd.\r\nTurn right at Middlefield Rd. (T intersection)\r\nTurn left at 5th Ave\r\nTurn right at El Camino. (Jack-in-the-Box)\r\nTurn left at Oakwood Dr. (Oil-Changer)\r\nGoto House\r\n--OR--\r\nTake 880 to 92, go west on 92 and cross the San Mateo Bridge\r\nContinue west on 92 to 101 south\r\n\r\nFrom Highway 101 (North or South):\r\nTake 101 to the Woodside Rd exit and go west.\r\nContinue west on Woodside Rd. to El Camino *SOUTH* "exit"\r\nContinue right until you reach El Camino\r\nTurn right onto El Camino\r\nTurn right onto Oakwood Dr. (Third light, Oil Changer)\r\nGoto House\r\n\r\nHouse:\r\n104 Oakwood Dr. is about 1 1/2 blocks up Oakwood from El Camino on\r\nthe right. It''s a "brick" 1 story duplex with a chain-link fenced\r\nfront yard, at the second speed bump. 104 is the front part of the\r\nduplex.\r\n\r\nA note about parking:\r\nThe parking is not too bad, but this area does not tend to have paved\r\nsidewalks and the roadside is usually quite muddy after it rains. Be\r\nmindful of the driveways. There is no parking allowed on El Camino.\r\n\r\nTaking public transit:\r\n\r\nThe KX and 390 SamTrans buses stop at/near the\r\ncorner of El Camino and Oakwood. Caltrain stops\r\nnearby, and pick-up at the Redwood City or Atherton CalTrain stations is\r\navailable by request.'), (1079, NULL, NULL, 'joe', 20060722, 200000, 20060602, 32405, 240, 2, 'E', 'P', 'c&e party', 'c&e party'), (1080, NULL, NULL, 'joe', 20060826, 200000, 20060602, 32439, 300, 2, 'E', 'P', 'c&e party', 'c&e party'), (1081, NULL, NULL, 'joe', 20060605, 110000, 20060604, 213518, 60, 2, 'E', 'P', 'sheilah', 'sheilah'), (1082, NULL, NULL, 'joe', 20060610, 200000, 20060605, 163447, 300, 2, 'E', 'P', 'men''s only party/edges', 'Men-Only Party for San Jose Pride\r\nHosted by Leather Masters\r\n8PM-1AM, doors close promptly at 11PM\r\nCost: $15 for members, $35 to join\r\nGive your San Jose Gay Pride weekend a JOLT and stop by to enjoy some hot and heavy leather action with just the guys. Ample parking, discreet location, smoke free building and 5800 sq feet of play room!'), (1083, NULL, NULL, 'joe', 20060619, 190000, 20060605, 172638, 300, 2, 'E', 'P', 'sj munch', 'On behalf of the Munch Hostress\r\n\r\nRegards,\r\n\r\nGregg\r\nCommunications Coordinator, smOdyssey, Inc.\r\n\r\nWhat: The smOdyssey San Jose '), (1084, 588, NULL, 'joe', 20060710, 190000, 20060605, 222756, 240, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (1085, NULL, NULL, 'mary', 20061104, -1, 20060606, 173916, 0, 2, 'E', 'P', 'joe wknd', 'joe wknd'), (1086, NULL, NULL, 'mary', 20061105, 80000, 20060606, 173850, 0, 2, 'E', 'P', 'joe wknd', 'joe wknd'), (1087, NULL, NULL, 'joe', 20060608, 130000, 20060607, 202259, 180, 2, 'E', 'P', 'hair blair', 'hair blair'), (1088, NULL, NULL, 'joe', 20060609, 160000, 20060608, 155027, 0, 2, 'E', 'P', 'propanel rental', '650 646 8498'), (1089, NULL, NULL, 'joe', 20060615, 190000, 20060608, 194346, 360, 2, 'E', 'P', 'v', 'v'), (1090, NULL, NULL, 'joe', 20060615, 100000, 20060614, 125505, 120, 2, 'E', 'P', 'adobe visit', 'possiible adobe visit'), (1091, NULL, NULL, 'joe', 20060622, 110000, 20060609, 203724, 120, 2, 'E', 'P', 'prep for slide show', 'Dear Boston Road Show Participant,\r\n \r\nIf you are interested in taking part in Slide Show on Saturday evening please note the following.\r\n\r\nPeople should bring digital images on a CD or DVD with jpg images resized to be 72 dpi at 1024x768 pixels. Rename the images with your last name first. For example, Clark_yellow warbler 3785.jpg. \r\n\r\nYou need to convert slides into digital and deliver on a CD to Kathy Adams Clark once on site.\r\n\r\nShould you need further assistance please contact Kathy Adams Clark at kathyadamsclark@houston.rr.com.\r\n'), (1092, NULL, NULL, 'joe', 20060709, 130000, 20060612, 144915, 240, 2, 'E', 'P', 'swait''s b-bash', 'swait''s b-bash'), (1093, NULL, NULL, 'joe', 20060621, 130000, 20060612, 191555, 120, 2, 'E', 'P', 'art photography', 'Peterson, Artwork Photography\r\n650 493 0624'), (1094, NULL, NULL, 'joe', 20060614, 110000, 20060614, 21859, 180, 2, 'E', 'P', 'inventors lunch', 'inventors lunch'), (1095, NULL, NULL, 'joe', 20060614, 140000, 20060614, 25439, 0, 2, 'E', 'P', 'stop by pal, fill out class form', 'stop by pal, fill out class form'), (1096, NULL, NULL, 'joe', 20060615, 140000, 20060614, 125546, 120, 2, 'E', 'P', 'drive to impact, fill out sig card', 'drive to impact, fill out sig card'), (1097, NULL, NULL, 'joe', 20060726, 190000, 20060614, 140903, 120, 2, 'E', 'P', 'a mission from god', ' Wednesday, July 26 – The Blues Brothers (1980) R\r\n Grand Prix Night at Cinema San Pedro\r\n Wednesday July 26, at Cinema San Pedro will be the official public kick-off of The San Jose Grand Prix weekend. See the cars, meet a driver, try a simulator and then get ready for the ride of your life with the hilarious The Blues Brothers (Dan Ackroyd and John Belushi). Equal parts action and music, including performances by Ray Charles, Aretha Franklin and James Brown.\r\n\r\n Free movies in San Jose!\r\n http://www.cinequest.org/festival_info/cinemaSanPedro.php\r\n\r\nTheir reply was:'), (1098, NULL, NULL, 'joe', 20061112, 90000, 20060614, 160117, 720, 2, 'E', 'P', 'butno hike/workshop', 'butno hike/workshop'), (1099, NULL, NULL, 'joe', 20060724, 100000, 20060614, 174409, 480, 2, 'E', 'P', 'art photography day', 'art photography day'), (1100, NULL, NULL, 'joe', 20060630, 80000, 20060615, 203235, 720, 2, 'E', 'P', 'Bryant Austin, propanel rental', 'time tbd'), (1101, NULL, NULL, 'joe', 20060714, 170000, 20060707, 151332, 120, 2, 'E', 'P', 'Bryant Austin, propanel rental', 'time tbd'), (1102, 893, NULL, 'joe', 20060617, 100000, 20060615, 220714, 360, 2, 'E', 'P', 'PAL == BRING PAUL/AMI''s PRINT', 'PAL'), (1103, NULL, NULL, 'joe', 20061130, 160000, 20061128, 32139, 90, 2, 'E', 'P', 'teal call', 'teal call'), (1104, NULL, NULL, 'joe', 20061104, 190000, 20060621, 170654, 300, 2, 'E', 'P', 'ppp (not going, likely)', 'ppp (not going, likely)'), (1105, NULL, NULL, 'joe', 20060730, 180000, 20060621, 202940, 240, 2, 'E', 'P', 'rick dinner', 'rick dinner'), (1106, NULL, NULL, 'joe', 20060709, 140000, 20060621, 203040, 120, 2, 'E', 'P', 'workshop intro', 'workshop intro'), (1107, NULL, NULL, 'joe', 20060716, 100000, 20060621, 203058, 600, 2, 'E', 'P', 'workshop field', 'workshop field'), (1108, NULL, NULL, 'joe', 20060730, 140000, 20060621, 203127, 180, 2, 'E', 'P', 'workshop end', 'workshop end'), (1109, NULL, NULL, 'joe', 20060825, 160000, 20060825, 130811, 120, 2, 'E', 'P', 'matthew piper - propanel rental', 'matthew piper - propanel rental\r\n\r\n707 696 6747\r\n\r\nwill hold panels, etc. through the september 23-24 weekend while we''re in the arctic'), (1110, NULL, NULL, 'joe', 20070114, 90000, 20061222, 232035, 720, 2, 'M', 'P', 'nanpa 2007 conference', 'nanpa 2007 conference window\r\nconference dates 17-21, but there\r\nwill be pre- and post- field workshops'), (1111, NULL, NULL, 'casey', 20060711, -1, 20060627, 170809, 0, 2, 'E', 'P', 'DJ Roams Free', 'DJ is allowed in the yard off-leash.'), (1112, NULL, NULL, 'casey', 20060729, 190000, 20060629, 105643, 300, 2, 'E', 'P', 'Rachel and David''s birthday', 'http://miss-mimsy.livejournal.com/623158.html\r\n\r\nLocation: House of Geek Repute\r\n4663 Pardee Avenue, Fremont, CA View Map\r\nWhen: Saturday, July 29, 7:00pm\r\nPhone: 510-739-6104'), (1113, NULL, NULL, 'joe', 20061201, 90000, 20060630, 152213, 720, 2, 'M', 'P', 'death valley days?', 'I have a reservation at Furnace Creek Ranch for Friday & Sat nights, Dec. 1 & 2. It''s for a '), (1114, NULL, NULL, 'joe', 20060805, 110000, 20060702, 135126, 540, 2, 'E', 'P', 'hottest day of the year party (ng, work?)', '"I''d like to swim\r\n In a clear blue stream\r\n Where the water is icy cold\r\n Then go to town\r\n In a golden gown\r\n And have my fortune told"\r\n\r\n -- MUCH MORE, by Barbra Streisand\r\n\r\n You are invited to the "eighteenth" annual\r\n hottest-day-of-the-year party. Please come prepared to get wet\r\n and fed, and to meet our special guest, Babs.\r\n\r\n When: The hottest day of the year, Saturday, August 5th, 2006 at\r\n high noon.\r\n\r\n Where: Ken and Gabrielle''s house, 1365 Meadowridge Road. Gate\r\n will be open, directions at http://www.adelman.com/directions.html .\r\n\r\n Who: You and your family! However, due to our special guests from\r\n Wild Things, no pets please.\r\n\r\n Please RSVP with approximate headcount by REPLYing to this message only.\r\n\r\n Kenneth & Gabrielle'), (1115, NULL, NULL, 'joe', 20060708, 90000, 20060705, 135824, 480, 2, 'E', 'P', 'PAL', 'PAL'), (1116, NULL, NULL, 'joe', 20060722, 90000, 20060705, 135857, 480, 2, 'E', 'P', 'pal 10-4', 'pal 10-4'), (1117, NULL, NULL, 'casey', 20060710, 200000, 20060705, 163826, 0, 2, 'E', 'P', 'Capoeira Mandinga', 'Observing the intermediate class\r\n\r\nhttp://www.mandinga.org/classes.html'), (1118, NULL, NULL, 'joe', 20060721, 190000, 20060705, 224111, 240, 2, 'E', 'P', 'wet spots at csc', '8pm, friday'), (1119, NULL, NULL, 'joe', 20060719, 110000, 20060706, 1147, 240, 2, 'E', 'P', 'portraitness', 'portraitness'), (1120, NULL, NULL, 'joe', 20060710, 100000, 20060706, 232726, 360, 2, 'E', 'P', 'john bennett', 'john bennett '), (1121, NULL, NULL, 'mary', 20060715, 170000, 20060708, 130829, 0, 2, 'E', 'P', 'xtyn''s birthday', 'http://www.evite.com/pages/invite/viewInvite.jsp?event=ROSPVGCUNOZILEMOHWWN\r\n\r\nThis would be on the way back from Monterey, we could stop in briefly, or not, if we''re tired.'), (1122, NULL, NULL, 'mary', 20060722, 170000, 20060709, 225131, 300, 2, 'E', 'P', 'Ethan''s birthday party', 'http://ef2p.livejournal.com/114229.html'), (1123, NULL, NULL, 'mary', 20060716, 110000, 20060710, 12514, 180, 2, 'E', 'P', 'Jessica''s baby shower', '\r\nBaby shower for Jessica, Peter and Baby Fly\r\nSunday July 16th at 11:00am\r\nEl Tapatio Restaurant\r\n40 Golf Club Road, Pleasant Hill\r\n925-676-2420'), (1124, NULL, NULL, 'mary', 20060805, 190000, 20060711, 24056, 300, 2, 'E', 'P', 'matt''s birthday', 'matt''s birthday\r\nhttp://redhawke.livejournal.com/180166.html'), (1125, NULL, NULL, 'mary', 20060729, 130000, 20060711, 133025, 180, 2, 'E', 'P', 'free shakespeare in hayward', '- Woman''s Will''s "Twelfth Night" continues the tradition of this all-female troupe touring local parks with a free show. This is one of Shakespeare''s best — funny, romantic and moving. July 22 at Mosswood Park in Oakland; July 23 at Dimond Park in Oakland; July 29 at Memorial Park in Hayward (1 p.m.) Call (510) 420-0813 or visit http://www.womanswill.org.'), (1126, NULL, NULL, 'mary', 20060729, 100000, 20060712, 171641, 240, 2, 'E', 'P', 'michael''s bar mitzvah', 'michael''s bar mitzvah'), (1127, NULL, NULL, 'mary', 20060719, 133000, 20060712, 172651, 120, 2, 'E', 'P', 'preadmission', 'preadmission advising appointment\r\nunofficial advising appointment\r\ntall building\r\nfirst floor\r\nyellow sign campus tours\r\n1:30 appt mirella medina\r\n'), (1128, NULL, NULL, 'joe', 20060727, 120000, 20060713, 111859, 120, 2, 'E', 'P', 'lunch cj', 'lunch cj'), (1129, NULL, NULL, 'joe', 20060812, 190000, 20060713, 144155, 240, 2, 'E', 'P', 'paul/ami ?', 'paul/ami ?'), (1130, NULL, NULL, 'joe', 20061028, 140000, 20061002, 132522, 480, 2, 'E', 'P', 'birthday party', 'birthday party'), (1131, NULL, NULL, 'mary', 20060811, 80000, 20061212, 113626, 300, 2, 'M', 'P', 'work', 'work'), (1132, NULL, NULL, 'casey', 20060712, 190000, 20061212, 173808, 180, 2, 'M', 'P', 'Date night with V', 'Date night with V'), (1133, NULL, NULL, 'casey', 20060725, 190000, 20060713, 195054, 180, 2, 'E', 'P', 'La Fondue', 'La Fondue'), (1134, NULL, NULL, 'joe', 20060717, 190000, 20060715, 2917, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1135, NULL, NULL, 'mary', 20060916, -1, 20060716, 201555, 0, 2, 'E', 'P', 'polyflock', 'http://rmjwell.livejournal.com/572731.html\r\n\r\nI might want to go to part of this, depending on when other folks we know are going.'), (1136, NULL, NULL, 'mary', 20060917, -1, 20060716, 201540, 0, 2, 'E', 'P', 'polyflock', 'http://rmjwell.livejournal.com/572731.html\r\n\r\nI might want to go to part of this, depending on when other folks we know are going.'), (1137, 274, NULL, 'mary', 20060725, 130000, 20060716, 201658, 360, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (1138, NULL, NULL, 'mary', 20060812, 160000, 20060717, 21058, 360, 2, 'E', 'P', 'gameday/firenight', 'I''m thinking 4 or 5 to start, barbecue + extra (salad bar potluck?), games in the afternoon unless it''s really hot, and then we''re just screwed, dinner, then fire around 8 pm. \r\n\r\nSound okay?'), (1139, NULL, NULL, 'joe', 20060812, 100000, 20060717, 142947, 360, 2, 'M', 'P', 'PAL 10-4', 'PAL 10-4'), (1140, NULL, NULL, 'joe', 20060827, 100000, 20060717, 143319, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1141, NULL, NULL, 'joe', 20061007, 100000, 20060719, 20209, 360, 2, 'E', 'P', 'pal 10-4', 'pal 10-4'), (1142, NULL, NULL, 'joe', 20060813, -1, 20060719, 33154, 0, 2, 'M', 'P', 'possible high country sierra overnight', 'possible high country sierra overnight'), (1143, NULL, NULL, 'joe', 20060819, 160000, 20060719, 102059, 360, 2, 'E', 'P', 'joe/jen 1st year of twins', ' Saturday, August 19, 4:00pm\r\n\r\n Our House\r\n710 Los Huecos Dr, San Jose, CA View Map'), (1144, NULL, NULL, 'joe', 20060803, 160000, 20060719, 115801, 120, 2, 'E', 'P', 'photo group', 'Well we felt it was time for another get-together!\r\n\r\n \r\n\r\nDate: August 3rd\r\n\r\n \r\n\r\nTime: 4:00 PM\r\n\r\n \r\n\r\nPlace: Printers Café On California avenue just across the street form Keeble and Shuchat Photography.\r\n\r\n \r\n\r\nPlease reply to all with an RSVP so we know how many to expect!\r\n\r\n \r\n\r\nThanks,\r\n\r\n \r\n\r\nJack and Lisa\r\n'), (1145, NULL, NULL, 'joe', 20060802, 93000, 20060720, 174919, 60, 2, 'E', 'P', 'light appt', 'I scheduled an appt to have the kitchen/dining area lights repaired. The appt is for Wed. Aug 2nd, 9:30-10am. I gave my work # and your cell # since I don''t know which of us is going to take the appt and if there are any changes, they have two numbers to contact. '), (1146, NULL, NULL, 'mary', 20060806, 80000, 20060801, 131113, 0, 2, 'E', 'P', 'Kayaking', 'http://karenbynight.livejournal.com/162989.html\r\n\r\nDepart 8:00, arrive 9:30'), (1147, NULL, NULL, 'mary', 20060806, 80000, 20060723, 232854, 0, 2, 'E', 'P', 'kayak', 'kayak'), (1148, NULL, NULL, 'joe', 20060726, 120000, 20060725, 143408, 180, 2, 'E', 'P', 'lunch tom thai delight', 'http://www.yelp.com/biz/Ir88SH9imlDKbK9JvkyqlQ'), (1149, NULL, NULL, 'joe', 20060818, 110000, 20060816, 1133, 180, 2, 'E', 'P', 'art photo s. yearwood', 'art photo s. yearwood (11), s. kraft (10)'), (1150, NULL, NULL, 'joe', 20060729, 180000, 20060726, 214110, 0, 2, 'E', 'P', 'r''s party', 'r''s party'), (1151, NULL, NULL, 'mary', 20060730, -1, 20060727, 192125, 0, 2, 'E', 'P', 'Lunch with G?', 'Lunch with G?'), (1152, NULL, NULL, 'mary', 20060819, 110000, 20060727, 192219, 240, 3, 'E', 'P', 'work picnic', 'work picnic'), (1153, NULL, NULL, 'mary', 20061014, -1, 20060727, 193139, 0, 3, 'M', 'P', 'boston', 'boston'), (1154, NULL, NULL, 'joe', 20060827, 180000, 20060802, 123851, 300, 2, 'E', 'P', 'bi friendly sc beach gathering', '\r\nBi-Friendly Santa Cruz would like to invite you to a beach gathering and\r\nhot tub afterparty on Sunday, August 27 at 5PM.\r\n\r\nMeet at Privates Beach near Capitola at 5PM. This is a gated-access beach,\r\nso be prompt!\r\n\r\nDirections from 41st and Portola in east-side Santa Cruz:\r\n\r\nEast on Portola (one block)\r\nRight on Adrienne (one block)\r\nLeft on Opal Cliffs (about 100 ft)\r\n\r\nYou will see the gate on the right. Park in the lot (4 cars) or on the\r\nstreet to the right of the white line.\r\n\r\nThere are clothing and clothing-optional areas at this beach.\r\n\r\nAround 7PM we will be heading over to my place for a hot tub. Feel free to\r\nbring food/drink for a potluck!\r\n\r\nIf you can''t make it until later, meet us at the gate at Privates at 7PM\r\nfor the hot tub portion of the evening.\r\n\r\nThis is a social, non-sexual event.\r\n\r\nSee you there-\r\n\r\nThadd :)'), (1155, NULL, NULL, 'joe', 20060819, 193000, 20060807, 154619, 300, 2, 'E', 'P', 'DR', 'DR'), (1156, 603, NULL, 'joe', 20060731, 190000, 20060727, 200215, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1157, NULL, NULL, 'joe', 20060803, 110000, 20060731, 15003, 120, 2, 'E', 'P', 'lunch paul e', 'lunch paul e'), (1158, NULL, NULL, 'joe', 20060802, 111500, 20060728, 152918, 120, 2, 'E', 'P', 'get staff pic taken at art league', 'get staff pic taken at art league'), (1159, NULL, NULL, 'joe', 20060804, -1, 20060728, 154924, 0, 2, 'E', 'P', 'power washing the house', 'power washing the house'), (1160, NULL, NULL, 'joe', 20060807, -1, 20060728, 154954, 0, 2, 'M', 'P', 'painting the house', 'painting the house'), (1161, NULL, NULL, 'joe', 20061103, -1, 20060728, 200154, 0, 2, 'M', 'P', 'ragged point', '\r\nleave friday, come back sunday.\r\n\r\nconfirmation number 104821 \r\n\r\n3pm check-in, must call to hold reservation if we will arrive after 6pm\r\n\r\n'), (1162, NULL, NULL, 'joe', 20060817, 100000, 20060816, 1156, 240, 2, 'E', 'P', 'art photography s. kraft', 'art photography s. kraft'), (1163, NULL, NULL, 'mary', 20060901, 190000, 20060731, 192536, 240, 2, 'E', 'P', 'kimberly craft night', 'kimberly craft night - feel free to leave as "tenuous," for you.'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (1164, NULL, NULL, 'mary', 20060804, 190000, 20060731, 192618, 240, 2, 'E', 'P', 'kimberly craft night -', 'feel free to leave as "tenuous," for you, I''m going to try to go somehow, but not commit to it, as tomorrow''s K''s birthday.'), (1165, NULL, NULL, 'mary', 20070115, -1, 20060731, 210016, 0, 2, 'E', 'P', 'chabot holiday', 'HOLIDAY - Martin Luther King (CAMPUS CLOSED) January 15\r\nSpring Instruction Begins January 16\r\nhttp://www.chabotcollege.edu/admissions/AcademicCalendar/Spring07.asp'), (1166, NULL, NULL, 'mary', 20070116, -1, 20060731, 210027, 0, 2, 'E', 'P', 'chabot starts', 'HOLIDAY - Martin Luther King (CAMPUS CLOSED) January 15\r\nSpring Instruction Begins January 16\r\nhttp://www.chabotcollege.edu/admissions/AcademicCalendar/Spring07.asp'), (1167, 274, NULL, 'mary', 20060801, 130000, 20060801, 130735, 480, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (1168, NULL, NULL, 'mary', 20060804, 80000, 20060801, 131050, 300, 2, 'E', 'P', 'work', 'work'), (1169, NULL, NULL, 'joe', 20060826, 120000, 20060802, 122958, 0, 2, 'E', 'P', 'bubbles in sf?', 'bubbles in sf?'), (1170, NULL, NULL, 'casey', 20060826, 93000, 20060803, 123645, 60, 2, 'E', 'P', 'Optometry', 'http://www.berkeleyoptometricgroup.com/\r\n\r\n2414 Shattuck Avenue\r\nBerkeley, CA 94704'), (1171, 43, NULL, 'joe', 20060809, 190000, 20060804, 181531, 300, 2, 'E', 'P', '2nd wed sfbay poly dinner', 'UPDATE 1: 2nd Wednesday SAN JOSE Poly Dinner 8/9 NEW LOCATION Inbox\r\n \r\nDonald Jaramillo \r\n to sfbay-poly-eve.\r\n More options 9:56 am (5 hours ago)\r\nPLEASE NOTE NEW LOCATION (AGAIN)\r\n\r\nThis to announce that the 2nd Wednesday Poly Dinner\r\nwill be held in 5 days (August 9).\r\n\r\nWell, it looks like my Harry''s Hofbrau experiment did\r\nnot do so well. I''m going to give it another try at\r\nyet another location. I do want to hear from people\r\nabout what has or has not worked. Please write to me\r\ndirectly with any feedback.\r\n\r\nThis time, I''m going to try out Holder''s Country Inn,\r\nat 1424 Saratoga Avenue, just northeast of Westgate at\r\nLatimer. Like Harry''s, people can choose to get a\r\nwhole meal (including breakfast available all day) or\r\ndessert and coffee. Unlike Harry''s, Holder''s Country\r\nInn is much quieter. They have wonderful pancakes and\r\ngood service. Like El Camino Mongolian BBQ, it is a\r\nfamily-run operation. Their website is\r\nhttp://holderscountryinn.com The menu is online.\r\nThey do have vegetarian items, including vegetarian\r\noptions on burgers. They have homemade desserts that\r\nlook very tempting--we haven''t tried thos YET.\r\n\r\nFuture dates are 9/13 and 10/11\r\n\r\nThese dinners have proved to be a good place for\r\npeople new to the community to meet some of us in a\r\nlow-key environment. It is not a formal discussion\r\ngroup, so we don''t always touch upon poly topics on\r\nour own, but when we''ve had a new person show up to\r\nask questions, it can get quite lively.\r\n\r\nThe dinner is also kid-friendly. We often have 2 or\r\nthree of our kids in attendance (Age 10-16), and we\r\nplan to start bringing some activity to help keep them\r\noccupied (such as the Fluxx card game).\r\n\r\nDinner officially starts at 7:30, but I should be\r\nthere at 7:00 in order to set aside our space. Please\r\nRSVP at this email so that I that I have a rough\r\nestimate of how many spots to allow for, but people\r\nare still encouraged to RSVP up until 6:45 or just\r\nshow\r\nup. We''ll have plenty of room for walk-ins.\r\n\r\nWe plan to set aside an area at the front of the\r\nrestaurant. It is to the left as soon as you get to\r\nthe front counter.\r\n\r\nSo far, expected attendees are me, Anita, Wendy, and\r\nGail. Kids and teens expected to attend are Colin,\r\nLauren, William, and Isaac.\r\nHope to see you there.\r\n\r\n\r\n__________________________________________________\r\nDo You Yahoo!?\r\nTired of spam? Yahoo! Mail has the best spam protection around\r\nhttp://mail.yahoo.com\r\n_______________________________________________\r\nSFBay-Poly-Event maillist - SFBay-Poly-Event@polyamory.org\r\nTo change subscription options or unsubscribe:\r\nhttp://poly.polyamory.org/mailman/listinfo/sfbay-poly-event\r\n_______________________________________________\r\nSFBay-Poly maillist - SFBay-Poly@polyamory.org\r\nTo change subscription options or unsubscribe:\r\nhttp://poly.polyamory.org/mailman/listinfo/sfbay-poly'), (1172, NULL, NULL, 'casey', 20060809, 93000, 20060804, 181734, 0, 2, 'E', 'P', 'Tybor Pelle at JK Harris', 'JK Harris\r\nSan Francisco\r\n425 Market St. Ste 2200 @ Fremont\r\n\r\nTybor Pelle\r\n\r\nCustomer ID 728124'), (1173, NULL, NULL, 'joe', 20060811, 110000, 20060807, 142639, 300, 2, 'E', 'P', 'lunch lauren', 'lunch lauren'), (1174, NULL, NULL, 'joe', 20060817, 140000, 20060807, 171534, 180, 2, 'E', 'P', 'slides will maller', 'slides will maller'), (1175, NULL, NULL, 'mary', 20060811, 180000, 20060807, 194523, 360, 2, 'E', 'P', 'SRL thing', 'SRL thing'), (1176, NULL, NULL, 'joe', 20060821, 190000, 20060809, 170453, 240, 2, 'E', 'P', 'keithy', 'keithy'), (1177, NULL, NULL, 'joe', 20061025, 150000, 20060809, 181111, 180, 2, 'E', 'P', 'sheliah', 'sheliah'), (1178, NULL, NULL, 'joe', 20060828, 100000, 20060822, 150742, 180, 2, 'E', 'P', 'sheliah', 'sheliah'), (1179, NULL, NULL, 'joe', 20060930, -1, 20060809, 194938, 0, 2, 'E', 'P', 'day date, maybe get out and see some fall color somewhere, or something pretty', 'day date, maybe get out and see some fall color somewhere, or something pretty'), (1180, NULL, NULL, 'joe', 20060810, 80000, 20060810, 31106, 300, 2, 'E', 'P', 'take priuscilla in', 'take priuscilla in '), (1181, NULL, NULL, 'joe', 20060818, 140000, 20060816, 1143, 180, 2, 'E', 'P', 'slides steele', 'slides steele '), (1182, NULL, NULL, 'casey', 20060818, 130000, 20060813, 174335, 360, 2, 'E', 'P', 'Date with Audrey', 'Date with Audrey'), (1183, NULL, NULL, 'joe', 20060826, 110000, 20060815, 24533, 420, 2, 'E', 'P', 'kathy?', 'http://klwalton.livejournal.com/743598.html?nc=3&style=mine'), (1184, NULL, NULL, 'joe', 20060818, 193000, 20060816, 20552, 120, 2, 'E', 'P', 'dinner carey @ 8', 'dinner carey'), (1185, NULL, NULL, 'joe', 20060927, 150000, 20060822, 150811, 180, 2, 'E', 'P', 'sheliah yearwood', 'sheliah yearwood'), (1186, NULL, NULL, 'mary', 20060831, 230000, 20060819, 130502, 60, 3, 'E', 'P', 'Take Joe and Chris to airport', 'Take Joe and Chris to airport'), (1187, NULL, NULL, 'mary', 20060923, 183000, 20060819, 130800, 90, 3, 'E', 'P', 'pick Joe and Chris up', 'pick Joe and Chris up\r\n(flight number?)'), (1188, NULL, NULL, 'mary', 20060905, -1, 20060819, 130858, 0, 2, 'E', 'P', 'staff meeting', 'find out when'), (1189, NULL, NULL, 'joe', 20061001, 110000, 20060820, 163915, 300, 2, 'E', 'P', 'babn ggnra hike?', 'Woodswoman \r\nto BABN-chat\r\n More options Aug 19 (15 hours ago)\r\nGreetings. I''m organizing a hike in the Marin\r\nHeadlands, just north of the Golden Gate Bridge. We\r\nwill hike on Sunday, October 1. You can get to the\r\ntrailhead on the 76 Muni bus from San Francisco.\r\n\r\nI haven''t yet figured out the time and other details,\r\nbut want to get the word out for those of you who plan\r\nyour weekends far in advance. I''ll send out more\r\ndetails in a week or two.\r\n\r\nBeverly'), (1190, NULL, NULL, 'joe', 20060825, 84500, 20060821, 173752, 60, 2, 'E', 'P', 'tami foot visit', 'tami foot visit'), (1191, 603, NULL, 'joe', 20060828, 190000, 20060824, 202858, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1192, NULL, NULL, 'joe', 20061108, 153000, 20060831, 164049, 120, 2, 'E', 'P', 'artwork sf', 'polk crepe store show, need 12+ pieces'), (1193, NULL, NULL, 'casey', 20060903, 200000, 20060901, 151601, 180, 2, 'E', 'P', 'A Scanner Darkly with Audrey', 'A Scanner Darkly with Audrey'), (1194, NULL, NULL, 'mary', 20060916, 170000, 20060904, 316, 300, 2, 'E', 'P', 'kathleen''s bday dinner', 'kathleen''s bday dinner\r\nMore info TBA, not expensive'), (1195, NULL, NULL, 'mary', 20061209, 180000, 20060919, 210325, 360, 2, 'E', 'P', 'Flying Spaghetti Monster Party', 'FSM (and Christmas, Hannukah, Yule, Winter, etc.) party, costumes encouraged but not required. We''ll listen to seasonal music (chanties, carols, etc.) and eat pasta and drink whatever and make FSM (and other?) ornaments, tree-toppers, and cards.'), (1196, NULL, NULL, 'mary', 20061123, 90000, 20060919, 210609, 840, 2, 'E', 'P', 'Thanksgiving', 'Guerneville, I imagine. Usual times.'), (1197, NULL, NULL, 'joe', 20061130, 80000, 20060924, 135814, 0, 2, 'M', 'P', 'pro panel rental', 'From: Pam Bliss Signed-By: yahoo.com\r\nTo: joe@rockslidephoto.com\r\nDate: Sep 11, 2006 6:16 PM\r\nSubject: Renting ProPanels\r\nReply | Reply to all | Forward | Print | Add sender to Contacts list | Delete this message | Report phishing | Show original | Message text garbled?\r\nHi Joe,\r\nI got your name from Richa Kapoor. I had arranged to rent her ProPanels for a December event at Ft. Mason, but she has decided that she needs them for that date. I was wondering if yours might be available.\r\nI have a 10 x 6 foot space at the indoor "Celebration of Craftswomen" show at Ft. Mason. So I need only enough panels to outfit this size space. The date is Dec. 2-3, 2006. Would your panels be available?\r\nI have a Volvo Wagon. Will they fit in it? (Richa''s are half panels, so they will fit in my car...I am wondering about the full-size panels).\r\nI don''t need the tent, chairs, etc. and not even the full panel set. Just enough for the backdrop and sides of a 10 x 6 foot space, and lights if you have them.\r\nWhat would the charge be?\r\nI leave for Italy tomorrow for 2 weeks, so email me today if you can. Otherwise, we''ll touch basedwhen I return after Sept 28.\r\nThanks a bunch.\r\nMy website is below so you can see what I do.\r\nBest Regards, and thanks.\r\nPam Bliss'), (1198, NULL, NULL, 'joe', 20060927, 170000, 20060927, 114114, 0, 2, 'E', 'P', 'phone', 'phone'), (1199, NULL, NULL, 'joe', 20061004, 110000, 20060927, 121204, 0, 2, 'E', 'P', 'dental appt', 'dental appt'), (1200, NULL, NULL, 'joe', 20061025, 150000, 20060927, 125333, 180, 2, 'E', 'P', 'sheliah', 'sheliah'), (1201, NULL, NULL, 'mary', 20061028, 140000, 20061002, 210901, 480, 2, 'E', 'P', 'joe''s birthday party', 'joe''s birthday party\r\nhttp://joedecker.livejournal.com/876356.html'), (1202, NULL, NULL, 'mary', 20061006, 190000, 20061003, 24358, 180, 2, 'E', 'P', 'craft night', 'and poker!\r\nhttp://simplykimberly.livejournal.com/525356.html'), (1203, NULL, NULL, 'mary', 20061218, 83000, 20061212, 114053, 240, 2, 'E', 'P', 'work', 'work'), (1204, NULL, NULL, 'mary', 20061109, 90000, 20061003, 154937, 60, 2, 'E', 'P', 'Dr, Demetra Burrs', '9 am\r\nPAMF Fremont building 1, 2nd floor'), (1205, NULL, NULL, 'mary', 20061031, 83000, 20061003, 155156, 60, 2, 'E', 'P', 'dr. philpott', 'building 2, 2nd floor, 8:30'), (1206, NULL, NULL, 'joe', 20061005, 103000, 20061004, 14012, 60, 2, 'E', 'P', 'peets', 'peets'), (1207, NULL, NULL, 'joe', 20071111, 80000, 20061005, 165842, 0, 2, 'M', 'P', 'dykinga workshop in zion', 'actual workshop dates are 12-15, I think'), (1208, NULL, NULL, 'joe', 20061111, 100000, 20061005, 174410, 360, 2, 'E', 'P', 'PAL', 'PAL'), (1209, NULL, NULL, 'joe', 20061118, 100000, 20061005, 174428, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1210, NULL, NULL, 'joe', 20061216, 100000, 20061127, 144148, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1211, NULL, NULL, 'joe', 20061223, 100000, 20061005, 174512, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1212, NULL, NULL, 'joe', 20061110, 90000, 20061006, 195701, 202, 2, 'E', 'P', 'pal port sale intake', 'Portfolio Sale in December\r\n\r\nThe Portfolio Sale is an event in which artists can introduce themselves to the public and display the best of their portfolio, unframed at more affordable pricing. It is open to all members and instructors for a $25 registration fee on a First Come First Served basis until the spaces are filled, with no exceptions due to space limitations. Approximately 20 spaces are available.\r\n\r\n 1. NO stretched, framed or wired works are allowed in a portfolio bin.\r\n 2. Non-payment of fees will disqualify an artist from participated and the next artist on the list will be moved into that spot.\r\n\r\n\r\nRegistration day will be Friday, November 10th, beginning at 12 noon. If the list is filled immediately, a waiting list will be created.\r\n\r\nFor more information on rules for participating in the Portfolio Sale, please go to the PAL website at www.pacificartleague.org Go to Member Programs, Exhibiting in the Main Gallery\r\n\r\n '), (1213, NULL, NULL, 'joe', 20061026, 180000, 20061020, 234658, 300, 2, 'M', 'P', 'gv amateur erotic film comp', 'Thursday, 10/26, 8 pm -- GV AMATEUR EROTIC FILM COMPETITION (at the Castro, 429 Castro St, SF)\r\nFriday, 10/27, 9:15 pm -- GV Amateur Erotic Film Competition (at the Parkway, 1834 Park Blvd., Oakland)\r\nSee the winning entries in this local competition and meet the judges and moviemakers! Carol Queen MCs with Tim Gaskin.\r\n$12 in advance, $15 at the door. Tickets available at all SF and East Bay Good Vibes stores.\r\nhttp://www.goodvibes.com/Content--Amateur-Film-Competition--id-1874.html'), (1214, NULL, NULL, 'joe', 20061223, 170000, 20061021, 5110, 240, 2, 'E', 'P', 'han shot first (have not rsvpd)', '*******************\r\n Han Shot First!\r\n *******************\r\n\r\nSaturday 12/23, 5pm-9pm\r\n\r\nHas it really been almost 1.5 years since our last party? Wow, I guess\r\nwe really disappeared into The Book That Ate Our Lives, aka Python for\r\nDummies. Now that we''re starting to crawl back out of our shells, we''d\r\nlike to start with something low-key, and since George Lucas has finally\r\nseen fit to release the *real* original Star Wars on DVD, we''re having a\r\n"Han Shot First!" party to celebrate.\r\n\r\nDoors open 5pm, Star Wars starts 6pm, party will close down around 9pm.\r\nIf you''re sick of Christmas, this is the place to be!\r\n\r\nBecause it has been so long, we expect that our email list is badly\r\nout-of-date. Please let us know if we should change our email address\r\nfor you and whether we have unintentionally omitted any of your family\r\nmembers.\r\n\r\nPlace:\r\n The Cat & Dragon in San Carlos (see appended direx, including info\r\n about accessibility issues)\r\n\r\nInvitations:\r\n We welcome your SO(s) and close friends. RSVPs are welcome but not\r\n essential.\r\n\r\nRequests:\r\n Bring food or drink to share (enough for five people). Protein is\r\n good.\r\n\r\n Children are welcome, but the Cat & Dragon is not child-proof.\r\n\r\n Smoking only on front sidewalk.\r\n\r\nTransportation:\r\n If you need a ride or can offer a ride, let us know where you''ll be\r\n starting from.\r\n\r\nRSVP:\r\n 650-631-4547 or maruch@maruch.org\r\n\r\n---Stef ----- ---Aahz\r\nrational/scientific/philosophical/ | Hugs and backrubs -- I break Rule 6\r\nmystical/magical/kitty |\r\n |\r\nWhere am I going, and what | "No, you may *not* put that\r\nam I doing in this handbasket? | in your .sig file!"\r\n\r\n===================================================================='), (1215, NULL, NULL, 'joe', 20061203, 140000, 20061021, 5257, 420, 2, 'E', 'P', 'knepp potluck', 'Please save Sunday December 3rd for my annual holiday dessert\r\npotluck/reunion/image-sharing celebration. Details soon. And if you\r\nwant to send along digital image (jpegs, 500 pix on the longest side\r\n@ 72ppi) I''ll send them along to the rest of the group.'), (1216, NULL, NULL, 'joe', 20061230, 100000, 20061022, 3232, 360, 2, 'E', 'P', 'pal 10-4', 'pal 10-4'), (1217, NULL, NULL, 'joe', 20061025, 200000, 20061022, 10907, 240, 2, 'E', 'P', 'bondage a go go', 'bondage a go go'), (1218, NULL, NULL, 'joe', 20070112, 90000, 20061022, 72927, 720, 2, 'M', 'P', 'mono winter workshop', 'mono winter workshop'), (1219, NULL, NULL, 'joe', 20070127, 163000, 20061023, 15059, 90, 2, 'E', 'P', 'intro session (ggnra)', 'intro session (ggnra)'), (1220, NULL, NULL, 'joe', 20070128, 110000, 20061023, 15124, 540, 2, 'E', 'P', 'field session (ggnra)', 'field session (ggnra)'), (1221, NULL, NULL, 'joe', 20070211, 150000, 20061023, 15209, 180, 2, 'E', 'P', 'crit session (ggnra)', 'crit session (ggnra)'), (1222, NULL, NULL, 'joe', 20061220, 101500, 20061023, 121751, 120, 2, 'E', 'P', 'dr rothman', 'clark building, palo alto, 2nd floor\r\n\r\nthe appointment is at 10:15 am, note that they\r\nare moving'), (1223, NULL, NULL, 'joe', 20061030, 100000, 20061023, 214612, 0, 2, 'E', 'P', 'artwork', '408 343 1297\r\nmay'), (1224, NULL, NULL, 'joe', 20070412, 83000, 20061024, 133159, 120, 2, 'E', 'P', 'dental appt', 'dental appt'), (1225, NULL, NULL, 'joe', 20061106, 100000, 20061024, 134104, 60, 2, 'E', 'P', 'dental recheck', 'dental recheck'), (1226, NULL, NULL, 'joe', 20061129, 140000, 20061107, 162850, 180, 2, 'E', 'P', 'artwork sheliah', 'artwork sheliah'), (1227, NULL, NULL, 'joe', 20061108, 130000, 20061101, 204205, 360, 2, 'E', 'P', 'coffee lia', 'coffee lia'), (1228, NULL, NULL, 'joe', 20061116, 92000, 20061026, 174544, 540, 2, 'E', 'P', 'colonoscopy', 'colonoscopy'), (1229, NULL, NULL, 'joe', 20061030, 140000, 20061029, 205827, 0, 2, 'E', 'P', 'return rental crap', '8 wooden chairs, 4 orange buckets'), (1230, NULL, NULL, 'joe', 20061102, 110000, 20061030, 175454, 180, 2, 'E', 'P', 'lunch v', 'lunch v'), (1231, NULL, NULL, 'joe', 20061110, 150000, 20061107, 22846, 180, 2, 'E', 'P', 'lunch lauren?', 'lunch lauren?'), (1232, NULL, NULL, 'joe', 20061101, 170000, 20061031, 201342, 240, 2, 'E', 'P', 'date rebekah', 'date rebekah'), (1233, NULL, NULL, 'joe', 20061110, 190000, 20061103, 2117, 240, 2, 'E', 'P', 'james'' dinner', 'james'' dinner'), (1234, NULL, NULL, 'joe', 20061109, 130000, 20061106, 134338, 180, 2, 'E', 'P', 'mmcta', 'monitor profiling'), (1235, NULL, NULL, 'joe', 20061119, 170000, 20061119, 132338, 240, 2, 'E', 'R', 'house rewarming, brian and carolyn', 'house rewarming, brian and carolyn'), (1236, NULL, NULL, 'joe', 20061113, 100000, 20061106, 151632, 360, 2, 'E', 'P', 'lunch heather', 'lunch heather'), (1237, NULL, NULL, 'joe', 20061108, 90000, 20061107, 205846, 60, 2, 'E', 'P', 'call kathy about potentila lunch', 'call kathy about potentila lunch'), (1238, 915, NULL, 'joe', 20061121, 100000, 20061108, 20735, 60, 2, 'E', 'P', 'no therapy this week', 'ann bolger'), (1239, 915, NULL, 'joe', 20061128, 100000, 20061108, 20751, 60, 2, 'E', 'P', 'no therapy for this week', 'ann bolger'), (1240, NULL, NULL, 'joe', 20061229, 190000, 20061208, 200835, 0, 2, 'E', 'P', 'queer playground 12/29', 'Dear Queer Community,\r\n\r\n I would like to take a moment to write a personal note to our beautiful communities. As the creator, host, and organizer of the Queer Playground, which has been running for two and a half years, it has been my pleasure to serve this community and provide a safe space for all queers under the sun to come out and play with each other. It has been been beautiful and magical watching what has unfolded at each party. I am overjoyed that this party has been such a gift to our queer community. I have loved every party and meeting so many new and wonderful people and being able to create an atmosphere that was special, magical, fun, and queer.\r\n\r\n\r\nI am releasing this party to the community. I am giving this party away and will no longer be hosting and organizing it. This is my farewell party. Thank you all for being in my life and creating this party with me over the years. \r\n\r\nMy love and gratitude,\r\nArielle\r\nThe Critter\r\nCreator of The Queer Playground\r\n\r\n----------------------------\r\nArielle and the SF Citadel Present...\r\n\r\nThe Queer Playground\r\n\r\nBringing in the new year with Peace, Love, and Joy (it doesn''t get any Gayer than that!)\r\nA Queer Leather BDSM play celebration\r\n\r\nFriday, December 29, 2006\r\nDoors at 8:00pm party till 1:00am\r\n$20.00\r\n\r\nCome on out for The Queer Playground-a Queer Leather energy play party for anyone of any gender who identifies as queer, lesbian, gay, fag, dyke, genderqueer, genderfucker, gender-bender, differently-abled queer, queer of color, trans, MTF, FTM, bisexual, pansexual, omnisexual, questioning, intersexed, trysexual ;)\r\n\r\n\r\nTheme: Bringin in the new year with Peace, Love, and Joy\r\n\r\n\r\nThere will be service submissives serving the guests to provide a friendly, queer, leather, BDSM, and fun atmosphere. A wrestling area will also be provided.\r\n\r\nVolunteer work shifts available for entry (service\r\nsubmissives, house slaves, DM''s, setup, cleanup, door\r\nshifts)\r\n\r\n*Service submissives require a brief a training and preferable experience or desire for service submission.\r\n\r\n*RSVP''s REQUIRED\r\nRSVP Email to: faeriecritter@gmail.com (note new email address)\r\n\r\n**Membership to the SF Citadel will be required and can be purchased at the door.\r\nVolunteer shifts available are set up, clean up, door, cashier, kitchen crew, DM, service submissive. Shifts are given on a first come, first serve basis. DM''s require approval from host and must have prior experience.\r\n\r\nVolunteer email at faeriecritter@gmail.com\r\n\r\n\r\nSF Citadel\r\n1277 Mission Street,\r\nbetween 8th and 9th\r\n\r\n(Note that, for those parking on Mission Street,\r\nticketing and towing begins at 2am.)\r\nwww.sfcitadel.org\r\n\r\n*Please feel free to repost\r\n\r\n\r\nThank you,\r\nArielle, Queer Playground host\r\n\r\n\r\n'), (1241, NULL, NULL, 'joe', 20061111, 20000, 20061108, 213942, 1200, 2, 'M', 'P', 'NO ASPIRIN', 'NO ASPIRIN'), (1242, NULL, NULL, 'joe', 20061113, 20000, 20061108, 214035, 1200, 2, 'E', 'P', 'No ASPIRIN, NUTS, SEEDS, ANYTHING WITH A PEEL', 'No ASPIRIN, NUTS, SEEDS, ANYTHING WITH A PEEL'), (1243, NULL, NULL, 'joe', 20061114, 20000, 20061108, 214321, 1200, 2, 'E', 'P', 'No ASPIRIN, NUTS, SEED, PEELS, NSAIDS', 'No ASPIRIN, NUTS, SEED, PEELS, NSAIDS'), (1244, NULL, NULL, 'joe', 20061115, 20000, 20061108, 214720, 420, 2, 'E', 'P', 'ONLY CLEAR LIQUIDS', 'black coffee or tea without milk or creamer, soda (cola, lemon-lime), Gatorade (but not red, green or blue), Propel, water, fizzy water, white apple juice, white grape juice, white cranberry juice, clear broth, lemon jello, popsicles (no red, green, blue.)\r\n\r\nNothing red, green or blue. No orange juice, alcohol, dairy, solid food, aspirin, NSAIDs.'), (1245, NULL, NULL, 'joe', 20061115, 90000, 20061108, 214833, 60, 2, 'E', 'P', 'mix trilyte, chill', 'mix trilyte, chill'), (1246, NULL, NULL, 'joe', 20061115, 120000, 20061108, 214848, 60, 2, 'E', 'P', 'take 4 ducolax', 'take 4 ducolax'), (1247, NULL, NULL, 'joe', 20061115, 140000, 20061108, 214957, 120, 2, 'E', 'P', 'begin drinking', 'large glass, 8 oz. every 10-15 minutes until half the bottle is empty. (read rest of directions)\r\n\r\nget vaseline around the anus'), (1248, NULL, NULL, 'joe', 20061116, 30000, 20061108, 215050, 360, 2, 'E', 'P', 'no liquids after 3am', 'no liquids after 3am'), (1249, 603, NULL, 'joe', 20061130, 190000, 20061111, 133725, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1250, NULL, NULL, 'joe', 20061129, 190000, 20061111, 154106, 240, 2, 'E', 'P', 'bi movie night', 'Good morning Joe!\r\n\r\nJust read your return message in OkCupid, so here is the bi movie\r\nnight invite and the follow up on who is attending so far;) Check\r\nyour calender and let us know if the timing works for you what with\r\nthe T''giving holiday. Both GJ and I would love to see you!\r\n\r\nHugs,\r\n\r\nDee\r\n\r\n>>Date: Tue, 07 Nov 2006 17:14:37 -0800\r\n>>To: susan.lato@gmail.com, thaddeus@jps.net, redpill21@yahoo.com,\r\n>>newmomdad2002@yahoo.com, kingwyatt@gmail.com, tonyH90@yahoo.com,\r\n>>smoorefu@blackrose.org,robehammer@aol.com,chuntting@hotmail.com,h.so@ieee.org,holly.gee@gmail.com,\r\n>>trubipoly@aol.com\r\n>>From: D van Breen \r\n>>Subject: Re: Bi Movie Night #2\r\n>>Cc: jvanbreen@vanbreen.org\r\n>>\r\n>>Okay, so here is an update of the attendees so far:\r\n>>\r\n>> Jack & Dee\r\n>> Liz & Scott\r\n>> Naomi & Steve\r\n>> Jace & Scott\r\n>> Charmy\r\n>> Thadd\r\n>>\r\n>>Please chime in if I have forgotten you or if you would like to RSVP.\r\n>>\r\n>>Our address is as follows, which is really easy to find :)\r\n>>\r\n>>Casa de Amigos Mobile Home Park\r\n>>1085 Tasman Drive, Space 15\r\n>>Sunnyvale, CA 94089\r\n>>\r\n>>Closest cross street is Lawrence Expressway. Once you turn into\r\n>>the park, make an immediate right turn on 1st Street, go down past\r\n>>the actual stop sign and park in the guest parking on the\r\n>>left. Our house is directly across from guest parking on the right\r\n>>side of the street. It would be best if you carpool with someone,\r\n>>if at all possible due to limited parking.\r\n>>\r\n>>I will send another update about a week before the get together!\r\n>>\r\n>>At 09:45 PM 11/1/2006, D van Breen wrote:\r\n>>>Good evening fellow attendees of the 1st and 3rd Tuesday Bi\r\n>>>Support and/or Bi-Friendly in San Jose! You and your sweeties,\r\n>>>friends, etc., are invited to enjoy a Bi Movie Night at our humble abode.\r\n>>>\r\n>>>Screening of the film French Twist:\r\n>>>Laurent is the local estate agent, a job that offers easy\r\n>>>opportunities for his womanizing. His beautiful wife Loli looks\r\n>>>after his home and two children unaware of his many affairs.\r\n>>>However, their world is turned upside down by the arrival of\r\n>>>Marijo, an itinerant lesbian whose mini van breaks down nearby.\r\n>>>The neglected Loli is drawn to the sensitive Marijo and when she\r\n>>>learns of Laurent''s infidelities, invites Marijo to move in with\r\n>>>them. The arrangement takes an emotional toll on each of them,\r\n>>>exacerbated by the arrival of a figure from Marijo''s past. As they\r\n>>>struggle with the situation and each other, all of their lives are\r\n>>>changed forever.\r\n>>>\r\n>>>When: Tuesday, November 28th, 7:30pm---Movie to starts at 8pm\r\n>>>Where: Gypsy Jack & Delicious Dee''s\r\n>>>\r\n>>>Please RSVP via e-mail & let me/us know whether you plan to attend\r\n>>>or not, and I will send you our address and directions.\r\n>>>\r\n>>>Should be fun!\r\n>>>\r\n>>>Email: dee@vanbreen.org\r\n>>>Home Page: http://www.vanbreen.org\r\n>>>Yahoo IM: deliciousdee\r\n'), (1251, NULL, NULL, 'joe', 20061125, -1, 20061112, 171650, 0, 2, 'E', 'P', 'rebekah returns from st. john', 'rebekah returns from st. john'), (1252, NULL, NULL, 'joe', 20061208, 80000, 20061113, 21913, 60, 2, 'M', 'P', 'pro panel rental bryant', 'pro panel rental bryant '), (1253, NULL, NULL, 'joe', 20061118, 160000, 20061113, 110946, 240, 2, 'E', 'P', 'tim''s party', 'tim''s party'), (1254, NULL, NULL, 'joe', 20061115, 110000, 20061114, 5649, 60, 2, 'E', 'P', 'sign tax returns @ PW', 'sign tax returns @ PW\r\n\r\n\r\n\r\nThis document was not intended or written to be used, and it cannot be used, for the purpose of avoiding U.S. federal, state or local tax penalties.\r\n_____________________________________________________________\r\n\r\nJoe,\r\n\r\nSo nice to hear that you''re doing well. Looking forward to seeing you on Wednesday at 11 am (address below).\r\n\r\nKarrie\r\ncell 408-202-2448\r\nwork 408-817-5908\r\n\r\n\r\n\r\nKarrie Hebert | PwC | 10 Almaden Blvd., Suite 1600 | San Jose, CA 95113 |\r\n(: (Direct) 408-817-5908 | 7: (Direct Fax) 813-375-4523 | *: karrie.k.hebert@us.pwc.com \r\n '), (1255, NULL, NULL, 'mary', 20061122, -1, 20061113, 203424, 0, 2, 'E', 'P', 'p?', 'p?'), (1256, NULL, NULL, 'mary', 20061204, -1, 20061212, 113716, 0, 2, 'E', 'P', 'o?, eggwhite, 1', 'o?, eggwhite, 1'), (1257, NULL, NULL, 'joe', 20061115, 190000, 20061114, 10427, 240, 2, 'E', 'P', 'patti''s thing (not going for flooshiness)', '... because it will be 6 months that I haven''t lived with Jerry. Oh,\r\nand that new job thing.\r\n\r\n7PM, Amici''s (on Castro)\r\n... and end up at Ugly''s (El Camino at Shoreline. Because you know you\r\nlove female-owned businesses and tacky decor just as much as I do.)\r\n\r\nPatti\r\n408-505-7759'), (1258, NULL, NULL, 'joe', 20061120, 80000, 20061119, 132321, 0, 2, 'E', 'R', 'switch to maint. rinse', 'switch to maint. rinse'), (1259, NULL, NULL, 'joe', 20061204, 90000, 20061115, 23713, 0, 2, 'E', 'P', 'try and have a dental recheck of the carifrree goop sched''d here', 'try and have a dental recheck of the carifrree goop sched''d here'), (1260, NULL, NULL, 'joe', 20061117, 110000, 20061116, 91040, 300, 2, 'E', 'P', 'mmcta', 'mmcta'), (1261, NULL, NULL, 'joe', 20061119, 120000, 20061119, 132353, 360, 2, 'E', 'R', 'carmel mission photography', 'carmel mission photography'), (1262, NULL, NULL, 'joe', 20061123, 90000, 20061116, 232631, 780, 2, 'E', 'P', 'thanksgiving', 'thanksgiving'), (1263, NULL, NULL, 'joe', 20061126, 140000, 20061126, 155826, 240, 2, 'E', 'P', 'patti', 'patti '), (1264, NULL, NULL, 'joe', 20061120, 100000, 20061119, 132307, 600, 2, 'E', 'R', 'not sure of the timing of any of this, K and PAMF tests', 'get time info from K about getting together\r\nget blood tests done at PAMF Fremont'), (1265, NULL, NULL, 'joe', 20061213, 173000, 20061119, 123756, 120, 2, 'E', 'P', 'heather''s show', 'heather''s show'), (1266, NULL, NULL, 'joe', 20061226, 180000, 20061221, 230819, 240, 2, 'E', 'P', 'reschedule v', 'see v'), (1267, NULL, NULL, 'joe', 20061201, 120000, 20061122, 152427, 0, 2, 'E', 'P', 'intake for pal portfolio show', 'not sure of the time'), (1268, NULL, NULL, 'joe', 20070113, 200000, 20061122, 222609, 240, 2, 'E', 'P', 'chris gone this night in phoenix', 'chris gone this night in phoenix'), (1269, NULL, NULL, 'joe', 20061207, 180000, 20061125, 21347, 0, 2, 'E', 'P', 'community sites signup', 'Attention juried Artists \r\n\r\nIt''s time to sign up for your 2007 Community Sites shows. All juried artists are welcome!\r\n\r\nCommunity Sites 2007 Signup: Thursday, December 7\r\n\r\n6:30 p.m., Pacific Art League Studio One\r\n\r\n\r\nPlease read the information about the participating Community Sites at\r\n\r\nwww.pacificartleague.org/members/member_programs/community_sites_info.html\r\n\r\nselect your favorites, and then come to the event to reserve your space for three shows. Bring a sample of your art to show to the Site Coordinators.\r\n\r\nWe have recently added a large new site, The Opportunity Center in Palo Alto. This space holds over 30 pieces, so you might consider teaming up with a juried friend or two to exhibit there in 2007.\r\n\r\n\r\nThe signups will begin promptly at 6:30 p.m., and the spaces go fast, so don''t be late!'), (1270, NULL, NULL, 'mary', 20061123, -1, 20061126, 190553, 0, 2, 'E', 'P', 'p started', 'p started'), (1271, NULL, NULL, 'mary', 20061205, -1, 20061126, 190746, 0, 2, 'E', 'P', 'o?', 'o?'), (1272, NULL, NULL, 'mary', 20061206, -1, 20061126, 190800, 0, 2, 'E', 'P', 'o?', 'o?'), (1273, NULL, NULL, 'mary', 20061130, 170000, 20061126, 190843, 0, 2, 'E', 'P', 'monopoly', 'monopoly'), (1274, NULL, NULL, 'joe', 20061202, 100000, 20061128, 130546, 240, 2, 'E', 'P', 'national geographic', 'national geographic'), (1275, NULL, NULL, 'joe', 20061210, 130000, 20061128, 144047, 360, 2, 'E', 'P', 'patti', 'patti'), (1276, NULL, NULL, 'joe', 20061223, 100000, 20061130, 1045, 420, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1277, NULL, NULL, 'joe', 20061202, 170000, 20061129, 131305, 300, 2, 'E', 'P', 'rebekah', 'rebekah'), (1278, NULL, NULL, 'joe', 20070103, 100000, 20061129, 175607, 180, 2, 'E', 'P', 'sheliah artwork', 'sheliah artwork'), (1279, NULL, NULL, 'joe', 20070529, 180000, 20070528, 185716, 90, 2, 'E', 'P', 'teal call', 'teal call'), (1280, NULL, NULL, 'mary', 20061124, -1, 20061204, 95150, 0, 2, 'M', 'R', 'p', 'p'), (1281, NULL, NULL, 'mary', 20061130, -1, 20061204, 95250, 0, 2, 'E', 'P', '1', '1'), (1282, NULL, NULL, 'mary', 20061201, -1, 20061204, 95305, 0, 2, 'E', 'P', '1', '1'), (1283, NULL, NULL, 'mary', 20061202, -1, 20061204, 95348, 0, 2, 'E', 'P', '1, I', '1, I'), (1284, NULL, NULL, 'mary', 20061203, -1, 20061204, 95421, 0, 2, 'E', 'R', '2, note', '2, both of us were sick, no sex'), (1285, NULL, NULL, 'mary', 20061204, -1, 20061204, 95444, 0, 2, 'E', 'P', '1', '1'), (1287, NULL, NULL, 'joe', 20061206, 123000, 20061205, 175845, 180, 2, 'E', 'P', 'blair', 'blair'), (1288, NULL, NULL, 'joe', 20061208, 180000, 20061206, 111007, 0, 2, 'E', 'P', 'kevin''s BSG thang / bring frame crap', 'hat\r\nBSG Dinner \r\nWhen\r\nFri Dec 8 7pm - Fri Dec 8 9pm\r\n\r\n20061208T190000/20061208T210000\r\n\r\n \r\n\r\nWhere\r\nmap\r\n1755 bowers ave, 95051 \r\nCreated By\r\nKevin Wang for BSG Fridays\r\n\r\nDescription\r\n\r\nSomething with Risotto. Your input welcome! '), (1289, NULL, NULL, 'joe', 20061216, 160000, 20061206, 111620, 0, 2, 'E', 'P', 'jill andre moves into new place', 'jill andre moves into new place'), (1290, NULL, NULL, 'joe', 20061208, 150000, 20061206, 112411, 180, 2, 'E', 'P', 'Angie dropping off PPG', 'Angie dropping off PPG'), (1291, NULL, NULL, 'joe', 20070111, 180000, 20070314, 212802, 240, 2, 'M', 'P', 'DSLR class', 'DSLR class'), (1292, NULL, NULL, 'joe', 20070108, 60000, 20070102, 4436, 240, 2, 'E', 'P', 'bryant will rent 500/4L in the evening, chris to hand', 'bryant will rent 500/4L in the evening, chris to hand '), (1293, NULL, NULL, 'joe', 20061216, 190000, 20061214, 182548, 240, 2, 'E', 'P', 'heather save the date', 'Hey everyone, I turn 33 on December 17. But come out with me the night\r\nbefore, Saturday, December 16! I''m hoping to get a group of people to go\r\nout maybe 8ish for drinks, somewhere in San Francisco.\r\n\r\nThis is a save-the-date kind of email. If you think you can come, let me\r\nknow. If you have ideas, I''d love to hear them. I''ll keep people posted as\r\nto plans.\r\n'), (1294, NULL, NULL, 'joe', 20061226, 140000, 20061208, 200518, 480, 2, 'E', 'P', 'good heaens open house', 'good heaens open house'), (1295, NULL, NULL, 'joe', 20061212, 120000, 20061211, 200532, 360, 2, 'E', 'P', 'mary/joe date night', '(time, etc., can vary, but i want to put something on the calendar to start)\r\n'), (1296, NULL, NULL, 'mary', 20061222, 80000, 20061212, 113116, 300, 2, 'E', 'P', 'work', 'work *sigh*'), (1297, NULL, NULL, 'mary', 20070106, 160000, 20061212, 113446, 300, 2, 'E', 'P', 'Becca''s birthday', 'From: Robert Diamond \r\nSubject: Invite: Birthday Party for Becca, 6 Jan 2007 at 4PM, Fairmont Hotel, San Jose\r\nTo: jesse@mundis.org, Jesse Mundis ,\r\n ...snip... Dan Sanford , richkazin@yahoo.com, jlevy@bevocal.com\r\n\r\nHi All,\r\nThis January Becca turns 35! Join us for an evening of games and\r\nmerriment at the Fairmont Hotel in San Jose.\r\n\r\nI''ll provide sodas and basic snacks (and birthday cake :) Bring your\r\nfavorite games, and perhaps a snack to share. \r\n\r\nI''m reserving a suite for the night, so it will need to be a relatively\r\nquiet gathering, but there is the restaurant, bar, and lobby area\r\ndownstairs.\r\n\r\nLet''s assemble in the central lobby/seating area around 4PM, and then\r\nhead up to the room when we have critical mass.\r\n\r\nRSVP January 2nd\r\n\r\nthanks!\r\n Rob D'), (1298, NULL, NULL, 'joe', 20070101, 140000, 20061213, 164914, 660, 2, 'E', 'P', 'alan debbie open house', 'Will we see you this year?\r\n\r\nBeginning the year with good food, good friends, and a clean house is\r\npart of our magic for the year to come. Thus, you are invited to our\r\nannual New Year''s Day gathering: if you haven''t been here before, we\r\nwarn you in advance that it can get crowded. If crowds deter you,\r\ncome early or come late. This party has accrued lots of good folks\r\nover the years, and shows no sign of stopping.\r\n\r\nWe open the doors at 12 noon, we shut down when everyone leaves or\r\nwhen we can''t see straight (usually around 8pm). There''s always a lot\r\nof food and drink, but feel free to contribute. Ingredient lists for\r\nhome-made contributed food (and labels for store-bought food) are\r\nextremely welcome; several attendees have allergies. We provide a\r\ngood deal of home-made sourdough bread, so bear that in mind when\r\nyou''re deciding what to bring.\r\n\r\nPlease feel free to bring friends, family, significant others. Kids\r\nare always welcome in our house. The cat in residence will almost\r\ncertainly take the day off from socializing, but will leave his\r\nallergens behind.\r\n\r\nDirections are at the end of the email.\r\n\r\nRSVPs are not necessary.\r\n\r\nWhether or not you make it to the gathering, here''s wishing you an\r\nexcellent 2007.\r\n\r\n****\r\n\r\nWe''re located just off of Shattuck in the very north end of Oakland,\r\nconvenient to the Ashby BART station.\r\n\r\nON BART: Take the Richmond line to the Ashby Station (first station\r\npast MacArthur). Head east (uphill) along Woolsey two blocks to\r\nShattuck. Cross Shattuck and go south (right) one block to 66th, turn\r\nleft. We''re the third house in on the left.\r\n\r\nBUSES: Convenient to A/C Transit''s Route 43, which runs along\r\nShattuck and the 40, which runs along Telegraph.\r\n\r\nBY CAR: Heading south ("west") on I-80 take the Ashby Avenue exit,\r\ndrive east two miles, past Martin Luther King Jr. Way and Adeline\r\n(i.e. past the BART station). Next traffic light after Adeline is\r\nShattuck; turn right (south). Five blocks south on Shattuck is 66th\r\nStreet; turn left (the only way to go) and find a place to park. 680\r\n66th Street is three houses in on the left; two stories tall, white\r\nwith red trim.\r\n\r\nHeading north on I-880, as the freeway comes into downtown Oakland\r\nbear to the right to take the fork that becomes I-980. Take this\r\nthrough the interchange with I-580, and get off at the next exit, for\r\n51st Street and Martin Luther King Jr. Way. Take the right-hand fork\r\nof the offramp, which forces you to turn right on 51st Street; take\r\nthe immediate left at the light, which is Shattuck. Take Shattuck\r\nnorth some fifteen-odd blocks. 66th Street is the third right after\r\nAlcatraz Avenue. Find a place to park; #680 is the third house in on\r\nthe left, two stories, white with red trim.\r\n\r\nWest on I-580, take the Berkeley exit, the one which would put you on\r\nHighway 24. But keep to the right of the ramp, which has you getting\r\noff at 51st St. & MLK Jr Way. Keep to the right until you get to 51st\r\nStreet; follow the directions above from there. East on I-80 (i.e.\r\nthe Bay Bridge): Take the exit for Highway 24, and stay to the right.\r\nMerge to the right for the 51st Street and M L K Jr. Way exit; right\r\non 51st, left on Shattuck, etc. as above.\r\n\r\nSurface Streets: You can get here on Telegraph as well as on\r\nShattuck. From Telegraph, 66th is two blocks north of Alcatraz and\r\nfive blocks south of Ashby. Coming north, take the first left after\r\nAlcatraz; coming south take the first right after Woolsey (a traffic\r\nlight). Drive two long blocks to where 66th ends at Shattuck and find\r\na place to park, etc.\r\n--\r\nDebbie Notkin (kith@spicejar.org)\r\nAlan Bostick (abostick@spicejar.org)\r\n'), (1299, NULL, NULL, 'joe', 20061220, 220000, 20061217, 123244, 0, 2, 'E', 'P', 'speakeasy downtime 11pm forward', 'E: Speakeasy Order # 3265918\r\n\r\nDear Joe,\r\n\r\nWe''re writing to inform you of a Network Maintenance Event that will\r\nimpact your Speakeasy Broadband service(s).\r\n\r\nOn Wednesday night/Thursday morning, December 20th and 21st 2006,\r\nwe will be performing scheduled maintenance on the Point of Presence\r\n(POP) through which your Broadband connection is routed.\r\n\r\nMaintenance will begin at 11:00 PM PDT on Wednesday night and end by\r\n03:00 AM PDT on Thursday morning. While you will experience a service\r\ndisruption during this time, it is unlikely that your service outage\r\nwill extend through the entire time frame. Service interruptions\r\nduring a maintenance event like this often last only a few minutes.\r\n\r\nThank you in advance for your patience as we continuously work to\r\nimprove our service to you.\r\n\r\nWe appreciate your business!\r\n\r\nSpeakeasy Network Operations\r\n1.800.556.5829\r\nhttp://www.speakeasy.net/systemstatus/\r\n\r\n*If you have previously opted out of a Speakeasy mailing list,\r\nplease understand that our maintenance notifications are handled\r\ndifferently. This allows Speakeasy to ensure that our customers\r\nare always aware of any potential connectivity outages that might\r\noccur during this time.\r\n\r\n\r\n\r\n'), (1300, NULL, NULL, 'joe', 20061228, 90000, 20061217, 234927, 420, 2, 'E', 'P', 'chris in for colonoscopy', 'chris in for colonoscopy'), (1301, NULL, NULL, 'joe', 20061220, 180000, 20061218, 133943, 360, 2, 'E', 'P', 'date rebekah', 'date rebekah'), (1302, NULL, NULL, 'joe', 20070125, 133000, 20070103, 103424, 180, 2, 'E', 'P', 'epstein appt. pamf', 'epstein appt. pamf'), (1303, NULL, NULL, 'joe', 20061221, 90000, 20061218, 191329, 480, 2, 'E', 'P', 'art league', 'art league'), (1304, NULL, NULL, 'joe', 20061223, 170000, 20061220, 112117, 0, 2, 'E', 'P', 'holiday gallery pickup', 'Dear Artists,\r\n\r\nWe were going to wait to have you pick up your art until after the holidays, but some of you requested before, so if you''d like your art before the holiday break, the only opportunity will be:\r\n\r\nSaturday, Dec. 23rd from 4-6pm\r\nat the Holiday Gallery location-88 South Fourth Street\r\n\r\nOtherwise, it''ll be the weekend following New Years (probably on Sunday, Jan 7th,) which I''ll send out a note as we get closer to that date.\r\n\r\nWe should have all the receipts tallied and checks written by then as well. Please be advised, that although we waived all commissions, there is a 5% fee for all credit card purchases that we ran through our business machine (that is what the bank charges us.)\r\n\r\nIf you have any questions, please let us know.\r\n\r\nWe wish you all a very Happy Christmas and Joyous New Year!\r\n\r\npeace and care,\r\nCherri & Brian\r\n'), (1305, NULL, NULL, 'joe', 20061222, 110000, 20061220, 193508, 180, 2, 'E', 'P', 'sheliah', 'sheliah'), (1306, NULL, NULL, 'joe', 20061224, 140000, 20061221, 225740, 300, 2, 'E', 'P', 'parents in law', 'parents in law'), (1307, NULL, NULL, 'joe', 20061225, 100000, 20061221, 225819, 300, 2, 'E', 'P', 'parents xmas', 'parents xmas'), (1308, NULL, NULL, 'joe', 20061231, 170000, 20061221, 225954, 300, 2, 'E', 'P', 'mary casey', 'mary casey '), (1310, NULL, NULL, 'joe', 20070127, 100000, 20061222, 233708, 360, 2, 'E', 'P', 'pal 10-4', 'pal 10-4'), (1286, NULL, NULL, 'joe', 20070108, 190000, 20070101, 103232, 240, 2, 'E', 'P', 'impact board meeting / mono lake cards for ks', 'impact board meeting / mono lake cards for KS'), (1309, NULL, NULL, 'joe', 20070106, 100000, 20070101, 103155, 360, 2, 'E', 'P', 'pal 10-4 (put mono lake cards in car)', 'pal 10-4\r\n'), (1311, NULL, NULL, 'joe', 20070201, 170000, 20061228, 4418, 0, 2, 'E', 'P', 'sarah''s casa graduation', 'sarah''s casa graduation'), (1312, NULL, NULL, 'joe', 20070107, 130000, 20070107, 4833, 360, 2, 'E', 'P', 'patti', 'patti '), (1313, NULL, NULL, 'joe', 20070223, 190000, 20061230, 143240, 180, 2, 'E', 'P', 'caeli party', '11:31:33) caeli@sbcglobal.net: COOL!\r\n(11:31:45) caeli@sbcglobal.net: it starts at 7 and goes till whenever\r\n(11:32:07) caeli@sbcglobal.net: our new addy is 1252 Dorothy Ave., San Leandro, 94578\r\n(11:32:18) caeli@sbcglobal.net: here is my number if you have any questions\r\n(11:32:23) caeli@sbcglobal.net: 510-409-5989'), (1314, NULL, NULL, 'joe', 20070313, 180000, 20070102, 112759, 240, 2, 'E', 'P', 'sharks game, better go or chris will be pissy', 'sharks game, better go or chris will be pissy'), (1315, NULL, NULL, 'joe', 20070105, 113000, 20070103, 40452, 360, 2, 'E', 'P', 'l window', 'bc'), (1316, NULL, NULL, 'joe', 20070207, 100000, 20070205, 104516, 360, 2, 'E', 'P', 'sheliah', 'sheliah'), (1317, NULL, NULL, 'mary', 20070114, -1, 20070103, 162153, 0, 2, 'E', 'P', 'period due', 'period due'), (1318, NULL, NULL, 'mary', 20061231, -1, 20070103, 162310, 0, 2, 'E', 'P', 'ewm', 'ewm'), (1319, NULL, NULL, 'mary', 20061227, -1, 20070103, 162337, 0, 2, 'E', 'P', '1', '1'), (1320, NULL, NULL, 'mary', 20061228, -1, 20070103, 162418, 0, 2, 'E', 'P', '1', '1'), (1321, NULL, NULL, 'mary', 20061229, -1, 20070103, 162457, 0, 2, 'E', 'P', '1', '1'), (1322, NULL, NULL, 'mary', 20061230, -1, 20070103, 162521, 0, 2, 'E', 'P', '2, I', '2, I'), (1323, NULL, NULL, 'joe', 20070108, 123000, 20070103, 173004, 120, 2, 'E', 'P', 'dita', 'dita'), (1324, NULL, NULL, 'mary', 20070124, 103000, 20070103, 194045, 60, 2, 'E', 'P', 'Dr. Miller', 'Dr. Miller - pelvic'), (1325, NULL, NULL, 'mary', 20070209, -1, 20070103, 194409, 0, 2, 'E', 'P', 'period due', 'period due'), (1326, NULL, NULL, 'mary', 20070126, 80000, 20070131, 164829, 0, 2, 'E', 'P', 'o expected', 'o'), (1327, NULL, NULL, 'joe', 20070104, 113000, 20070103, 200733, 180, 2, 'E', 'P', 'planning mtg, pete z', 'planning mtg, pete z'), (1328, NULL, NULL, 'joe', 20070111, 163000, 20070104, 134038, 80, 2, 'E', 'P', 'sex survey', ' \r\nWe would be very pleased to speak with you on Thursday, January 11 at 4:30 pm (PST), 7:30 pm (EST). Thank you very much for your cooperation with the scheduling process. I look forward to speaking with you soon.\r\n \r\nSincerely,\r\nDana Ménard\r\n'), (1329, NULL, NULL, 'joe', 20070112, 100000, 20070104, 184947, 600, 2, 'E', 'P', 'date rebekah', 'date rebekah'), (1330, NULL, NULL, 'joe', 20070518, -1, 20070105, 180326, 0, 2, 'M', 'P', 'propanel rental', 'I contacted you last year about renting your booth for a show and it was\r\nalready reserved. Thought I would try again. How is the weekend of May\r\n19-20, 2007 looking?\r\n\r\nPlease let me know at your convenience.\r\n\r\nMany Thanks,\r\nLaura Deem\r\n\r\nLaura Deem \r\n\r\n\r\nLaura\r\nCell 650-862-5525'), (1331, NULL, NULL, 'joe', 20070516, 90000, 20070217, 180214, 720, 2, 'M', 'P', 'rick workshop', 'rick workshop\r\n\r\nreservations made at the Palm Hotel in Orick\r\nfor the nights of 16,17,18,19'), (1332, NULL, NULL, 'joe', 20070511, 80000, 20070106, 191917, 720, 2, 'M', 'P', 'SVOS 2007', 'SVOS 2007'), (1334, NULL, NULL, 'joe', 20070609, 130000, 20070106, 193359, 600, 2, 'M', 'P', 'san mateo coast workshop', 'san mateo coast workshop'), (1336, NULL, NULL, 'mary', 20070116, 93000, 20070110, 171912, 60, 2, 'E', 'P', 'Bentham - Zoe, DJ', 'Both dogs: Shots\r\nDJ: Follow-up\r\nZoe: Behavioral'), (1337, NULL, NULL, 'mary', 20070117, 90000, 20070117, 181809, 75, 2, 'M', 'P', 'Geography 2', '30273 GEOG 2 001 3.00 Cultural Geography Chabot College \r\n Jan 16, 2007 May 25, 2007 MW 09:00 am - 10:15 am bldg C500 rm 506 \r\n Instructor(s): DONALD PLONDKE '), (1338, NULL, NULL, 'joe', 20070228, 170000, 20070110, 184833, 0, 2, 'E', 'P', 'all hands', 'Happy New Year Everyone (when can I stop saying that? ;)\r\n \r\nPlease save the date for our next quarterly all-staff meeting.\r\n \r\nWednesday, Feb 28th, 7-9pm at a San Fran location to be determined (if you have cheap or free space ideas please send them my way - need room for 20-30 people).\r\n \r\nWe''ll hear from Kris and Katie about the workshop they attended re: working with transgender clients, discuss our progress on finding a new training center space, and various class and training issues.\r\n \r\nThanks and I look forward to seeing you all then if I don''t see you at a Public Celebration first.\r\n \r\nNOTE: I will be whitewater rafting in Costa Rica from tomorrow until Jan 22nd so will not be accessible via phone or email or even telepathy (leave brain home too!).\r\n \r\nCheers!\r\nErica\r\n\r\nErica Neuman, MS\r\nExecutive Director\r\nIMPACT Bay Area\r\n146 E. 12th Street\r\nOakland, CA 94606'), (1339, NULL, NULL, 'joe', 20070203, 110000, 20070111, 113523, 240, 2, 'M', 'P', 'possible budget mtg', 'possible budget mtg'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (1340, NULL, NULL, 'joe', 20070203, 190000, 20070111, 113800, 240, 2, 'E', 'P', 'ruth c''s party', 'Ruth Costantini \r\nto Karen\r\n \r\nshow details\r\n 11:47 pm (8 hours ago) \r\nIt has been a while since we last had a party. Our current excuse is\r\nthat Ken Schwartz and I have moved into a house in Oakland. Well "moved\r\nin" is a bit strong, but at least we are moved enough to host a\r\nhousewarming party. So, you should come and help make the place feel\r\nmore homey.\r\n\r\nWe will provide some snacks, and you are encouraged to bring something\r\nto share. If you want real food there is a very nice gas grill in the\r\nbackyard (which is great unless it''s raining). Feel free to crash here\r\nif you are too drunk/tired/excited/having-too-much-fun to drive. If you\r\nknow you''ll want crash space let us know and we''ll do our best to\r\naccommodate you.\r\n\r\nWe have space for a dance floor, and the dancers amongst you are\r\nencouraged to bring music to dance along to.\r\n\r\nIt will also be the Japanese holiday of Spring Setsubun. It is\r\ncustomary to hang fish heads and holly leaves on the door for this day.\r\nIt is also custom to dine on maki-sushi and to eat one soybean for each\r\nyear old you are (plus one for good luck). So, if you need another\r\nexcuse to celebrate you can eat sushi and help hang fish heads.\r\n\r\nSaryn will be here, and kids are welcome. Please RSVP for a rough head\r\ncount. If there are folks you think we should meet, or might not\r\nremember to invite, bring them along. Hope to see you there.\r\n\r\n-Ruth and Kenny\r\n\r\n\r\n\r\nWhen: Saturday, February 3, starting around 7pm and running until\r\neveryone goes home (so this thing could last for days).\r\n\r\nWhere: 3301 Partridge Ave, Oakland, CA 94605. Look for the zebra truck\r\nand the giraffe van.\r\n\r\n From the North- take the Edwards exit from 580. Take the second left,\r\nonto Sunkist. Follow Sunkist until you come to a fork in the road, then\r\nstay right, onto Michigan. Our house is at the end of the road on the left.\r\n\r\n From the South- take the Keller exit from 580. Take a left onto\r\nMountain Blvd. *Do not* turn onto Keller, as you will get lost in a\r\nmaze of twisty streets, all alike. Instead continue on Mountain, and\r\nturn left onto Edwards. Then take the second left, onto Sunkist.\r\nFollow Sunkist until you come to a fork in the road, then stay right,\r\nonto Michigan. Our house is at the end of the road on the left.\r\n\r\nIf you get lost in the narrow, windy roads around here you can call the\r\nhouse at (510)633-5740.'), (1341, NULL, NULL, 'joe', 20070204, 170000, 20070113, 143636, 0, 2, 'E', 'P', 'super bowl party/dadek?', 'super bowl party/dadek?'), (1342, NULL, NULL, 'joe', 20070127, -1, 20070116, 232640, 0, 2, 'E', 'P', 'b''day party caeli (not going unless intro session dies)', 'b''day party caeli (not going unless intro session dies)'), (1343, NULL, NULL, 'mary', 20070113, 80000, 20070117, 181159, 0, 2, 'E', 'P', 'period started', 'period started'), (1344, NULL, NULL, 'mary', 20070125, 113000, 20070117, 181414, 120, 2, 'E', 'P', 'dentist', 'jan. 25, 2007 11:30\r\nhttp://community.livejournal.com/eastbay/221537.html?thread=460129#t460129'), (1345, 1337, NULL, 'mary', 20070523, 90000, 20070117, 181644, 75, 2, 'E', 'P', 'Geography 2 - FINAL', '30273 GEOG 2 001 3.00 Cultural Geography Chabot College \r\n Jan 16, 2007 May 25, 2007 MW 09:00 am - 10:15 am bldg C500 rm 506 \r\n Instructor(s): DONALD PLONDKE '), (1346, NULL, NULL, 'mary', 20070417, -1, 20070117, 190928, 0, 2, 'E', 'P', 'mary gets old', 'Birthday. :)'), (1347, NULL, NULL, 'mary', 20070208, -1, 20070117, 191321, 0, 2, 'E', 'P', 'period due', 'period due'), (1348, NULL, NULL, 'joe', 20070203, 200000, 20070117, 214648, 360, 2, 'E', 'P', 'bethday', 'Sat, 03 Feb 2007, 8:00pm to 2,3,4+am '), (1349, NULL, NULL, 'joe', 20070210, 100000, 20070117, 215542, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1350, NULL, NULL, 'joe', 20070217, 100000, 20070122, 175002, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1351, NULL, NULL, 'joe', 20070331, 160000, 20070117, 221114, 480, 2, 'E', 'P', 'patti sex party', 'patti sex party'), (1352, NULL, NULL, 'joe', 20070527, -1, 20070118, 155756, 0, 2, 'M', 'P', 'mary and casey are in boston', 'mary and casey are in boston'), (1353, NULL, NULL, 'joe', 20070131, 190000, 20070122, 175538, 120, 2, 'E', 'P', 'dinner v', 'dinner v'), (1354, NULL, NULL, 'joe', 20071004, -1, 20070122, 234741, 0, 2, 'M', 'P', 'mono fall photography', 'official workshop dates 5-7'), (1355, NULL, NULL, 'joe', 20070303, 100000, 20070123, 12649, 360, 2, 'E', 'P', 'PAL 10=4', 'PAL 10=4'), (1356, NULL, NULL, 'joe', 20070310, 100000, 20070123, 12710, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1357, NULL, NULL, 'joe', 20070401, 100000, 20070123, 12745, 360, 2, 'E', 'P', 'PAL 10-4', 'yes, really sunday'), (1358, NULL, NULL, 'joe', 20070228, 100000, 20070123, 13124, 300, 2, 'E', 'P', 'teacher and student work drop-off', 'The Pacific Art League is delighted to present a show of recent work by PAL instructors in the Norton Studio during the month of March 2007. Titled: Teacher and Subject, this show will invite works no more than 6 months old.\r\n\r\n \r\n\r\nWe hope you will consider submitting work to this show. It will be neither juried nor judged, and will be hung on a first come first served basis if we have more work than we can hang. Two and Three dimensional artwork is welcomed.\r\n\r\nThe nice thing about this show is that it coincides with our March First Friday program, on March 2, which will feature our instructors in a format allowing prospective students to speak with each of you about your classes and your work. We hope you will take advantage of this program by reserving a spot for yourself! To reserve a spot or if you if you have any questions about the First Friday program, please contact Deb Killeen at 650-321-3891 x 11 .'), (1359, NULL, NULL, 'joe', 20070404, -1, 20070123, 14243, 0, 2, 'E', 'P', 'Rebekah''s b''day', 'Rebekah''s b''day'), (1360, NULL, NULL, 'joe', 20070126, 100000, 20070123, 144909, 600, 2, 'E', 'P', 'rebekah', 'rebekah'), (1361, NULL, NULL, 'joe', 20070316, 180000, 20070124, 2024, 240, 2, 'E', 'P', 'wet spots csc', 'wet spots csc'), (1362, NULL, NULL, 'joe', 20070407, 160000, 20070323, 142658, 540, 2, 'E', 'P', 'possilbe patti party', 'possilbe patti party'), (1363, NULL, NULL, 'joe', 20070210, 150000, 20070124, 5904, 300, 2, 'E', 'P', 'geri, dawn, joanne b''day', 'Hi all,\r\n\r\nWe will be having a birthday gaming gathering for Geri, Darla, Joanne and\r\nDawn A on Sat Feb 10th from 3pm through the evening. It will be held at\r\nthe Choirloft household, in Oakland.\r\n\r\nKids are welcome. If you want to bring along another adult, please drop me\r\na line and ask - thanks!\r\n\r\nPotluck offerings are encouraged... and if you can bring an item that\r\ndoesn''t have one or more of the following items in it, you''ll make someone\r\nhappy - meat, wheat, mushrooms, dairy, red pepper variants. Please label\r\nfood offerings with ingredients listings and/or the name of the person who\r\nmade it. Beverages are welcome too, esp juice, soda, water. Kimberly is\r\ngonna grace us with one or two of her awesome cakes, so we''re good on that\r\nfront.\r\n\r\nThe household has cats, so medicate accordingly, and please don''t let the\r\nblack and white one outside - thanks!\r\n\r\nWe have lots of board games, but feel free to bring more. Also bring your\r\ntowels for the hot tub, which will be on. The donation bucket will be out\r\nif you would like to kick in a contribution towards party costs, but we''d\r\nnever turn anyone away for lack of that.\r\n\r\nPlease RSVP so that we can get a sense of headcount - thanks! If you need\r\ndirections, drop me a line and let me know.\r\n\r\nSee you there,\r\nGeri, Darla, Dawn A, and Joanne\r\n'), (1364, NULL, NULL, 'joe', 20070125, 170000, 20070124, 130252, 0, 2, 'E', 'P', 'visit art21, reena at PAL, etc.', 'visit art21, reena at PAL, etc.'), (1365, NULL, NULL, 'joe', 20070131, 90000, 20070124, 144602, 0, 2, 'E', 'P', 'whispers cafe dropoff', 'I will put you in the schedule. Your show dates are:\r\nJanuary 31st to May 2nd, 2007. Delivery and pick up\r\ntime is at 9AM. I will need you to submit your list no\r\nlater than January 7th, 5pm.\r\n'), (1366, NULL, NULL, 'joe', 20070503, 90000, 20070502, 134519, 0, 2, 'E', 'P', 'whispers cafe pickup', 'I will put you in the schedule. Your show dates are:\r\nJanuary 31st to May 2nd, 2007. Delivery and pick up\r\ntime is at 9AM. I will need you to submit your list no\r\nlater than January 7th, 5pm.\r\n'), (1367, NULL, NULL, 'mary', 20070213, 93000, 20070125, 164706, 60, 2, 'E', 'P', 'mammogram', 'Dear Ms. Smith,\r\n\r\nYour mammogram appointment has been scheduled for Tuesday, February 13, 2007 at 9:30 a.m. The Radiology Department is located at 3200 Kearney Street, Fremont located on 1st floor.\r\n\r\nOn the day of your appointment, please do not apply deodorant, lotions, powder or creams on the breast or underarm area.\r\n'), (1368, NULL, NULL, 'mary', 20070212, 140000, 20070125, 182837, 60, 2, 'E', 'P', 'berkeley optometric group', 'BOG, 2 pm, eye exam'), (1369, NULL, NULL, 'mary', 20070124, 80000, 20070125, 182927, 0, 2, 'E', 'P', '2', '2'), (1370, NULL, NULL, 'mary', 20070123, 80000, 20070125, 183014, 0, 2, 'E', 'P', '1', '1, ewm'), (1371, NULL, NULL, 'mary', 20070122, 80000, 20070125, 182949, 0, 2, 'E', 'P', '1', '1'), (1372, NULL, NULL, 'mary', 20070125, 80000, 20070125, 183032, 0, 2, 'E', 'P', '2, i (am)', '2, i (am)'), (1373, NULL, NULL, 'joe', 20070429, 90000, 20070418, 173107, 720, 2, 'E', 'P', 'shine / mug-a-thon', 'Please mark your calendars (update them) with the FINAL SHINE! Mug-a-Thon 2007 Date of Sunday, April 29th at 1pm at the Women''s Building in San Fran (18th St between Valencia and Guerraro). The Newsletter date is wrong (not the 28th).'), (1374, NULL, NULL, 'joe', 20070202, 200000, 20070128, 3722, 240, 2, 'E', 'P', 'liana b''day', 'Hey, we''ve lived in San Francisco seven months and\r\nwe haven''t had a party. Help us fix that. Added\r\nincentive: Nick''s birthday is soon. I''ll be out of\r\nthe country on the actual day, so I''ll make up for\r\nit by throwing a last-minute party.\r\n\r\nFriday, Feb 2\r\n8pm - late\r\n2817 19th St\r\nSan Francisco\r\n\r\n19th between Florida & Bryant. Second floor, directly\r\nacross from the Universal Cafe. Plenty of street\r\nparking. 15-20 min walk from 16th or 24th St BART.\r\n\r\nRSVPs appreciated. Friends & partners are welcome.\r\n\r\n'), (1375, NULL, NULL, 'joe', 20070128, 190000, 20070128, 5319, 600, 2, 'M', 'P', 'battlestarrific', 'This week''s showing is after the monthly fanime staff meeting. I expect\r\nthat I''ll come home straight from there, so feel free to come over\r\nafter 6.\r\n\r\nWhen: Sun Jan 21, 7pm dinner, ~9pm showing\r\nWhat: Dinner and Taking a Break From All Your Worries\r\nWho: You!\r\nWhy: Eat! Drink! Be Merry!\r\n\r\nFood: Yes! We will have food!\r\n\r\nRemaining 2007 Broadcast Schedule:\r\nSun Jan 28: '), (1376, NULL, NULL, 'joe', 20070306, -1, 20070205, 164020, 0, 2, 'M', 'P', 'sacramento propanel rental', '916 736 3224 \r\npickup Tuesday 12 noon'), (1377, NULL, NULL, 'joe', 20070224, -1, 20070202, 15617, 0, 2, 'M', 'P', 'chris possibly gone in NYC, definitely gone sat/sun night', 'chris in NYC, fly out early 24th, return 5pmish 28th'), (1378, NULL, NULL, 'joe', 20070207, 190000, 20070130, 122656, 0, 2, 'E', 'P', 'patti', 'patti '), (1379, NULL, NULL, 'joe', 20070215, 100000, 20070131, 23725, 480, 2, 'E', 'P', 'oak museum trip', 'oak museum trip'), (1380, NULL, NULL, 'joe', 20070201, 100000, 20070131, 142545, 0, 2, 'E', 'P', 'dmv appintment', 'Bestest,\r\nCancel if necessary, but I checked and this was the earliest appt at the three closest offices. Just during the time I was checking, SJ availability moved from 9:45 to 10:00am. No appts at Santa Clara until Feb 6th. I figured I''d reserve a time because I think it is faster if you have an appt.\r\n\r\n\r\nYour appointment has been\r\nConfirmed\r\nYour confirmation number is 5160201071000\r\n\r\nAppointment Details:\r\nOffice: SAN JOSE\r\nLocation: 111 W ALMA\r\nSAN JOSE, CA\r\nSee Street Map\r\nDate: Thursday, February 1, 2007\r\nTime: 10:00 AM\r\nPurpose: Register or title a vehicle or vessel.\r\nName(s): JOSEPH DECKER\r\nTelephone #: (408) 439 - 2963'), (1381, NULL, NULL, 'mary', 20070215, 100000, 20070131, 164948, 360, 2, 'E', 'P', 'Oakland museum', 'amphibian talk at 12:30\r\n\r\nTime vague, we certainly won''t be there all day.'), (1382, NULL, NULL, 'mary', 20070303, -1, 20070131, 165016, 0, 2, 'E', 'P', 'Casey''s birthday', 'Casey''s birthday'), (1383, NULL, NULL, 'joe', 20070410, -1, 20070205, 25229, 0, 2, 'M', 'P', 'rebekah out of town in hawaii', 'rebekah out of town in hawaii'), (1384, NULL, NULL, 'joe', 20070317, 210000, 20070205, 30830, 0, 2, 'E', 'P', 'wet spots mission ?', 'wet spots mission ? '), (1385, NULL, NULL, 'joe', 20070224, 80000, 20070222, 212820, 60, 2, 'E', 'P', 'pronpanel rental jackie', 'weeekend of the 24th\r\n510 915 0071'), (1386, NULL, NULL, 'mary', 20070216, 143000, 20070207, 141405, 75, 2, 'E', 'P', 'dr. burrs', 'Second floor, old building, PAMF fremont\r\n(actual time of appt 2:45, we should be there by 2:30)\r\n\r\n'), (1387, NULL, NULL, 'mary', 20070220, 80000, 20070207, 190701, 0, 2, 'E', 'P', 'expect o', 'expect o'), (1388, NULL, NULL, 'mary', 20070221, 80000, 20070207, 190813, 0, 2, 'E', 'P', 'expect o', 'expect o'), (1389, NULL, NULL, 'joe', 20070210, 210000, 20070207, 202047, 0, 2, 'E', 'P', 'monochrome party', 'http://www.discordian.com/autumn/party.html'), (1390, NULL, NULL, 'joe', 20070216, 80000, 20070208, 123951, 0, 2, 'E', 'P', 'panel rental', 'panel rental'), (1391, NULL, NULL, 'joe', 20070224, 90000, 20070208, 204608, 720, 2, 'M', 'P', 'rebekah', 'rebekah'), (1392, NULL, NULL, 'joe', 20070224, 140000, 20070208, 205520, 540, 2, 'E', 'P', 'rj''s housewarming (ng?0', 'Why: Ruth Anne, RJ and Robin moved to San Francisco!\r\nWhere: 2694 19th Ave, San Francisco\r\nOn: February 24, 2007\r\nStarting at: 2 P.M. until Late\r\n\r\nWe think we finally have most of our stuff unpacked and all the little\r\nissues resolved, so it''s time to have a party and show off our new\r\n(rented) house!\r\n\r\nBring:\r\n\r\n* Yourself, your household, your SOs.\r\n If there is someone you''d like to invite, please drop me a line so I\r\n may send them an invitation.\r\n\r\n* A pot-luck favorite to share** (something YOU can eat).\r\n\r\n* Your own bread. When we buy bread, we have tons left over, and we\r\n can''t eat it.\r\n\r\n* Musical instruments\r\n\r\n* Games\r\n\r\n* Your own diet drinks\r\n (I will have lots of seltzer and some amount of Diet Cola but if\r\n you prefer something else, you''ll need to bring it.)\r\n\r\n**A note about leftovers: I have a gluten intolerance, and RJ and Robin\r\ncan''t eat every wheat-laden leftover. You may be asked to take your\r\nleftovers home.\r\n\r\nKids are welcome; be forwarned that neither the house nor the back\r\nyard are child-proof.\r\n\r\nAlcohol is OK, but this isn''t a drunken party.\r\n\r\nThere are no pets in residence, and please dont bring any.\r\n\r\nNo smoking in the house, or on the front steps, or in the back yard.\r\n\r\nCrash space may be available; please inquire when you RSVP.\r\n\r\nIf you get this message more than once, dispose of the extras in an\r\nenvironmentally responsible manner (and let me know which is your\r\npreferred email address! :)\r\n\r\nRSVPs to raladue@xocolatl.com or (415)682-8246 are appreciated, but not\r\nrequired.\r\n\r\n--Ruth Anne, RJ, and Robin\r\n\r\nDirections to 2694 19th Ave, San Francisco (415)682-8246\r\n\r\nIf you know how to get to Stern Grove, then head there. We''re just 1\r\n(long) block north.\r\n\r\nWe strongly recommend taking public transportation (MUNI), especially if\r\nyou live in SF. We are 3 blocks from the L Taravel line, and about 6 long\r\nblocks from the K Ingleside and M Oceanview lines. The 23 Monterey stops\r\nat 19th and Sloat, and the 28 stops at 19th Ave and Wawona. If you''re\r\ntaking BART from the Peninsula, get off at the Daly City station and take\r\nthe 28. If you are coming from the East Bay, get off BART at Embarcadero\r\nstation and take a K, L, or M, or get off at the Glen Park station and\r\ntake a 23.\r\n\r\nWalking from:\r\nL Taravel: get off at Taravel and 19th Ave, and walk south\r\ndown 19th Ave 3 blocks.\r\nK Ingleside, M Oceanview: get off at St Francis Circle, walk west down\r\nSloat Blvd to 19th Ave, turn right and walk north\r\nto Wawona.\r\n23 Monterey: get off at 19th Ave, and walk north up 19th Ave to\r\nWawona.\r\n28 19th Ave: get off at 19th Ave and Wawona.\r\n\r\nIf you drive, please send email to request detailed directions - I decided\r\nthat including them here was a bit ridiculous once it got to be 3 screens\r\nlong. As for parking, we *strongly discourage* you from parking on 19th\r\nAve. Traffic is often very heavy and moves fast. We recommend that you\r\npark on Wawona or 20th Ave.'), (1393, NULL, NULL, 'joe', 20070214, 120000, 20070208, 211231, 0, 2, 'E', 'P', 'deb sendoff', 'Please RSVP so we can plan accordingly.\r\n\r\n \r\n\r\nStephanie Demos\r\n\r\nPresident/Executive Director\r\n\r\n \r\n\r\nPacific Art League\r\n\r\n668 Ramona Street\r\n\r\nPalo Alto, CA 94301\r\n\r\n650-321-3891 x 15\r\n\r\nfax: 650-321-3617\r\n\r\n \r\n\r\nwww.pacificartleague.org\r\n\r\n \r\n\r\n \r\n\r\nFrom: Stephanie Demos [mailto:stephanie.demos@pacificartleague.org]\r\nSent: Tuesday, January 30, 2007 6:15 PM\r\nTo: Aruna Gambhir; ''Bardia Behravesh''; cnast@enterprisecatalyst.com; Claudia J Morgan (claudjmo@gmail.com); (Donnasue@paws4art.com); John Eaton (John_eaton@agilent.com); Karen Donaldson (kddonaldson@jps.net); Ka (katiecooney@mindspring.com); Kit Golson (she@redchris.com); Linda Adreveno (ladreveno@hotmail.com); Maria Koretz (mkoretz@comcast.net); Natasha French; Reena Sakaria (reena.sakaria@pacificartleague.org); Rob Parish (rparish@kw.com); Sandy Withers (sandywithers@hotmail.com); Tracy Jen (tracy.jen@pacificartleague.org); Werner Glinka (wg@wernerglinka.com); ''office@pacificartleague.org''; ''catrina.germano@pacificaartleague.org''; Karen Gutfreund (karengutfreund@yahoo.com); Cherise Thompson; ''Ashley Glazebrook''\r\nCc: ''deb.killeen@pacificartleague.org''\r\nSubject: A Sweetheart of a Send-off for Deb!\r\n\r\n \r\n\r\nAs you may have heard by now, after a decade of wearing many hats at the Art League, Deb Killeen is leaving to return to school at San Jose State. Deb’s last day will be Thursday, February 15. \r\n\r\n \r\n\r\nWe hope you will join us on Valentine’s Day – February 14 – at noon to wish Deb all the best in her new endeavors. \r\n\r\n \r\n\r\nWe’ll be serving lunch upstairs in the Norton Gallery and would greatly appreciate your RSVP (stephanie.demos@pacificartleague.org) to be sure there’s enough for everyone. \r\n\r\n \r\n\r\nStephanie Demos\r\n\r\nPresident/Executive Director\r\n\r\n \r\n\r\nPacific Art League\r\n\r\n668 Ramona Street\r\n\r\nPalo Alto, CA 94301\r\n\r\n650-321-3891 x 15\r\n\r\nfax: 650-321-3617\r\n\r\n \r\n\r\nwww.pacificartleague.org\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n'), (1394, NULL, NULL, 'joe', 20070428, 180000, 20070209, 125352, 240, 2, 'E', 'P', 'ppp', 'ppp'), (1395, NULL, NULL, 'mary', 20070209, -1, 20070209, 145505, 0, 2, 'E', 'P', 'period started', '11 am\r\nept -'), (1396, NULL, NULL, 'mary', 20070307, -1, 20070209, 145815, 0, 2, 'E', 'P', 'period due', 'period due'), (1397, NULL, NULL, 'mary', 20070308, -1, 20070209, 150120, 0, 2, 'E', 'P', 'period due', 'period due'), (1398, NULL, NULL, 'mary', 20070222, -1, 20070209, 150213, 0, 2, 'E', 'P', 'expect o', 'expect o'), (1399, NULL, NULL, 'joe', 20070319, 190000, 20070213, 15840, 240, 2, 'E', 'P', 'emeralds, japan nite at the independent sf, need ttix if R and I want to go', 'emeralds, japan nite at the independent sf, need ttix if R and I want to go'), (1400, NULL, NULL, 'joe', 20070306, 80000, 20070213, 121339, 0, 2, 'E', 'P', 'joel zero''s bday', 'joel zero''s bday'), (1401, NULL, NULL, 'joe', 20070504, 90000, 20070213, 145825, 120, 2, 'M', 'P', 'propanel rental', 'cell 408 981 6379'), (1402, NULL, NULL, 'joe', 20070218, 170000, 20070215, 105838, 0, 2, 'E', 'P', 'Jonathan Coulton (g?)', '\r\nJonathan Coulton\r\nhttp://eventful.com/events/E0-001-002492583-8\r\nSunday, February 18, 2007 8:00 PM\r\nCafe\r\ndu Nord\r\n2170 Market Street\r\nSan Francisco, California 94114\r\nUnited States'), (1403, NULL, NULL, 'joe', 20070219, 170000, 20070216, 130527, 300, 2, 'E', 'P', 'bbq', 'bbq '), (1404, NULL, NULL, 'joe', 20070303, 170000, 20070217, 22810, 0, 2, 'E', 'P', 'casey b''day dinner', 'casey b''day dinner'), (1405, NULL, NULL, 'joe', 20070221, 100000, 20070219, 152622, 300, 2, 'E', 'P', 'artwork photography', '650 387 3833\r\n20 pieces\r\nann diaz'), (1406, NULL, NULL, 'joe', 20070220, 110000, 20070219, 154319, 60, 2, 'E', 'P', 'buy slide film', 'buy slide film'), (1407, NULL, NULL, 'joe', 20060401, 0, 20070220, 122225, 0, 2, 'M', 'P', 'PACIFIC HEARING CENTER', '496 1st St., Los Altos, CA 94022\r\n13'' wall in reception, 4 medium-large works\r\nSite coord Judith Simon 650 948 2126'), (1408, NULL, NULL, 'joe', 20060301, 0, 20070220, 122312, 0, 2, 'M', 'P', 'PREP FOR PACIFIC HEARING CENTER SHOW', 'PREP FOR PACIFIC HEARING CENTER SHOW'), (1409, NULL, NULL, 'joe', 20070318, 180000, 20070225, 184256, 0, 2, 'E', 'P', 'self-bondate class at csc (NG?)', 'Self-bondage\r\nWith Lenora\r\n$15\r\nSunday March 18th\r\n6-8pm class, 8-11pm practice time\r\nCenter for Sex and Culture\r\n290 Division # 405 @ 10th, S.F., CA\r\nPlease RSVP to loki68@mindspring.com, class size will be limited.\r\nA more complete description to follow.'), (1410, NULL, NULL, 'joe', 20070428, 170000, 20070414, 93416, 0, 2, 'E', 'P', 'tyrsalvia''s b''day party', 'http://www.discordian.com/autumn/party.html\r\n\r\nsave the date - april 28th - birthday party\r\n[info]tyrsalvia\r\n2/25/07 04:41 pm\r\n[protected]\r\nAdd to Memories Track This\r\n+party\r\n\r\nMy birthday party will be April 28th. I''ll be 29. No official invite yet, but the last one was all last minute, so I''m pointing this out now. :}\r\nAdd to Memories Track This\r\n\r\n * 1 comment\r\n * Leave a comment\r\n\r\n'), (1411, NULL, NULL, 'joe', 20070428, 190000, 20070225, 211307, 240, 2, 'E', 'P', 'beltane ritual/party', 'http://deedeebythebay.livejournal.com/1418187.html'), (1412, NULL, NULL, 'joe', 20070309, 110000, 20070226, 124539, 360, 2, 'E', 'P', 'lauren', 'lauren'), (1413, NULL, NULL, 'mary', 20070218, -1, 20070228, 143621, 0, 2, 'E', 'P', 'ewm', 'ewm'), (1414, NULL, NULL, 'mary', 20070219, -1, 20070228, 143652, 0, 2, 'E', 'P', '1 + 1 slight', '1 + 1 slight'), (1415, NULL, NULL, 'mary', 20070220, -1, 20070228, 143706, 0, 2, 'E', 'P', '1', '1'), (1416, NULL, NULL, 'mary', 20070221, -1, 20070228, 143842, 0, 2, 'M', 'P', '1', '1'), (1417, NULL, NULL, 'mary', 20070304, -1, 20070228, 143939, 0, 2, 'E', 'P', 'p due', 'p'), (1418, NULL, NULL, 'joe', 20070407, 0, 20070301, 204300, 300, 2, 'E', 'P', 'ee hunt and wake for jesus (ng)', 'This year Nightshade and I are celebrating the Easter Season with two events...\r\n\r\nFirst is an Easter Egg Hunt at House Farmount with goodies ranging from a Magic 8 Ball to a 1/2 ounce gold Krugerrand!\r\n\r\nhttp://www.farmount.com/ee_hunt/\r\n\r\nThen come on down the mountain to my house for the Wake for Jesus and join us as we mourn the passing of Jesus in silly fashion! \r\n\r\nhttp://www.bagelfather.com/wakeforjesus/wwjd.htm\r\n\r\nThere are links on both pages for the RSVP!'), (1333, NULL, NULL, 'joe', 20070521, 90000, 20070303, 183350, 720, 2, 'M', 'P', 'lost coast extension window', 'Beachcomber Inn, Shelter Cove\r\n\r\nArrive evening of 20th\r\nStay evenings of 21, 22nd\r\nDepart 23rd\r\n\r\n'), (1419, NULL, NULL, 'joe', 20070407, 190000, 20070303, 220422, 300, 2, 'E', 'P', 'olymouth''s b''day', 'Saturday, April 7, 4:00pm\r\n\r\nhttp://www.geographile.com/mary/webcalendar/week.php?date=20070407'), (1420, NULL, NULL, 'joe', 20070909, 80000, 20070304, 152637, 0, 2, 'M', 'P', 'rick''s ''short week in slickrock'' workshop (g?)', 'Under development: A SHORT WEEK IN SOUTHERN UTAH\r\nSeptember 9-13\r\n$495\r\n\r\nThis seminar - still under development - is scheduled September 9-13 and will concentrate in south-central Utah''s Escalante/Capital Reef region, including the Burr Trail, archeological sites along the San Rafeal Swell, and other lesser-known treasures. We''ll have a stationary base location somewhere between Boulder and Hanksville. To those in the know, I promise there will be least one meal stop at the amazing Hells Backbone Grille! Tuition is $495; a fully refundable $100 deposit will hold a spot until August 1st.REGISTER!'), (1421, NULL, NULL, 'joe', 20070917, 190000, 20070817, 230209, 180, 2, 'M', 'P', 'DSLR Class', 'DSLR Class'), (1422, NULL, NULL, 'joe', 20070428, 100000, 20070305, 210552, 360, 2, 'E', 'P', 'PAL 104', 'PAL 104'), (1423, NULL, NULL, 'joe', 20070505, 100000, 20070305, 210654, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1424, NULL, NULL, 'joe', 20070526, 100000, 20070305, 210734, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1425, NULL, NULL, 'joe', 20070306, 110000, 20070306, 22535, 0, 2, 'E', 'P', 'get drapery hooks', 'get drapery hooks'), (1426, NULL, NULL, 'joe', 20070306, 120000, 20070306, 22611, 0, 2, 'E', 'P', 'propanel rental', 'propanel rental '), (1427, NULL, NULL, 'joe', 20070309, 180000, 20070306, 24054, 300, 2, 'E', 'P', 'possible rebek', 'possible rebek'), (1428, NULL, NULL, 'joe', 20070311, 130000, 20070306, 114611, 480, 2, 'E', 'P', 'possible mary v', 'possible mary v'), (1429, NULL, NULL, 'mary', 20070317, 80000, 20070306, 124602, 300, 3, 'E', 'R', 'please keep this day flexible', '[09:40] marylicious: Just fyi, there''s a small chance that I''ll ovulate on March 17, it''s a good idea to keep that Saturday flexible because if I have to go to Portola Valley, you have to come too. But I''m thinking that if we do, we can kill part of time time between specimening and the IUI here, or go afterwards: http://www.ricksicecream.com/\r\n[09:40] caseyzero: Okay. Tell me again when I''m coherent, please? :)'), (1430, NULL, NULL, 'joe', 20070324, 190000, 20070307, 14819, 0, 2, 'E', 'P', 'possible suny party', 'possible suny party for suny'), (1431, NULL, NULL, 'joe', 20070519, -1, 20070307, 195034, 0, 2, 'E', 'P', 'Pat G. at PAL', 'Pat G. at PAL'), (1432, NULL, NULL, 'joe', 20070311, 80000, 20070308, 221418, 240, 2, 'E', 'P', 'cactus garden shoot', 'cactus garden shoot'), (1433, NULL, NULL, 'joe', 20070312, 90000, 20070310, 14005, 180, 2, 'E', 'P', 'lia in the morning', 'lia in the morning'), (1434, NULL, NULL, 'joe', 20070601, 80000, 20070314, 142950, 0, 2, 'M', 'P', 'propanel rental', 'Hi Joe--It''s that time of year again and I want to make sure I can\r\nrent the panels from you for the first week end in June for the\r\nAVArtfest June 2 & 3, 2007. If you could e-mail me your answer, I\r\nwould really appreciate it. Looking forward to hearing from you,\r\nCarolyn\r\n\r\nCarolyn Amerian\r\ncamerian1@comcast.net'), (1435, NULL, NULL, 'joe', 20070402, 100000, 20070314, 151220, 0, 2, 'E', 'P', 'start building pieces for "Wide Open Spaces"', 'Note: Please review your information carefully. You make changes by\r\nclicking on the ''Change'' button located at the bottom of the page or\r\nby clicking ''back'' on your your browser. Press ''Submit once the\r\ninformation is complete and accurate. Thank you!\r\nArtist Name : Joe Decker\r\nE-mail : joe@rockslidephoto.com\r\nPhone : 408 439 2963\r\nCell Phone: 408 439 2963\r\nRe-enter Password*:\r\nVenue Name : Mezzanine Gallery at Hotel Triton, 342 Grant Avenue, SF\r\nOther:\r\nTitle of Show : Wide Open Spaces\r\nDelivery Date: May 2 2007\r\nDelivery Time: 1 : 01 am\r\nPickup Date: June 12 2007\r\nPickup Time: 1 : 01 am\r\n Category Title Media Height Width Depth Year Retail Price\r\nLandscape/Seascape/Cityscape Red Peak, Greenland Chromogenic Print\r\n 23 18 1 2006 525\r\nLandscape/Seascape/Cityscape Shafts, Hedge Creek Falls Chromogenic\r\nPrint 18 23 1 2006 525\r\nLandscape/Seascape/Cityscape Monaco Glacier at Sunset Chromogenic\r\nPrint 18 23 1 2006 525\r\nLandscape/Seascape/Cityscape Pond and Drake\\''s Estero, Mount Vision\r\n Chromogenic Print 18 23 1 2006 525\r\nNumber of postcards requested for your mailing list: 20'), (1436, NULL, NULL, 'joe', 20070502, 100000, 20070319, 204050, 0, 2, 'E', 'P', 'wide open spaces delivery', 'Venue Name : Mezzanine Gallery at Hotel Triton, 342 Grant Avenue, SF\r\nTitle of Show : Wide Open Spaces\r\nDelivery Date: May 2 2007\r\nPickup Date: June 13 2007\r\n\r\nHi Joe,\r\n\r\nFor this show, I''d like to confirm:\r\n\r\nRed Peak, Greenland\r\n\r\n\r\n'), (1443, NULL, NULL, 'joe', 20070407, 90000, 20070320, 121102, 360, 2, 'E', 'P', 'yard day at mary''s', '\r\nApril 7 and/or 8: Yard work day at our house. This will be at least me and [info]deyo. If you are able to help us (have offered to lend us something or provide muscle), please indicate which of those days work best for you, we''ll schedule around that.'), (1444, NULL, NULL, 'joe', 20070506, 150000, 20070322, 160919, 360, 2, 'E', 'P', 'possible rick bbq', 'possible rick bbq'), (1445, NULL, NULL, 'joe', 20070414, 80000, 20070320, 121225, 480, 2, 'E', 'P', 'April 14 in Davis: Picnic Day. g?', '\r\nApril 14 in Davis: Picnic Day. I think it makes sense to meet at our house in the 8 or 9 range (though folks can drive up separately, most of us have cell phones for meeting-up ease), forego the Chemistry Magic Show (one really should live in Davis to make that work), get up there, wander around, then wander home when we''re all tired. I have no doubt that I will need my scooter for that. No RSVP needed, I''ll want to go regardless, but if we''re meeting here/carpooling then it''d be nice if we all knew that, for coordination, and eventually, we should swap cell numbers.\r\n'), (1437, NULL, NULL, 'joe', 20070613, 90000, 20070319, 203724, 0, 2, 'E', 'P', 'wide open spaces pickup', 'wide open spaces pickup'), (1438, NULL, NULL, 'joe', 20070328, 80000, 20070315, 22131, 300, 2, 'E', 'P', 'sofa cleaning', 'sofa cleaning'), (1439, NULL, NULL, 'joe', 20070321, 190000, 20070319, 4201, 240, 2, 'E', 'P', 'jim tubbing', 'jim tubbing'), (1440, NULL, NULL, 'joe', 20070324, 170000, 20070319, 120830, 0, 2, 'E', 'P', 'laurie''s show, 7-9pm', 'Silver/Silicon Exhibition\r\n\r\nPosted in Laurie and Debbie''s blog Leave a Comment »\r\nMarch 17th, 2007\r\n\r\n\r\nLaurie says:\r\n\r\nAs you know I just finished Women of Japan, and boy, has that not sunk in yet. Because I’ve spent the last two years intensely working on this project, I’ve had little exhibition during that time.\r\n\r\nMy first exhibition back is “Silver/Silicon” at Back to the Picture (details below). The show is a conversation between Elena Anaya, Sonia Gresham, Lynnly Labovitz, Trish Tunney and me about dark room/film and digital photographic methods. The images range from black and white nudes to color landscapes. I really like the company I’m in.\r\n\r\nSilver/Silicon show postcard\r\n\r\nRandy Figures, who curated this, has been a pleasure to work with. I love that the gallery is only 5 blocks from my place.\r\n\r\nAll of my work was shot with film; I’ll be exhibiting both my fine-art darkroom prints and very affordable fine-art digital prints. The exhibition includes fourteen photographs from all three of my projects: Women En Large: Images of Fat Nudes; Familiar Men: A Book of Nudes; and Women of Japan. It will include the first group of photos from Women of Japan to be shown in the US (they have, of course, been shown several times in Japan). It was really hard to choose a small group of photos to represent the project but I’m happy with my choices.\r\n\r\nI’ve been experimenting with large digital nudes - 3 feet to 4 1/2 feet in size. I had the opportunity to work with a large format digital printer a while ago, and I’d like to develop this work further. The first one of these will be part of the photos at this show. I’m really interested in people’s reaction to this work.\r\n\r\nThis has got me thinking about darkroom/film/digital art and technology. I expect I’ll be blogging abut it later.\r\n\r\nIf you’re local to the Bay Area I hope to see you at the opening reception, and if you can’t come to that, I hope you’ll get an opportunity to see the show during the rest of its run.\r\n\r\nAnd if you know me through the blog and not face to face please say hello.\r\n\r\n“Back to the Picture welcomes five Bay Area Photographers in ‘Silver/Silicon: 5 Photographic Perspectives’. Elena Anaya, Laurie Toby Edison, Sonia Gresham, Lynnly Labovitz, and Trish Tunney show a collection of film and digital images ranging from black and white nudes to color landscapes. Opening Reception Saturday, March 24, 2007 from 7:00 to 9:00. Show runs from March 24th through April 12th. Back to the Picture, 934 Valencia Street @ 20th, 415.826.2321, info@backtothepicture.com.”\r\n(Easy parking @ Mission/Bartlett Garage - between Valencia and Mission)'), (1441, NULL, NULL, 'joe', 20070330, 190000, 20070319, 122543, 0, 2, 'E', 'P', 'bk''s potluck (ng?)', 'http://community.livejournal.com/dragoncats_den/2311.html?mode=reply&style=mine'), (1442, NULL, NULL, 'joe', 20070322, 190000, 20070319, 151739, 180, 2, 'E', 'P', 'rebekah', 'rebekah'), (1446, NULL, NULL, 'joe', 20070421, 100000, 20070320, 121312, 420, 2, 'M', 'P', 'birding etc.', 'April 21 or 22: I will go hang out at Rodin''s Garden and maybe inside the Cantor Arts Center, depending on my knees and interest and time, and I will go birding in the Stanford Arboretum, depending on my knees. I will let folks know, after I''ve determined a day, exactly when I expect to be there. Anyone who wants to join me can do so. (If you want to go birding and have binocs, please bring them.) That sort of thing is catherding beyond my ability, so I think "hey, show up if you want" is the best move there. Afterwards, at a set time to be determined, I''ll head to Rick''s Rather Rich, and have ice cream for snackies. I''ve never been there before. Ooooh. If there seems to be a good place for a light lunch in the Charleston/Middlefield area of Palo Alto, please let me know, if there''s time, both lunch and ice cream might be nice.\r\n'), (1448, 588, NULL, 'joe', 20070409, 190000, 20070321, 24431, 240, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (1449, NULL, NULL, 'joe', 20070331, 160000, 20070321, 205408, 480, 2, 'E', 'P', 'edges anniv', '**Saturday, March 31st,**\r\nEDGES CELEBRATES THEIR FIRST ANNIVERSARY WITH AN 8 (yes, EIGHT) HOUR PARTY\r\nAND GIVES *YOU* THE GIFT!\r\n\r\nFree entry ON MARCH 31st for any member (as of March 30th) with a case of water per couple (half case for individuals).\r\n\r\nYes! We said that Members (those who have a membership that has NOT expired as of 3/31/07)\r\nget in free with some water! Hurry up and renew to take advantage of that price BEFORE party night.\r\n\r\nWant more?\r\nHow about DISCOUNT RENEWALS to make SURE you get a chance to play for free!\r\nYep-- MARCH 1 through March 30, a special DISCOUNT rate applies for renewals,on the web or in person.\r\n\r\nRenew anytime between March 1-March 30th and\r\nmention the anniversary party\r\nand get your membership renewal for just $10.00\r\n\r\nWant even MORE???? \r\nMarch 31st Party is Special ANNIVERSARY HOURS PLAY 6-2 AM\r\nONE TIME ONLY!\r\n\r\n**Anniversary event schedule includes:\r\n4-6 pm ON Site afternoon BBQ AND BAKE SALE. A separate event price, $10.00 Flat price per person for a BBQ meal with BBQ Pulled Pork or Chicken and fixins (potato salad, baked beans, rolls, drink) or Vegetarian dish. Yep- We have changed the menu! **\r\n\r\nBAKE SALE DESSERT ITEMS.\r\nOPEN CALL TO KINKY BAKERS!\r\nEDGY EDIBLES\r\nDonated Bakery items will be in the contest / sold off and then eaten. ALL PROCEEDS GO TOWARDS EDGES AS OUR GIFT TO THEM FOR A FANTASTIC FIRST YEAR!\r\n(Details below)\r\n\r\nOPEN CALL TO KINKY BAKERS! BAKE SALE DESSERTS WANTED! PLEASE CONTACT SX COORDINATOR Courtney at misscourtney@sbcglobal.net.\r\n\r\nContest for the KINKYEST Dessert-\r\nMaybe you make a tit cake? Penis popsicles?\r\nGot dirty limmerick fortune cookies?\r\nALL donated bake sale items will compete for the\r\n"MOST EDGY EDIBLE",\r\nand the single chosen item wins the baker a\r\nFREE 1 YEAR MEMBERSHIP to EDGES and a\r\n$100.00 First Place Prize!\r\n\r\nJudges will be EDGES owner/Operators Ali and Alex, and their taste buds and funny bones decisons will be final. Winners announced at 6:30.\r\n\r\nBake sale items must be delivered before 3:30 PM at the desert sale area.\r\nCutlery and plates, napkins will be available for use by those buying deserts to help them share with their friends.\r\n5:30-6pm Edges offers KInky Orientation for new members and guests.\r\n\r\nPlay party- nekkid, sweaty, funhouse play- starts at 6 pm sharp.\r\nNO memberships sold or renewed on March 31st (Saturday). It''s a PARTY to celebrate the year, so plan ahead and bring lots of appetite, a case of water, and every toy you can imagine!\r\nGET THERE EARLY- SPACE IS LIMITED!!!!\r\nInfo at: http://sacsx.blogspot.com/\r\nhttp://southerncrossca.blogspot.com/\r\nMailScanner has detected a possible fraud attempt from "www.shadowseverywhere.blogspot.htm" claiming to be www.shadowseverywhere.blogspot.com\r\nhttp://edges.biz\r\n\r\n*********\r\nThere were two old men living in the backwoods of the Ozarks\r\n.... Rufus and Clarence.\r\n\r\nThey lived on opposite sides of the river, and they hated each\r\nother. Every morning, just after sun-up, Rufus and Clarence\r\nwould go down to their respective sides of the river and yell at\r\neach other.\r\n\r\n"Rufus!!" Clarence would shout.\r\n"You better thank yor lucky stars I cain''t swim .... or I''d swim\r\nthis river and whup your behind!!"\r\n\r\n"Clarence!!!" Rufus would holler back.\r\n"You better thank YOUR lucky stars that I cain''t swim ....\r\nor I''d swim this river and whup your skinny behind!!!"\r\n\r\nThis happened every morning for twenty years.\r\n\r\nOne day the Army Corps of Engineers comes along and built a\r\nbridge.\r\n\r\nStill, every morning, every day for another five years this\r\nyelling across the river goes on, even with the bridge.\r\n\r\nFinally .... Mrs. Rufus had had enough.\r\n\r\n"Rufus!" she squallers one day. "I cain''t take no more!!\r\nEvery day for 25 years you''ve been threatenin'' to whup Clarence.\r\nWell, there''s the bridge .... have a go at it."\r\n\r\nRufus thought for a moment.\r\n\r\nChewed his bottom lip for another moment.\r\n\r\n"Woman!" he declared, snapping his suspenders into place,\r\n"I''m gonna across that thar bridge and I''m gonna whup Clarence''s\r\nbehind!!!"\r\n\r\nHe walked out the door, down to the river, along the riverbank,\r\ncame to the bridge, stepped up onto the bridge,\r\nwalked about halfway over the bridge, looked up .....\r\n\r\nTURNED TAIL AND RAN SCREAMING BACK TO THE HOUSE, SLAMMED THE\r\nDOOR, BOLTED THE WINDOWS, GRABBED THE SHOTGUN AND DOVE, PANTING\r\nAND GASPING, UNDER THE BED!!!!!\r\n\r\n"Rufus!" cried the misses.\r\n\r\n"I thought you wuz gonna whup Clarence''s behind!!!"\r\n\r\n"I was, woman, I was!!" he whispered.\r\n\r\n"Rufus!" cried the misses. "What in tarnation is the matter?"\r\n\r\n"Well," muttered the terror-stricken Rufus, " I went to the\r\nbridge .... I stepped up on the bridge .... walked halfway over\r\nthe bridge .... looked up ...."\r\n\r\n"And?" asked Mrs. Rufus, breathless with suspense.\r\n\r\n"And," continued Rufus, "I saw a sign that said ....\r\n"Clearance, 13 feet, 6 inches" .... he ain''t never looked that\r\nbig from the other side of the river" !!!\r\n\r\n\r\n\r\n**************************************\r\nAOL now offers free email to everyone. Find out more about what''s free from AOL at http://www.aol.com.\r\n\r\n===============================================================\r\n= This is a list for BDSM events of interest to the northern \r\n= California area. \r\n===============================================================\r\n= To unsubscribe send email to listserv@rjhg.com \r\n= with the text "unsubscribe events [your email address]" (no\r\n= quotes or [ ]''s) in the body of the message. (The subject\r\n= will be ignored) \r\n===============================================================\r\n===============================================================\r\n= Handy Calendar of events in case you deleted or missed one \r\n= http://www.soj.org/calendar/index.html \r\n===============================================================\r\n===============================================================\r\n= Another Calendar of events for the S.F. Bay Area \r\n= http://www.twistedimage.com/calendar \r\n===============================================================\r\n\r\n'), (1450, NULL, NULL, 'joe', 20070323, 100000, 20070321, 212259, 420, 2, 'E', 'P', 'artwork photography coogans 741 1741', 'artwork photography coogans 741 1741'), (1447, NULL, NULL, 'joe', 20070325, 183000, 20070322, 134826, 300, 2, 'E', 'P', 'dinner with josh', 'dinner with josh\r\n\r\nhttp://www.yelp.com/biz/LjlyAdnaZCf1-4pxTA685Q'), (1451, NULL, NULL, 'joe', 20070329, 130000, 20070322, 161242, 0, 2, 'E', 'P', 'art installation thu 29th 1pm', 'art installation thu 29th 1pm'), (1452, NULL, NULL, 'joe', 20070505, -1, 20070428, 12549, 0, 2, 'M', 'P', 'Chris out of town for half-marathon', 'Chris out of town for half-marathon, leaves Sat AM, returns Mon AM'), (1453, NULL, NULL, 'joe', 20070422, 170000, 20070325, 182238, 240, 2, 'E', 'P', 'dinner bbq with rick', 'dinner bbq with rick'), (1454, NULL, NULL, 'joe', 20070414, 190000, 20070326, 142424, 300, 2, 'E', 'P', 'eric day', 'WHAT: Party party party!\r\nWHEN: Sat, 14 Apr 2007, 8:00pm to 2,3,4+am ;->\r\nWHERE: The Zuckershack, 2129 Spaulding Ave, Berkeley 510-981-9235 (N\r\n37° 52.103'' W 122° 16.835)\r\nWHY: Because Eric will be officially, "not old"!\r\n\r\n\r\nThis April, Eric will be turning, "not old," according to Monty Python:\r\n\r\nhttp://72.14.253.104/search?q=cache:qFNcWXBPjOwJ:www.mwscomp.com/movies/grail/grail-03.htm+%22I%27m+thirty-seven.+I%27m+not+old.%22&hl=en&ct=clnk&cd=1&gl=us\r\n\r\n(For those of you who didn''t click through [and whose eyes glazed over\r\nat the URL itself], that''s 37 in cardinal-numbers-speak.)\r\n\r\nCome and celebrate with us -- the ice cream cake isn''t going to eat\r\nitself -- and mark Eric''s passing into his late thirties! Said cake\r\nwill be served around 10:15-ish, BTW.\r\n\r\nFor those of you who haven''t been to one of our parties before, this\r\nwill be replete with music, food, scintillating people (that''s youse!),\r\nlibations, fresh lemonade, and our backyard hot tub. Perhaps there will\r\nbe games and/or dancing, depending on what people are in the mood for. ;-D\r\n\r\n(Note: if you are planning on hot tubbing, we recommend bringing shoes\r\nthat you wouldn''t mind putting your wet feet into, and a towel. Also,\r\ncats live here, so take your allergy meds if applicable.)\r\n\r\nIf you have other plans for this evening, we encourage you to drop by\r\nafterwards! We tend to go pretty late, and would rather see you late\r\nthan not at all. ;-7\r\n\r\nPresents are *NOT NECESSARY* (although the birthday boy has been\r\nbrainwashed by his elderly and/or deceased Jewish relatives into really\r\nliking to get paper cards). Presence, on the other hand, cannot be\r\nstrongly enough encouraged. Although we lay out a somewhat aggressive\r\nspread, additional food/drink is welcomed (non-meat, fish OK, alcohol\r\ncertainly OK), and please respond to us and let us know you''re coming.\r\nPlease ask us if you''d like to bring anyone else with you. As always\r\nwith Eric''s birthday, if your reasons for not coming relate to a 1040\r\nform, you are encouraged to fabricate a Little White Lie of some kind. ;-D\r\n\r\n Cheers,\r\n Beth & Eric'), (1455, NULL, NULL, 'joe', 20070331, 130000, 20070330, 174057, 180, 2, 'E', 'P', 'booth setup photo', 'booth setup photo'), (1456, NULL, NULL, 'joe', 20070923, 0, 20070327, 420, 0, 2, 'E', 'P', 'xkcd meetup in boston', 'xkcd meetup in boston'), (1457, NULL, NULL, 'joe', 20070415, 170000, 20070328, 10015, 0, 2, 'E', 'P', 'bbq rick', 'bbq rick'), (1458, NULL, NULL, 'joe', 20070601, 200000, 20070328, 174344, 300, 2, 'E', 'P', 'primal', 'primal (tentative?)'), (1459, NULL, NULL, 'joe', 20070402, 110000, 20070328, 142917, 120, 2, 'E', 'P', 'digital photography', 'digital photography'), (1460, NULL, NULL, 'joe', 20070601, 170000, 20070328, 174611, 180, 2, 'E', 'P', 'travel photo talk', '\r\n\r\n \r\n\r\n Since we already discussed your potential presenting on June 1st, let me tell you about the overall idea. As you know, the theme of the show is “Places Here & There-Traveling Near & Far.” Since you are quite traveled, and know how to photograph your travels, you would be the perfect person to present on how to document the places one goes with a camera. We also wanted to bring in Steve Curl to discuss how to document travels in a sketchbook-painting and drawing-since he actually teaches a class that teaches one how to document travels in a sketchbook (haha). You would each talk for 20-30 minutes, and it would give different perspectives on how to record your travels in art. What do you think? Let me know as soon as possible!! '), (1461, NULL, NULL, 'joe', 20070510, 170000, 20070328, 175741, 180, 2, 'E', 'P', 'instructors dinner, rsvp by may 2', 'instructors dinner, rsvp by may 2'), (1462, NULL, NULL, 'joe', 20070501, 120000, 20070328, 175759, 0, 2, 'E', 'P', 'RSVP or not for instructor dinner', 'RSVP or not for instructor dinner'), (1463, 603, NULL, 'joe', 20070419, 190000, 20070328, 204052, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1464, NULL, NULL, 'mary', 20070520, 150000, 20070429, 151905, 360, 2, 'E', 'P', 'sue''s barbecue', 'http://zpdiduda.livejournal.com/354855.html\r\n\r\ndate change: http://zpdiduda.livejournal.com/362871.html'), (1465, NULL, NULL, 'mary', 20070414, 100000, 20070330, 143755, 480, 2, 'E', 'P', 'aidan''s birthday party', 'Time/place to be discovered'), (1466, NULL, NULL, 'mary', 20070421, 100000, 20070330, 144011, 360, 2, 'E', 'P', 'mary''s birthday observed', 'Basic idea:\r\n\r\nI''d like to go birding at the Stanford Arboretum, but that depends on how my knees are doing. It''s not scooter-friendly. \r\n\r\nLunch? University Ave? Castro St.? Something like that?\r\n\r\nRick''s Rather Rich.\r\n\r\nDetails TBD'), (1467, NULL, NULL, 'mary', 20070527, -1, 20070330, 144158, 0, 2, 'E', 'P', 'boston', '27 May 07 472 Oakland, CA 10:05am Boston, MA 6:43pm 0'), (1468, NULL, NULL, 'mary', 20070528, -1, 20070330, 144711, 0, 2, 'M', 'P', 'boston', 'boston'), (1469, 1468, NULL, 'mary', 20070603, -1, 20070330, 144742, 0, 2, 'E', 'P', 'boston', '03 Jun 07 475 Boston, MA 08:00am Oakland, CA 11:30am 0'), (1470, NULL, NULL, 'mary', 20070415, -1, 20070330, 145709, 0, 2, 'E', 'P', 'yard work day', 'yard work day'), (1471, NULL, NULL, 'mary', 20070306, 80000, 20070401, 151725, 0, 2, 'E', 'P', 'period', 'period - details forgotten'), (1472, NULL, NULL, 'mary', 20070318, -1, 20070401, 151824, 0, 2, 'E', 'P', 'o-iui', 'o-iui'), (1473, NULL, NULL, 'mary', 20070401, -1, 20070401, 152050, 0, 2, 'E', 'P', 'pdue', 'pdue'), (1474, NULL, NULL, 'joe', 20070405, 170000, 20070402, 200249, 240, 2, 'E', 'P', 'art league volunteer', 'art league volunteer'), (1475, NULL, NULL, 'joe', 20070502, 183000, 20070425, 121128, 180, 2, 'E', 'P', 'impact all hands', 'impact all hands'), (1476, 588, NULL, 'joe', 20070910, 190000, 20070402, 201841, 240, 2, 'E', 'P', 'impact board meeting', 'impact board meeting'), (1477, NULL, NULL, 'joe', 20070406, 120000, 20070402, 232011, 480, 2, 'E', 'P', 'rebekah', 'rebekah'), (1478, NULL, NULL, 'joe', 20070405, 120000, 20070403, 22617, 180, 2, 'E', 'P', 'christina', 'possible coffee and/or lunch with christina'), (1479, NULL, NULL, 'mary', 20070406, 190000, 20070403, 121530, 240, 2, 'E', 'P', 'craft night, kimberly''s', 'http://simplykimberly.livejournal.com/579608.html'), (1480, NULL, NULL, 'joe', 20070409, 110000, 20070403, 143340, 120, 2, 'E', 'P', 'lunch leah', 'lunch leah'), (1481, NULL, NULL, 'joe', 20070412, 120000, 20070403, 143921, 120, 2, 'E', 'P', '12:30 dita lunch', '12:30 dita lunch'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (1482, NULL, NULL, 'joe', 20070427, 190000, 20070404, 23652, 300, 2, 'E', 'P', 'qeer playground', '\r\n\r\n-------- Original Message --------\r\n\r\nThe Queer Playground Rides Again!\r\n\r\nCome to the Citadel Friday, April 27 for a Queer Leather energy play\r\nparty for everyone of every gender who identifies as queer, lesbian,\r\ngay, fag, dyke, genderqueer, genderfucker, gender-bender,\r\ndifferently-abled queer, queer of color, trans, MTF, FTM, bisexual,\r\npansexual, omnisexual, questioning, intersexed, trysexual ;)\r\n\r\nDoors open at 8 pm, party til 1am\r\nAdmission: $20.00\r\nMembership required and always available at the door for just $10 (1 yr.)\r\nRSVP''s requested, but not required\r\nEmail to: thecaptainsboi@gmail.com \r\n(note new email address)\r\n\r\nRig Daddy and I are looking forward to continuing the same great energy\r\nwe''ve always found at the Queer Playground parties! Plus a chance to\r\nembody a different play persona at the Fabulous CostuMarie, a free\r\nborrow and return costume shop that comes with an expert consultant! No\r\nwrestling allowed in costumes, please!\r\n\r\nVolunteer for one hour and admission is free!\r\n\r\nVolunteer shifts available are refreshments prep and serve, clean up,\r\ndoor, cashier, DMs. Shifts are given on a first come, first serve basis.\r\nDM''s require approval from host and must have prior experience.\r\nEmail thecaptainsboi@gmail.com to\r\nvolunteer.\r\n\r\nSF Citadel\r\n1277 Mission Street,\r\nbetween 8th and 9th\r\n(Note that, for those parking on Mission Street, ticketing and towing\r\nbegins at 2am.)\r\nwww.sfcitadel.org\r\n\r\n*Please feel free to repost to queer lists.\r\nThank you!\r\nYour hosts,\r\nRig Daddy & Sam\r\n'), (1483, NULL, NULL, 'joe', 20070608, 110000, 20070404, 152833, 60, 2, 'E', 'P', 'propanel rental', 'propanel rental \r\n\r\n650 596 0363\r\n'), (1484, NULL, NULL, 'joe', 20071005, -1, 20070608, 145345, 0, 2, 'M', 'P', 'pro panel rental', ' Terry Guyer'), (1485, NULL, NULL, 'joe', 20070602, 170000, 20070405, 21831, 360, 2, 'E', 'P', 'DR (g?)', 'DR (g?)'), (1486, NULL, NULL, 'joe', 20070506, 170000, 20070405, 25815, 180, 2, 'E', 'P', 'calypso bbq (not going?)', 'IT''S TIME FOR A PARTY! Swim, fly, drive or crawl but be here for our grand opening Sunday, May 6, 5-8PM. Mingle, tour the lab, enjoy the food provided by Joe Schultz of India Joe fame and have a good time. (MAP)\r\n'), (1487, NULL, NULL, 'joe', 20070413, 180000, 20070405, 32343, 0, 2, 'E', 'P', 'men''s party @ citadel?', 'men''s party @ citadel?'), (1488, NULL, NULL, 'joe', 20070726, -1, 20070405, 192643, 0, 2, 'M', 'P', 'ARCTIC SHOW, PACIFIC ART LEAGUE', 'hang thursday\r\nshow up Friday\r\nreception Friday night\r\nshow Saturday\r\nshow Sunday\r\ntakedown Sunday night\r\n'), (1489, NULL, NULL, 'joe', 20070420, 0, 20070406, 132227, 0, 2, 'M', 'P', 'impact needs packing help', 'impact needs packing help'), (1490, NULL, NULL, 'joe', 20070411, 103000, 20070406, 221924, 240, 2, 'E', 'P', 'digital artwork', 'digital artwork'), (1491, NULL, NULL, 'casey', 20070428, 140000, 20070422, 154344, 360, 2, 'E', 'P', 'Something with Alison', 'Something with Alison'), (1492, NULL, NULL, 'joe', 20070418, 180000, 20070410, 122054, 240, 2, 'E', 'P', 'date christina', 'date christina'), (1493, NULL, NULL, 'joe', 20070420, 190000, 20070412, 104710, 180, 2, 'E', 'P', 'dinner lore tbd', 'dinner lore tbd'), (1494, NULL, NULL, 'joe', 20070421, 30000, 20070412, 232528, 720, 2, 'E', 'P', 'condor release', 'http://www.nps.gov/pinn/naturescience/release.htm\r\n\r\nCondor Release Events\r\n \r\n \r\n \r\n \r\n \r\nPeople await the release of California condors at the 2005 release event\r\nSusan D. Reno/The Sunday Pinnacle\r\nThe crowd at the viewing area awaits the release of the condors during the 2005 event.\r\n\r\n2007 CONDOR RELEASE\r\n\r\nWe are proud to announce that we will be welcoming the public to attend a California condor release on Saturday, April 21, 2007. The public can watch the release from a viewing area that is within sight of the release facility. \r\n\r\nDuring the event, up to three condors will be released into the wild. We will be doing a '), (1495, NULL, NULL, 'joe', 20070412, 170000, 20070412, 234440, 240, 2, 'M', 'P', 'chris at team in training', 'chris at team in training'), (1496, NULL, NULL, 'joe', 20070627, 180000, 20070413, 124411, 300, 2, 'E', 'P', 'talking art', 'talking art'), (1497, NULL, NULL, 'mary', 20070426, 90000, 20070413, 152429, 240, 2, 'E', 'P', 'ebmud trip', 'http://hopelane1.web.aplus.net/id28.html\r\n\r\nPick Abbie up by 9:15'), (1498, NULL, NULL, 'joe', 20070416, 120000, 20070414, 134930, 120, 2, 'E', 'P', 'photo inst at art league', 'photo inst at art league'), (1499, NULL, NULL, 'joe', 20070418, 110000, 20070414, 135002, 120, 2, 'E', 'P', 'photo inst', 'photo inst '), (1500, NULL, NULL, 'joe', 20070423, 110000, 20070414, 135053, 120, 2, 'E', 'P', 'photo inst', 'photo inst'), (1501, NULL, NULL, 'joe', 20070426, 110000, 20070414, 135414, 120, 2, 'E', 'P', 'photo inst', 'photo inst'), (1502, NULL, NULL, 'joe', 20070421, 200000, 20070416, 5611, 300, 2, 'E', 'P', 'mik''s hw in sf', 'G''day people,\r\n\r\nHopefully by now you know about our combined housewarming and first\r\nanniversary of S³ (''SCubed''), a lunch in the afternoon and a wine and\r\nchocolate party in the evening. If not, let this serve as your (very\r\nlate notice) invitation, and if so, here are the details.\r\n\r\nIt on the 21st of April (this Saturday) at our place, 638 14th Street\r\nnear Church and Market Streets, in the Castro district of San\r\nFrancisco. Driving directions and public transport instructions are on\r\nthis web page: http://www.purpletrafficlight.net/s3/directions/\r\n\r\nThe party starts at 8pm. We''ll be supplying some wine and chocolate,\r\nbut you''re welcome to bring some as well, or something to go with a\r\nwined-up, chocolately palate. The party will go very late, and crash\r\nspace is available, although it''s best to let us know in advance if\r\nyou''ll be needing it.\r\n\r\nAdditionally, also on Saturday the 21st, we''ll be hosting ''brunch''\r\n(well, lunch) at 1pm. We''re expecting a big chunk of the Bay Area\r\nBisexual Network''s Bi Brunch crowd (who normally meets at the\r\nCrepevine every week around the corner) but everybody is welcome. We\r\nfully expect people to be hanging around all afternoon, right up to\r\nand including for the party, so feel free to turn up at any time.\r\n\r\nRSVP--just send an e-mail reply. ''Maybe'' and ''no'' are much more\r\nwelcome than no reply at all, but of course we''re hoping for a ''yes''.\r\n=)\r\n\r\nWarm wishes,\r\nApril, Jon and Mik.\r\n'), (1503, NULL, NULL, 'joe', 20070419, 163000, 20070416, 24300, 60, 2, 'E', 'P', 'svos planning, art league', 'svos planning, art league'), (1504, NULL, NULL, 'joe', 20070424, 150000, 20070416, 201946, 180, 2, 'E', 'P', 'art delivery', 'art delivery'), (1505, NULL, NULL, 'joe', 20070723, 70000, 20070418, 13110, 780, 2, 'E', 'P', 'HOTEL CALIFORNIA TAKEDOWN', 'Hi Joe,\r\n \r\nI could put up my pieces on Monday, July 23, if that would help. I''ll have paintings in my car already to go after I take down my exhibit in Burlingame on July 20.\r\n \r\nLet me know if that day works for you. I could also do Wednesday or Thursday of that week.\r\n \r\nJune Levin'), (1506, NULL, NULL, 'joe', 20070503, 160000, 20070418, 14009, 120, 2, 'E', 'P', 'photo get together, printers ink', 'photo get together, printers ink'), (1507, NULL, NULL, 'joe', 20070425, 130000, 20070425, 3622, 120, 2, 'E', 'P', 'lunch kathy', 'lunch kathy'), (1508, NULL, NULL, 'joe', 20070428, 160000, 20070418, 172805, 180, 2, 'E', 'P', 'DELIVER RED PEAK GREENLAND TO ARTWORKSF', 'I''ve OKed Joe Decker to drop off his piece, Red Peak,\r\nfor Wide Open Spaces on Sat, 4/28 5:30pm at the\r\ngallery instead of Wed, May 2 at 9am to the Triton.\r\nThis arrangement will allow Joe to make his pick up at\r\nWhispers on Wed, May 2 at 9am instead.D'), (1509, NULL, NULL, 'joe', 20070422, 100000, 20070418, 173918, 480, 2, 'E', 'P', 'christina', 'christina'), (1510, NULL, NULL, 'joe', 20070830, 100000, 20070801, 172801, 0, 2, 'M', 'P', 'propanel rental', 'Hi Joe-\r\nThrough someone I know (John Gunter), I understand that I have reserved\r\nrental at your weekend rate of $125 for several Pro Panels. I thought you\r\nwere a personal friend of John''s but just learned that he found you via\r\nCraig''s list. Given that, I thought I should connect with you personally to\r\nsecure rental of the panels more formally--and give you my contact info.\r\n\r\nI live in Hawaii but am here in Marin until after the show in September.\r\nI''ll leave my contact info below and let''s connect via email or telephone to\r\nsecure plans for panel pick up/return and payment. Let''s start there. Thank\r\nyou so much.\r\n\r\nAloha-\r\nLori\r\n--\r\nLori Mazzuca Photography\r\nPO Box 1672\r\nKailua-Kona, HI 96740\r\n\r\nhttp://www.lorimazzuca.com\r\nlori@lorimazzuca.com\r\n808-345-7257 (cell)\r\n\r\n\r\n--- \r\n\r\n Hi Joe, thanks for calling back so fast.\r\n\r\n \r\n\r\n Regarding panel rentals for a friend who will be exhibiting at the Sausalito Art Festival in September.\r\n\r\n \r\n\r\n Dates needed would include August 30 (Thursday) thru Sept. 4th (Tuesday).\r\n\r\n I would come down and pick them up on Thursday and bring them back on Tuesday.\r\n\r\n \r\n\r\nI will contact Lori and see if she wishes to go forward with the rental and get back to you ASAP.\r\n\r\n \r\n\r\n Thanks,\r\n\r\n John\r\n\r\n \r\n\r\nPhotography by J. Günther \r\n\r\nScenic – Fine Art Prints\r\n\r\nWeb: www.jgunther.com\r\n\r\nPhone: 415-710-0251 '), (1511, NULL, NULL, 'joe', 20070430, 180000, 20070420, 141725, 300, 2, 'E', 'P', 'date leah', 'date leah'), (1512, NULL, NULL, 'joe', 20070421, 120000, 20070420, 142403, 60, 2, 'E', 'P', 'svos pickup', 'Yes I have lots of extra= mapguides as many jave still not come by. I has scheduled a second pick up time for this Saturday, April 21st between 12-2pm, please come by the Art Ark''s Common House Gallery and we can get you what you need.\r\n\r\nArt Art Apartments\r\nCommon House Gallery\r\n1035 South 6th St.\r\nbetween Bestor and Keyes'), (1513, 1495, NULL, 'joe', 20070426, 190000, 20070423, 170012, 240, 2, 'E', 'P', 'patti (7?) chris at team in training', 'chris at team in training'), (1514, NULL, NULL, 'joe', 20070429, 80000, 20070425, 13058, 0, 2, 'E', 'P', 'drop off Trillium Falls 2 in Los Altos', '> Title of the piece, Trillium Falls II\r\n> Medium/description, Color photograph\r\n> Size, 24x19 (framed)\r\n> Price. $325\r\n- Hide quoted text -'), (1515, NULL, NULL, 'mary', 20070512, 160000, 20070427, 112511, 360, 2, 'E', 'P', 'game day', 'game day, see LJ'), (1516, NULL, NULL, 'mary', 20070610, 140000, 20070427, 112436, 360, 2, 'E', 'P', 'game day', 'see LJ'), (1517, NULL, NULL, 'mary', 20070513, -1, 20070501, 22818, 0, 2, 'E', 'R', 'IUI', 'IUI'), (1518, NULL, NULL, 'mary', 20070512, -1, 20070501, 22850, 0, 2, 'E', 'R', 'IUI', 'IUI'), (1519, NULL, NULL, 'joe', 20070503, 90000, 20070501, 105706, 360, 2, 'E', 'P', 'shrddingmania', 'shrddingmania'), (1520, NULL, NULL, 'mary', 20070502, 180000, 20070501, 134430, 120, 2, 'E', 'P', 'paperwork', 'paperwork'), (1521, NULL, NULL, 'casey', 20070506, 140000, 20070504, 215807, 240, 2, 'E', 'P', 'Party', 'Details when Mary adds them.'), (1522, NULL, NULL, 'joe', 20070630, 150000, 20070608, 222519, 300, 2, 'E', 'P', 'possible bfsc beach/hot tub part', '\r\nBi-Friendly Santa Cruz would like to invite you to a beach gathering and\r\nhot tub afterparty on Saturday, June 30 at 3PM.\r\n\r\nMeet at Privates Beach near Capitola at 3PM. This is a gated-access beach,\r\nso be prompt!\r\n\r\nDirections from 41st and Portola in east-side Santa Cruz:\r\n\r\nEast on Portola (one block)\r\nRight on Adrienne (one block)\r\nLeft on Opal Cliffs (about 100 ft)\r\n\r\nYou will see the gate on the right. Park in the lot (4 cars) or on the\r\nstreet to the right of the white line.\r\n\r\nThere are clothing and clothing-optional areas at this beach.\r\n\r\nAround 6PM we will be heading over to my place for a hot tub. Feel free to\r\nbring food/drink for a potluck! I''ll fire up the grill.\r\n\r\nIf you can''t make it until later, meet us at the gate at Privates at 6PM\r\nfor the hot tub portion of the evening.\r\n\r\nThis is a social, non-sexual event.\r\n\r\nSee you there-\r\n\r\nThadd :)\r\n\r\n'), (1523, NULL, NULL, 'joe', 20070510, 80000, 20070508, 110059, 240, 2, 'E', 'P', 'whispers cafe pickup', 'hello Joe,\r\nearlier the better on may 10th-thurs. 9am-ish?\r\n- Show quoted text -\r\n\r\n\r\n\r\n--- Joe Decker wrote:\r\n\r\n> Hey Andrew,\r\n>\r\n> Either Wed. or Thur. next week during the day,\r\n> preferably morning, the 9th\r\n> or 10th would work fine for me.\r\n> My Open Studios hangs the 11th. ;)\r\n>\r\n> --Joe\r\n>\r\n>\r\n>\r\n>\r\n> --\r\n> Joe Decker\r\n> Visit Photograblog!\r\n> http://www.joedecker.net/blog/\r\n> "Above the Arctic Circle", Solo Show, July 27-29\r\n>\r\n\r\n\r\nAndrew Frye\r\nSolo Exhibits Coordinator\r\nARTworkSF Gallery'), (1525, NULL, NULL, 'joe', 20070530, 180000, 20070511, 142546, 300, 2, 'E', 'P', 'date leah', 'date leah'), (1526, 603, NULL, 'joe', 20070524, 190000, 20070511, 155540, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1527, 602, NULL, 'joe', 20070606, 190000, 20070511, 160016, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1528, NULL, NULL, 'joe', 20070527, 150000, 20070511, 182824, 120, 2, 'E', 'P', 'dadek bbq', 'dadek bbq'), (1529, NULL, NULL, 'joe', 20070524, 100000, 20070516, 92437, 0, 2, 'E', 'P', 'frame, frame, frame!', 'frame, frame, frame!'), (1530, NULL, NULL, 'joe', 20070525, 90000, 20070516, 92503, 120, 2, 'E', 'P', 'hang hotel c', 'hang hotel c'), (1531, NULL, NULL, 'mary', 20070523, 91000, 20070522, 123257, 30, 3, 'E', 'P', 'gyn', '9:10 19845 Lake Chabot Road 302 '), (1532, NULL, NULL, 'joe', 20070701, 100000, 20070523, 182657, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1533, NULL, NULL, 'joe', 20070721, 100000, 20070523, 182740, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1534, NULL, NULL, 'joe', 20070804, 100000, 20070523, 182809, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1535, NULL, NULL, 'joe', 20070902, 100000, 20070523, 182927, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1536, NULL, NULL, 'joe', 20070929, 100000, 20070523, 183020, 360, 2, 'M', 'P', 'PAL 10-4', 'PAL 10-4'), (1537, NULL, NULL, 'joe', 20070922, 100000, 20070523, 183100, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1538, NULL, NULL, 'joe', 20070525, 150000, 20070523, 183842, 180, 2, 'E', 'P', 'lauren', 'lauren'), (1539, NULL, NULL, 'joe', 20070527, 80000, 20070524, 204620, 300, 2, 'E', 'P', 'dance church', 'dance church'), (1540, NULL, NULL, 'mary', 20070612, 90000, 20070525, 15958, 60, 2, 'E', 'P', 'obgyn', 'obgyn Castro Valley '), (1541, NULL, NULL, 'joe', 20070608, 134500, 20070526, 1248, 120, 2, 'E', 'P', 'cirrus eye appt', 'cirrus eye appt'), (1542, NULL, NULL, 'joe', 20070623, 190000, 20070606, 14305, 240, 2, 'E', 'P', 'housewarming emily bates dennis (white elephant swap)', 'http://www.evite.com/pages/invite/viewInvite.jsp?inviteId=JAASHNSRXZKYPIZQSHGA&li=iq&src=email&trk=aei2\r\n\r\nAlthough we moved to our quirky Queen Anne Victorian in downtown San Mateo at the end of last year, we have not yet held an official housewarming. This is it!\r\n\r\nPlease join us at the Sanctuary on Saturday, 23 June, at 7P. In lieu of gifts, please bring something for our Yankee Swap (similar to a White Elephant exchange). We''re sure you can find something suitably atrocious sitting about at home; how easy is that?\r\n\r\nThere will be cocktails, beer, wine, munchies, games, music, and movies. Children are welcome from 7-9P (although our home is not toddler-proof). Please take precautions beforehand if you are allergic to bengals, bunnies or budgies. There should be ample street parking within a few-block radius.\r\n'), (1543, NULL, NULL, 'joe', 20070531, 90000, 20070527, 211349, 60, 2, 'E', 'P', 'take down pacific hearing center', 'take down pacific hearing center'), (1545, NULL, NULL, 'joe', 20070603, 90000, 20070529, 100713, 180, 2, 'E', 'P', 'pick up art, main st. cafe', 'Thank you all for your participation in the SVOS Invitational Show at\r\nthe Main Street Cafe in Los Altos. It is time to take that show down and\r\nremove the artwork.\r\n\r\nPlease plan to remove you work on Sunday morning June 3rd between 9:00\r\na.m. and Noon. If you can''t make it then, please arrange for someone\r\nelse to pick it up on your behalf. A new show will go in that afternoon\r\nso we need to be out of the way.'), (1546, NULL, NULL, 'joe', 20070529, 150000, 20070529, 101934, 180, 2, 'E', 'P', 'art dropoff', 'art dropoff'), (1547, NULL, NULL, 'joe', 20070604, 100000, 20070529, 123251, 300, 2, 'E', 'P', 'art photography (silke)', 'art photography (silke)'), (1548, NULL, NULL, 'joe', 20070601, 120000, 20070529, 180811, 60, 2, 'E', 'P', 'travel photo talk', 'travel photo talk'), (1549, NULL, NULL, 'joe', 20070531, 110000, 20070529, 201750, 60, 2, 'E', 'P', 'karen g picks up art', '707 280 5501 '), (1550, NULL, NULL, 'joe', 20070607, 180000, 20070529, 221106, 360, 2, 'E', 'P', 'date leah', 'date leah'), (1552, NULL, NULL, 'joe', 20070528, 100000, 20070530, 15537, 240, 2, 'E', 'P', 'silke art photography', 'silke art photography'), (1553, NULL, NULL, 'joe', 20071230, 160000, 20071213, 204817, 240, 2, 'E', 'P', 'teal call', 'teal call'), (1554, NULL, NULL, 'joe', 20070602, 100000, 20070531, 181029, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1555, NULL, NULL, 'joe', 20070623, 100000, 20070531, 181126, 0, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1556, NULL, NULL, 'joe', 20070907, 180000, 20070905, 205100, 360, 2, 'E', 'P', 'PRIMAL', 'Please please RSVP to me (pepomint@gmail.com) if you are thinking of going - we need to have a close count for the restaurant.\r\n\r\nSeptember (this Friday)\r\n7 pm - Ananda Fuara Restaurant,\r\n Market St and 9th St/Larkin St\r\n8:30 pm - The Citadel,\r\n 1277 Mission \r\n\r\nPRIMAL'), (1335, NULL, NULL, 'joe', 20070611, 100000, 20070604, 11306, 0, 2, 'M', 'P', 'iceland window; lauren 20th, johanna 21st, return 22nd', 'iceland window'), (1557, NULL, NULL, 'mary', 20070603, -1, 20070604, 152452, 0, 2, 'E', 'R', 'ewm', 'Egg white like crazy.\r\nDay 9.\r\nOvulating?'), (1558, NULL, NULL, 'mary', 20070609, -1, 20070604, 152531, 0, 2, 'E', 'R', 'day 14', 'O?\r\n\r\n'), (1559, 588, NULL, 'joe', 20080303, 190000, 20070604, 225632, 240, 2, 'E', 'P', 'impact board meeting REVISIT MAT SHLEPPING AND CLASS PREP RATE', 'impact board meeting'), (1560, NULL, NULL, 'joe', 20070804, 200000, 20070605, 104601, 240, 2, 'E', 'P', 'communion men''s party? g?', '\r\n\r\n\r\n-------- Original Message --------\r\nSubject: [SanFranciscoMensOnlyParty] First official reminder: Next party.\r\nDate: Tue, 29 May 2007 05:34:43 -0000\r\n\r\n\r\n\r\nBenDoverJr. & Griffin Blue Productions\r\n\r\nCommunion\r\n(MEN ONLY)\r\n\r\n455 - 14th Street, San Francisco\r\nSaturday, June 9, 2007\r\n8 PM to 2 AM\r\n\r\n$18 suggested / sliding scale / no one turned away for lack of funds\r\nMassage Party on Third Floor\r\n'), (1561, NULL, NULL, 'joe', 20070630, 90000, 20070610, 104426, 420, 2, 'E', 'P', 'PAL 9-4 NOTE EARLY START TIME', 'PAL 9-4'), (1562, NULL, NULL, 'joe', 20070625, 170000, 20070605, 233955, 720, 2, 'E', 'P', 'denise', 'denise'), (1563, NULL, NULL, 'joe', 20070607, 130000, 20070605, 235237, 300, 2, 'E', 'P', 'hair appt 1pm blair', 'hair appt 1pm blair'), (1564, 915, NULL, 'joe', 20070626, 103000, 20070605, 235426, 60, 2, 'E', 'P', 'ann bolger NOTE 10:30 instead of 10', 'ann bolger'), (1565, NULL, NULL, 'joe', 20070629, 190000, 20070606, 30417, 300, 2, 'E', 'P', 'date leah', 'date leah'), (1566, NULL, NULL, 'joe', 20080530, -1, 20080130, 135112, 0, 2, 'M', 'P', 'propanel rental one of these two weekends', 'Carolyn Amerian '), (1567, NULL, NULL, 'joe', 20070703, 110000, 20070629, 13525, 60, 2, 'E', 'P', 'crane center?', 'crane center?'), (1568, NULL, NULL, 'joe', 20070625, 100000, 20070606, 171341, 180, 2, 'E', 'P', 'car to piercey', 'car to piercey'), (1569, NULL, NULL, 'joe', 20070705, 90000, 20070627, 195930, 780, 2, 'M', 'P', 'LA STORY', 'LA STORY'), (1570, NULL, NULL, 'joe', 20070624, -1, 20070608, 222202, 0, 2, 'E', 'P', 'dance church', 'dance church'), (1571, NULL, NULL, 'joe', 20070805, 0, 20070607, 112017, 0, 2, 'M', 'P', 'tucson mania', 'Dollar Confirmation Number Important\r\nV5236935\r\n\r\n * This is your confirmation and itinerary, please print this page\r\nfor your records.\r\n * Provide confirmation number and valid driver''s license at the\r\nrental counter to receive your rental car\r\n\r\n\r\nSubscribe to Click ''n Save Subscribe to Click ''n Save(r) E-mail\r\nUpdates and start receiving advance notice of Southwest Airlines''\r\ngreat low fares plus special offers on Cars and Hotels. Enroll in\r\nour frequent flyer program, Rapid Rewards where it is easy to earn and\r\nuse your roundtrip Award. And using our preferred car partners will\r\nlet you get an Award even faster.\r\nRental Car Details\r\nDriver Name: Joseph Decker\r\nForm of Verification: Visa xxxxxxxxxxxx6027\r\nDate Day Time Details\r\nAug 5 Sun 7:00pm Pickup (Economy) car in Tucson - TUS\r\nAug 12 Sun 10:30am Dropoff Economy car in Tucson - TUS\r\n\r\nPricing\r\nItem Amount\r\nBase Rate $90.24\r\nDrop Charge $0.00\r\nMileage Charge Unlimited\r\nAPT CONC RECOV FEE (11.11%) $10.03\r\nFACILITY CHARGE $4.50\r\nPIMA CNTY RNTL TAX $3.50\r\nSTATE TAX (6.1%) $6.39\r\nVEHICLE LICENSE FEE (5%) $5.24\r\nApproximate Total $119.90\r\n\r\n\r\nTo cancel a rental car reserved on southwest.com visit the Travel Center.\r\n\r\nFor questions or changes concerning your car rental, please call\r\nDollar at 1-800-800-3665.\r\n\r\nThank you for booking your reservation on southwest.com and choosing\r\nRapid Rewards Preferred Partner Dollar. Don''t forget to show your\r\nRapid Rewards membership card so you can earn Rapid Rewards credit\r\nfaster.\r\n\r\nRENTAL CAR CONDITIONS\r\n\r\n * Optional LDW ranges from $9.00 to $25.99 per day depending upon\r\nvehicle type and location. Check your automobile insurance policy or\r\ncredit card protection for rental vehicle coverage.\r\n * Taxes, surcharges, additional driver fee and optional items such\r\nas refueling are extra. Airport concession fees, airport access fees\r\nif you choose to exit on our shuttle, or customer facility charges may\r\napply at some airports.\r\n * Geographical restrictions may apply.\r\n * Frequent flyer miles are subject to a $0.06 per rental day\r\nFrequent Flyer Tax Recovery Surcharge.\r\n\r\nRULES AND RESTRICTIONS\r\n\r\n * Drivers must meet minimum age requirements, drivers 21-24 may be\r\nassessed an additional charge.\r\n * Must present a major credit card at the time of rental.\r\n * A valid driver''s license must be presented at the time of rental.\r\n * For details on this reservation, please contact Dollar at 1-800-800-3665.\r\n\r\n\r\n---\r\n\r\n\r\nSouthwest Airlines Purchase Confirmation\r\nThank you for using southwest.com to purchase your Ticketless Travel\r\nSouthwest Airlines Confirmation Number(s)\r\nPassenger Type Confirmation Number Passenger Account Number\r\n Disability Assistance\r\nAdult CI627N Joseph Decker 00000312673863 - None Entered -\r\n Air Itinerary\r\n Trip Date Day Stops Routing Flight Routing Details\r\n Depart Aug 05 Sun 1 SJC-LAX-TUS 1251 Depart San Jose (SJC) at 2:10 PM\r\nArrive in Los Angeles (LAX) at 3:20 PM\r\n338 Change planes in Los Angeles (LAX) departing at 4:55 PM\r\nArrive in Tucson (TUS) at 6:15 PM\r\n Return Aug 12 Sun 1 TUS-LAX-SJC 3285 Depart Tucson (TUS) at 11:30 AM\r\nArrive in Los Angeles (LAX) at 1:00 PM\r\n1008 Change planes in Los Angeles (LAX) departing at 2:00 PM\r\nArrive in San Jose (SJC) at 3:00 PM\r\n Pricing\r\nPassenger\r\nType Trip Routing Type of Fare Base Fare U.S.\r\nTaxes PFC Security\r\nFee1 Passenger(s) Total\r\nAdult Depart SJC-LAX-TUS Discount Fare $126.51 $16.29 $9.00\r\n $5.00 1 $156.80\r\nReturn TUS-LAX-SJC Discount Fare $126.51 $16.29 $9.00 $5.00 1 $156.80\r\n Total $253.02 $32.58 $18.00 $10.00 $313.60\r\n1 Security Fee is the government-imposed September 11th Security Fee.\r\nBilling Information\r\nCredit Card Holder Name: Joseph Decker\r\nBilling Address: 1733 Hudson Drive\r\n San Jose, CA 95124-1737\r\nConfirmation Number: CI627N\r\nPassenger Type: Adult\r\nPassenger Name(s): Joseph Decker\r\nForm of Payment: Visa: XXXXXXXXXXXX6027 $51.00\r\n Exchanged Ticketless Funds: 56JKNA $262.60\r\nTotal Air Base Fare U.S.\r\nTaxes PFC Security\r\nFee1 Passenger(s) Total\r\nSJC - TUS\r\nTUS - SJC\r\n $253.02 $32.58 $18.00 $10.00 1 $313.60\r\n1 Security Fee is the government-imposed September 11th Security Fee.\r\nTravel Funds Remaining\r\nTicketless TravelSM Funds 56JKNA $0.00\r\n\r\n\r\n'), (1572, NULL, NULL, 'joe', 20070628, 183000, 20070627, 134217, 360, 2, 'E', 'P', 'hang with dave, EW-Books, MtV', 'hang with dave'), (1573, NULL, NULL, 'mary', 20070619, -1, 20070620, 15655, 0, 2, 'E', 'P', 'period (or tomorrow)', 'p'), (1574, NULL, NULL, 'mary', 20070628, -1, 20070612, 225822, 0, 2, 'E', 'R', 'ovulation within next three days', 'o'), (1575, NULL, NULL, 'joe', 20070706, 0, 20070615, 194640, 0, 2, 'M', 'P', 'propanel rental', 'michael conner'), (1576, NULL, NULL, 'joe', 20070803, 0, 20070615, 194747, 0, 2, 'M', 'P', 'propanel rental', 'michael conner'), (1577, NULL, NULL, 'joe', 20070630, -1, 20070616, 35459, 0, 2, 'M', 'P', 'propanel rental', 'propanel rental\r\n\r\nrt Fair Booth Rental Inbox\r\n \r\n Reply \r\nReply to all Reply to allForward Forward Print Add David to Contacts list Delete this message Report phishing Show original Message text garbled?\r\n David Hartley \r\nto joe\r\n \r\nshow details\r\n 6:34 pm (6 hours ago) \r\nHi Joe,\r\n\r\nI saw on your website that you rent out a 10x10 booth.\r\n\r\nWe are looking to rent for Sat 30June/Sun 1 July.\r\n\r\nCould you tell me if the booth is available for rent that weekend?\r\n\r\nAlthough I life in San Francisco, I work in San Jose most days of the\r\nweek.\r\n\r\nBest Regards\r\n\r\nDave Hartley'), (1524, NULL, NULL, 'mary', 20070721, 190000, 20070708, 205136, 300, 2, 'E', 'P', 'ethan party', 'http://ef2p.livejournal.com/151713.html\r\nhttp://cortneyofeden.livejournal.com/463297.html'), (1578, NULL, NULL, 'mary', 20070527, -1, 20070619, 115745, 0, 2, 'E', 'P', 'period', 'period started'), (1579, NULL, NULL, 'mary', 20070605, -1, 20070619, 120143, 0, 2, 'E', 'P', 'o-2', 'o-2'), (1580, NULL, NULL, 'mary', 20070606, -1, 20070619, 120159, 0, 2, 'E', 'P', 'o-2', 'o-2'), (1581, NULL, NULL, 'mary', 20070711, 90000, 20070619, 121132, 60, 2, 'E', 'P', 'gyn', '07/11/2007 9:20 AM Leslie Hardy Hood MD Castro Valley Women''s Health\r\n19845 Lake Chabot Rd, Suite 302\r\nCASTRO VALLEY, CA 94546'), (1544, NULL, NULL, 'joe', 20070721, 120000, 20070620, 85652, 300, 2, 'E', 'P', 'krissy noah wedding reception', 'krissy noah wedding reception\r\n\r\n\r\n(Gmail is easiest to keep track of for an event this size. Don''t be\r\nconfused about the strange email address.)\r\n\r\nThe summary for those with short attention spans:\r\nWhat: Wedding Reception for Noah and Krissy\r\nWhere: 43167 Newport Dr.\r\nFremont, CA. 94538\r\n510-770-1590 (home)\r\n408-202-4083 (K''s cell)\r\nWhen: Saturday, July 21st from 12-5pm. (Yes, we will push you out the\r\ndoor around 5.)\r\nWhy: Because Noah thinks our community needs to be officially informed\r\nthat we are married and one or both of us consider you part of our\r\ncommunity.\r\nHow much: All for the cost of some food. But if everyone bring a bag\r\nof chips this is going to be a very odd event as people hop up on\r\nsalt/starch/sugar.\r\n\r\nFor the longer version:\r\n\r\nHello! We would like to invite all of you to a public acknowledgment\r\nof the marriage we have been enjoying for the past nine and some\r\nmonths. We ask that you, your partner, and your children join us at a\r\npotluck gathering at our home in Fremont. We will be providing a wide\r\nvariety of vanilla desserts (because we are entirely vanilla people)\r\nand we hope you will bring additional food of the entrée, appetizer,\r\nor salad variety. Please do not bring alcohol as we have far too much\r\nalready and we prefer moderation at this afternoon gathering; behavior\r\nin general should be entirely child-friendly.\r\n\r\nThere is a cat in the house, so if you are allergic please be\r\nprepared. As this is not a DHP we are trying to keep the guest list\r\nto those who have strong ties to us and their partners and children.\r\n\r\nDespite normal California etiquette we request that you RSVP by a week\r\nin advance so that we can ensure adequate dessert supply.'), (1582, NULL, NULL, 'joe', 20070628, 220000, 20070620, 91709, 180, 2, 'E', 'P', 'julie band (ng)', 'I''ll be singing and playing keyboard with the band '), (1583, NULL, NULL, 'joe', 20070701, 160000, 20070620, 93613, 0, 2, 'E', 'P', 'tien''s thang', ' \r\n \r\nHost: Tien Chiu\r\nLocation: Mike & Tien''s Place\r\n66 Bridgeview Dr, San Francisco, CA 94124 US\r\nView Map | Find a Hotel\r\nWhen: Sunday, July 1, 3:00PM\r\nPhone: 650-793-1872'), (1584, NULL, NULL, 'joe', 20070623, 213000, 20070620, 93951, 180, 2, 'E', 'P', 'autumn''s thang', 'Hail Eris! It''s time for the annual KallistiCon party (yes, a month\r\nearlier than it''s been the past few years, but we decided to try maybe not\r\nhaving it in the middle of a record-breaking heatwave this year, knock on\r\nwoodlike thing). You''re invited!\r\n\r\nAs usual, all the information is appended to this email, but you can\r\nalways find it at: http://www.discordian.com/autumn/party.html\r\n\r\nAlong with the party, we''d like to continue last year''s experiment with an\r\nopen mic night on the back deck. Bring something to read! Or, you know,\r\ndon''t, either way. But if you have something you''d like to read -\r\noriginal, or just want to share a bit from a favorite author - please\r\nbring it. There''s no official time limit, but unless you''ve got something\r\nreally amazing, please keep it to no more than 10 minutes.\r\n\r\nOfficial invite below. See you Saturday!\r\n\r\nAll hail Discordia!\r\n\r\n\r\n--Autumn (St. Mae, Discordian.com)\r\n\r\n*****\r\n\r\ngolden apple fiesta & open mic night!\r\n\r\nQ. What? When? Where? Why?\r\nA. It''s a party! Saturday, June 23rd. Sometime after 9pm, usually until\r\nquite late, but please call if you expect to arrive after 1am. Autumn\r\n(Saint Mae) & Chris'' place. Feel free to invite cool friends, see invite\r\npolicy below.\r\n\r\nQ. Why?\r\nA. There will be a bunch of visiting Discordians!\r\n\r\nQ. Is there a theme? What should I wear??\r\nA. Dress fabulously, no theme.\r\n\r\nQ. What is this ''open mic night'' of which you speak?\r\nA. We held an open mic thing at last year''s KallistiCon party, and it was\r\npretty awesome so we thought we''d do it again. We realize this isn''t\r\neveryone''s cup of tea, so like last year, this will take over the back\r\ndeck and the rest of the house will be party as usual. If you want to\r\nparticipate, bring something to read! It can be anything - from poetry to\r\nfiction, prose to comedy, even a song. We prefer you bring something\r\noriginal, but if you just want to read something, it''s cool if you want to\r\nshare a favorite piece by someone else (just let us know who it belongs\r\nto, k?).\r\n\r\nQ. What should I bring?\r\nA. Alcohol, non-alcoholic beverages, food. (Bringing something is\r\nappreciated, but not mandatory.)\r\n\r\nReal food is wonderful. Standard chips and dip are ok, but we prefer to\r\nhave more filling food at our parties. We like baked goods, deli meats,\r\nvegetables, nuts, chocolate.\r\n\r\nBring tasty alcohol, particularly sensual things like Midori and Godiva\r\nand suchlike. Basics like vodka, rum, etc. are always good too.\r\n\r\nOur parties tend not to be beer-drinking parties, so unless you want to\r\ndrink it yourself, please don''t bring beer (hard cider is encouraged,\r\nthough). Wine is not top on the list of what gets drunk either, though\r\nless so than beer.\r\n\r\nFor non-alcoholic drinks, please bring something tasty for the mixer\r\nsection. We normally provide a few basics like coke, ginger ale, and\r\norange juice, but special things like elderflower presse and redbull are\r\nreally appreciated, as are tropical juices and other similarly tasty and\r\nnonstandard things. For that matter, we''ve run out of mixers before, so\r\neven standard sodas would be appreciated.\r\n\r\nQ. Invite policy?\r\nA. Please consider this invite extended to yourself and your significant\r\nother(s). Feel free to bring a friend or two if you think they''d enjoy our\r\nparties; we like smart geeky people with diverse interests, sensual people\r\nwho engage others. Let us know if you''re bringing more than a couple of\r\npeople, but new friends are welcome if you think they''d fit in well.\r\n\r\n\r\nQ. How do I get there?\r\nA. Mapquest is a wonderful tool, but it tends to get people lost when\r\nattempting to find my place, so use these directions instead.\r\n\r\nUnfortunately, it''s not easy to get to our place via public\r\ntransportation. The closest bus route is probably a 30 minute walk away.\r\nIf you are unable to get a ride, you can take the train to the Redwood\r\nCity station and call and we can have someone pick you up from there. If\r\nyou need to do this, though, please come early so there will be someone\r\nsober enough to drive.\r\n\r\nFrom the east bay:\r\nYou can take the bay bridge to 101 if you''re up north. Anywhere further\r\nsouth, take either 92 to 101 or 280 (go south to reach us), or 84 to 101\r\n(go north to reach us).\r\n\r\nFrom 280:\r\nFrom wherever you are, take 280 twords Redwood City. That''s South from San\r\nFrancisco and North from San Jose.\r\nTake the Farm Hill Blvd exit. There''s only really one way to turn from the\r\nofframp, so do that. Lose points if you end up in the ditch by the side of\r\nthe road.\r\nPass one stop light at Ca~ada College.\r\nAt the first stop sign, turn left on Emerald Hills Road.\r\nFollow directions from Emerald Hills Road, below.\r\n\r\nFrom 101:\r\nFrom wherever you are, take 101 twords Redwood City. That''s South from San\r\nFrancisco and North from San Jose.\r\nTake the Woodside/Seaport exit, and take Woodside.\r\nFollow Woodside up through a whole bunch of lights until you''re on an\r\noverpass, take El Camino (82) north. (Note on getting back home - when\r\nyou''re trying to do these directions in reverse, you''ll want to take\r\nWoodside east to get back to the freeway.)\r\nTurn left on Jefferson at the light. If you pass Safeway, you''ve gone too\r\nfar.\r\nJefferson winds up and turns into Farm Hill Blvd. This is 5-10 minutes, if\r\nyou think you''ve missed your turn, you probably haven''t. If you hit 280,\r\nyou have.\r\nAt the stop sign, turn right on Emerald Hills Road.\r\nFollow directions from Emerald Hills Road, below.\r\n\r\nFrom Emerald Hills Road:\r\nAt the first stop sign, Emerald Hills T''s off into another street. Turn\r\nleft onto Jefferson.\r\nJefferson winds around and turns into Lakeview. At the first stop sign,\r\nmake your immediate right onto Eastlake. It''s a weird 5-way intersection.\r\nFollow Eastlake around and down until it T''s off into Hamilton Way. Our\r\ndriveway is right across from where Eastlake ends. Park as soon as\r\npossible, but make sure not to park in an area that blocks the road.\r\n\r\nThe address is 3742 Hamilton Way, and the phone number is 650-274-7827 in\r\ncase you get lost.\r\n\r\nPLEASE don''t drink and drive. If you want to drink a lot, please make sure\r\nyou have someone with you designated. I should hope I don''t need to say\r\nthis to most of you, but it''s super not cool and I don''t approve in any\r\nway whatsoever. (Also, another thing that''s not cool is getting\r\ndrunk-sick. Just because it''s my place doesn''t mean I''m looking forward to\r\nthe cleanup job.)\r\n\r\nNOTE: We have two cats. They will be safely locked in a bedroom during the\r\ngathing, but if you are allergic, you should take drugs and hang out on\r\nthe back deck a lot.\r\n\r\nWe look forward to seeing you soon!'), (1585, NULL, NULL, 'joe', 20070627, 130000, 20070620, 105914, 0, 2, 'E', 'P', 'eiko board recruit', 'Hi Eiko,\r\n \r\nJune 27th it is, then! (yes, the 17th was a typo). How about if we meet at 1PM at the University Cafe on University?\r\n \r\nI enjoyed talking with you, too. Hope to see you in a couple of weeks.\r\n \r\n--Carolyn'), (1586, NULL, NULL, 'joe', 20070627, 180000, 20070620, 134213, 240, 2, 'E', 'P', 'talking art', 'talking art '), (1587, NULL, NULL, 'joe', 20070719, -1, 20070620, 143100, 0, 2, 'E', 'P', 'leah''s birthday', 'leah''s birthday'), (1588, NULL, NULL, 'mary', 20070627, 100000, 20070621, 160019, 60, 2, 'E', 'P', 'vet', 'DJ shots, Zoe chipping.'), (1589, NULL, NULL, 'mary', 20070719, 104500, 20070621, 203050, 60, 2, 'E', 'P', 'finger-shot, PAMF', '..Dear Ms. Smith,\r\n\r\nYour appointment has been scheduled for Thursday July 19th at 10:45am with Dr. Barry Rose in the Fremont Orthopedics Department. Please check in on the 1st floor of Building #1 at our Fremont Clinic.\r\n'), (1590, NULL, NULL, 'mary', 20070622, 90000, 20070621, 204128, 0, 2, 'E', 'R', 'math assessment', 'Friday, June 22 come anytime between 9:00-11:30 am\r\n\r\n Room 1840, Building 1800 (near astronomy)\r\n\r\nW10574519\r\n\r\n\r\n\r\n\r\n\r\nhttp://www.chabotcollege.edu/counseling/assessment/ReturningContinuing.asp\r\n\r\n'), (1591, NULL, NULL, 'joe', 20070625, 90000, 20070623, 94130, 60, 2, 'E', 'P', 'breakfast k', 'breakfast k'), (1592, NULL, NULL, 'joe', 20070701, 180000, 20070623, 94154, 300, 2, 'E', 'P', 'date kathleen', 'date kathleen'), (1593, NULL, NULL, 'joe', 20070731, 100000, 20070624, 13933, 360, 2, 'E', 'P', 'PALPHIG SHOW DROPOFF', 'http://www.zivkov.com/pete/07annual.html'), (1594, NULL, NULL, 'joe', 20080203, -1, 20070625, 172246, 0, 2, 'M', 'P', 'go enter the nature''s best competition', 'go enter the nature''s best competition'), (1595, NULL, NULL, 'joe', 20070628, 190000, 20070625, 174808, 60, 2, 'E', 'P', 'propanel rental this evening at 7, chris will handle', 'propanel rental this evening at 7, chris will handle'), (1596, NULL, NULL, 'joe', 20070702, 143000, 20070627, 24644, 240, 2, 'E', 'P', 'denise', 'denise'), (1597, NULL, NULL, 'joe', 20070713, -1, 20070630, 12858, 0, 2, 'M', 'P', 'propanel rental, pickup 9am friday', 'propanel rental\r\n\r\nHi Joe –\r\n\r\nYou spoke to my mother Niz – we are really interested in renting a setup for my first art show on July 14th-15th.\r\n\r\n \r\n\r\nI’m (not so!) patiently awaiting to hear whether or not you’ve got a setup available.\r\n\r\n \r\n\r\nAnd, if you do, please send information about where and when to come pick them up, payment, etc.\r\n\r\n \r\n\r\nThanks so much!\r\n\r\n \r\n\r\nBTW - spectacular photography! \r\n\r\n '), (1598, NULL, NULL, 'mary', 20070726, 113000, 20070628, 103807, 60, 2, 'E', 'P', 'dentist', '11:30'), (1599, NULL, NULL, 'mary', 20070809, -1, 20070628, 103950, 0, 2, 'M', 'P', 'portland', 'dates aren''t exact, chosen to keep the window open'), (1600, NULL, NULL, 'mary', 20070702, -1, 20070628, 104127, 0, 2, 'M', 'P', 'santa cruz', 'get address from sue'), (1601, NULL, NULL, 'mary', 20070701, -1, 20070628, 104203, 0, 2, 'E', 'P', 'anniversary #1', '.'), (1602, NULL, NULL, 'mary', 20070701, 90000, 20070628, 104247, 720, 2, 'E', 'P', 'mary in Auburn', 'mary in Auburn'), (1603, NULL, NULL, 'mary', 20070629, 90000, 20070628, 104405, 240, 2, 'E', 'P', 'bring erik to kimberly''s', 'meet at West Oakland BART 9:30'), (1604, NULL, NULL, 'mary', 20070727, -1, 20070628, 122325, 0, 2, 'M', 'P', 'Joe''s arctic show, Palo ALto', 'PAL'), (1605, NULL, NULL, 'mary', 20070727, 180000, 20070628, 122426, 120, 2, 'E', 'P', 'Joe''s reception', 'Above the Arctic Circle\r\nPalo Alto'), (1606, NULL, NULL, 'joe', 20070714, 140000, 20070628, 213407, 540, 2, 'E', 'P', 'party christyn', 'Brian and I are having our annual summer party at our place on the 14th of July. It''s not officially an Unbirthday party, although I may still have a birthday dessert or some such, but we like throwing parties in the summer since it means we can use the backyard.\r\n\r\nWe''ll provide the grillables and a range of beverages. Feel free to bring your favorite side dish, dessert, or beverage to share -- extra points for creativity.\r\n\r\nI''m hoping for tribal dancing and drumming and such, similar to last year''s party, so please bring your instruments and improvisational spirits. You might also want to bring a lawn chair or blanket, since we have no idea how many people are going to show up and we have a limited number of seats.\r\n\r\nMore details and an evite to come later....\r\n\r\nChristyn'), (1607, NULL, NULL, 'joe', 20070704, 100000, 20070629, 125924, 60, 2, 'E', 'P', 'art fair panels pickup', 'art fair panels pickup'), (1608, NULL, NULL, 'joe', 20070713, 90000, 20070708, 12008, 60, 2, 'E', 'P', 'panel pickup', 'panel pickup'), (1609, NULL, NULL, 'joe', 20070908, -1, 20070629, 130536, 0, 2, 'M', 'P', 'propanel rental', 'alan ryall\r\n925 447 6031\r\n\r\n\r\nHi Joe,\r\n \r\nThis is to confirm my reservation of your booth equipment for the Capitola Art and Wine Festival on September 8 and 9. We''ll plan to pick up the equipment on the 7th on our way to Capitola and will return it on the 10th, on our way back. My address, phone number, etc., are the following:\r\n \r\nAddress: 1108 Megan Rd.\r\n Livermore, CA 94550\r\n \r\nPhone: (925) 447-6031\r\n \r\nEmail: alanryall@att.net\r\n \r\nWebsite: www.alanryall.com\r\n \r\nPlease let me know if you need any additional information. Thanks again for reserving the booth equipment for me, and we''ll look forward to meeting you in September.\r\n \r\nAlan Ryall'), (1610, NULL, NULL, 'joe', 20070707, 100000, 20070629, 173630, 480, 2, 'E', 'P', 'date denise', 'date denise'), (1611, NULL, NULL, 'joe', 20070715, 163000, 20070711, 12957, 420, 2, 'E', 'P', 'date denise', 'date denise'), (1612, NULL, NULL, 'joe', 20070720, 160000, 20070717, 124128, 420, 2, 'E', 'P', 'date denise', 'date denise\r\n\r\n8-10 watercourse way'), (1613, NULL, NULL, 'joe', 20070804, 180000, 20070629, 182805, 300, 2, 'E', 'P', 'dave and jan gettogether', 'blarg'), (1614, NULL, NULL, 'joe', 20070725, 120000, 20070629, 190146, 360, 2, 'E', 'P', 'denise?', 'denise?'), (1615, NULL, NULL, 'joe', 20070728, 170000, 20070629, 190208, 720, 2, 'E', 'P', 'denise overnight?', 'denise overnight?'), (1616, NULL, NULL, 'joe', 20070704, 170000, 20070702, 101435, 240, 2, 'E', 'P', 'bbq', 'bbq'), (1617, NULL, NULL, 'joe', 20070712, 120000, 20070709, 175837, 60, 2, 'E', 'P', 'lunch dita', 'lunch dita'), (1618, NULL, NULL, 'joe', 20070811, -1, 20070702, 184100, 0, 2, 'E', 'P', 'ppp', 'ppp'), (1619, NULL, NULL, 'joe', 20070708, 90000, 20070703, 182916, 240, 2, 'E', 'P', 'dance church', 'dance church'), (1620, NULL, NULL, 'casey', 20070714, 173000, 20070711, 164021, 150, 2, 'E', 'R', 'Dianna''s housewarming', 'Hi, Mary & Casey - \r\n\r\n\r\nI''m writing to let you know that we are (finally!) having our housewarming\r\nSaturday, July 14, 2007. I know this is short notice, but nothing got\r\nfinalized until this last weekend; we got caught up in a lot of stuff.\r\n\r\n\r\nThe festivities begin at 3, with food and drink - actual dinner is around 7.\r\nSteve and Beatrice have confirmed, and Carol is coming; Dave & Juliet have not\r\nconfirmed, but may show; my boss, Mike and his wife, Diane, are definitely\r\ncoming.\r\n\r\n\r\nWe''re now findable on google and yahoo maps! The Address is 2373 Azevedo\r\nParkway, San Jose, CA 95125. My number is 510-579-6915.\r\n\r\n\r\nWe''d love it if you could make it!\r\n\r\n\r\nDianna and Rod'), (1621, NULL, NULL, 'mary', 20070803, 160000, 20070706, 161724, 60, 2, 'E', 'P', 'Dr Roost - GI', 'Building 2, second floor'), (1622, NULL, NULL, 'joe', 20070712, 170000, 20070707, 123420, 420, 2, 'E', 'P', 'dinner joe and lisa', 'dinner joe and lisa '), (1623, NULL, NULL, 'joe', 20070725, 100000, 20070708, 14536, 0, 2, 'E', 'P', 'remind kathy to come to the show :)', 'remind kathy to come to the show :)'), (1624, NULL, NULL, 'joe', 20070725, 90000, 20070708, 165219, 0, 2, 'E', 'P', 'hotel california takedown', 'hotel california takedown'), (1625, NULL, NULL, 'joe', 20070812, 80000, 20070708, 203619, 300, 2, 'M', 'P', 'dance church 1st sunday', 'dance church 1st sunday'), (1626, NULL, NULL, 'mary', 20070721, 120000, 20070708, 205040, 240, 2, 'E', 'P', 'rootbeer party', 'http://luna-torquill.livejournal.com/256024.html'), (1627, NULL, NULL, 'mary', 20070826, 120000, 20070822, 110347, 180, 1, 'E', 'R', 'play in water', '\r\nhttp://thats-ms-dragon.livejournal.com/244838.html'), (1628, NULL, NULL, 'mary', 20070804, 130000, 20070728, 134424, 240, 2, 'E', 'P', 'dog park picnic CANCELLED', 'http://mactavish.livejournal.com/5411922.html\r\nhttp://mactavish.livejournal.com/5451376.html'), (1629, NULL, NULL, 'joe', 20070819, 170000, 20070709, 184425, 240, 2, 'E', 'P', 'andrew''s b''day (g?)', 'andrew''s b''day (g?)\r\n\r\nhttp://www.evite.com/pages/invite/viewInvite.jsp?inviteId=IYVIOMAXYSDIPMLACBQK&li=iq&src=email&trk=aei2'), (1630, NULL, NULL, 'mary', 20070714, -1, 20070710, 20533, 0, 2, 'M', 'P', 'period should start', 'period should start'), (1631, NULL, NULL, 'joe', 20070824, 0, 20070711, 13240, 0, 2, 'M', 'P', 'propanel rental', 'Joe -\r\nI''m confirming I''ll be seeing you on Friday morning to get the booth setup.\r\n\r\nI also have just heard that I''ve been accepted into another show at the end\r\nof the summer - August 25-26. I''d like to reserve the pro-panels for that\r\nweekend if possible too. I will not need the tent that weekend - they''re\r\nproviding canopies (one less thing to setup!\r\n\r\nThanks again,\r\nCara\r\n\r\nCara Brown\r\nLife Coach - Artist\r\nLife in Full Color!\r\nhttp://www.lifeinfullcolor.net\r\n(415) 785-4701 - office\r\n(415) 699-2556 - cell\r\n'), (1632, NULL, NULL, 'joe', 20070713, 120000, 20070711, 132313, 0, 2, 'E', 'P', 'lunch leah', 'lunch leah'), (1633, NULL, NULL, 'mary', 20070803, 190000, 20070711, 163141, 240, 2, 'E', 'P', 'Craft Night', 'Kimberly''s house\r\n\r\nConsidering the type of people you are and the environment you''re in, you have to admit the strong possibility this may be the only chance you ever have in your entire lives to have sex. \r\nhttp://www.imdb.com/title/tt0089886/quotes'), (1634, NULL, NULL, 'mary', 20070713, 210000, 20070711, 163305, 180, 2, 'E', 'P', 'Wine and Song', 'You know the details.'), (1635, NULL, NULL, 'mary', 20070714, 140000, 20070711, 163543, 300, 2, 'E', 'P', 'christyn and brian''s thing', 'http://www.evite.com/pages/invite/viewInvite.jsp?inviteId=SGQNCIHGHMSNGTZZGKPU'), (1636, NULL, NULL, 'mary', 20070718, 110000, 20070711, 163825, 300, 2, 'E', 'P', 'Berry picking time', 'Sue and Kimberly, Pescadero'), (1637, NULL, NULL, 'mary', 20070902, 150000, 20070711, 200020, 180, 2, 'E', 'P', 'Labor Day barbecue', 'http://juvernaz.livejournal.com/365900.html\r\nDogs welcome (again)'), (1638, NULL, NULL, 'mary', 20070713, 100000, 20070711, 215808, 180, 2, 'E', 'P', 'dog park date', 'With Carrye (lj:litgoddess) Pt. Isabel'), (1639, NULL, NULL, 'mary', 20070712, -1, 20070711, 215921, 0, 2, 'E', 'P', 'Fremont', 'Raley''s:\r\n\r\nMeds \r\nVegetables\r\nCleaning supplies for bathroom\r\n\r\n\r\nPAMF:\r\nPay bill\r\n'), (1640, NULL, NULL, 'joe', 20070719, 180000, 20070712, 131115, 360, 2, 'E', 'P', 'dave', 'dave'), (1641, NULL, NULL, 'joe', 20070722, 80000, 20070713, 130153, 480, 2, 'E', 'P', 'dance church & redwoods?', 'dance church & redwoods with leahh'), (1642, NULL, NULL, 'joe', 20070720, 180000, 20070713, 134541, 360, 2, 'E', 'P', 'carolyn bday', 'Please put next friday, the 20th, on your calendars for celebrating with\r\nCarolyn.\r\n\r\nThe location is somewhat TBD, but will be between Menlo Park and Palo Alto.\r\n\r\nCheers,\r\n-brianb'), (1643, NULL, NULL, 'mary', 20070718, -1, 20070715, 132133, 0, 2, 'E', 'P', 'rainy coming up', 'rainy -- plus two teenagers :)'), (1644, NULL, NULL, 'joe', 20071122, 80000, 20070813, 143910, 840, 2, 'M', 'P', 'patagonia', 'patagonia'), (1645, NULL, NULL, 'joe', 20070718, 120000, 20070716, 234008, 240, 2, 'E', 'P', 'lunch lauren', 'lunch lauren'), (1646, NULL, NULL, 'joe', 20071020, 170000, 20070717, 111453, 300, 2, 'E', 'P', 'women''s awards dinner', 'women''s awards dinner'), (1647, NULL, NULL, 'joe', 20080830, -1, 20070717, 113220, 0, 2, 'M', 'P', 'propanel rental', 'Ellen Deck hide details 8:23 am (6 minutes ago) \r\n to Joe Decker \r\n date Jul 17, 2007 8:23 AM \r\n subject Re: pro panels \r\n signed-by sbcglobal.net \r\nThank you Joe,\r\n\r\nI''ll let you know what I end up finding. In the \r\nmeantime, can I rent the panels from you for the \r\nlast weekend in August 2008? I know that''s far\r\noff, but...\r\n\r\nThanks again,\r\n\r\nEllen'); INSERT INTO `webcal_entry` (`cal_id`, `cal_group_id`, `cal_ext_for_id`, `cal_create_by`, `cal_date`, `cal_time`, `cal_mod_date`, `cal_mod_time`, `cal_duration`, `cal_priority`, `cal_type`, `cal_access`, `cal_name`, `cal_description`) VALUES (1648, NULL, NULL, 'joe', 20070718, 180000, 20070717, 113545, 0, 2, 'E', 'P', 'photo review (g?)', 'Hi everyone,\r\n\r\nOur next meeting is this Wed July 18th starting at 7:30. Please bring any Fort Point prints you have for our book box in addition to all your new work in progress. \r\n\r\nSee you on Wednesday.\r\n\r\n-Lisa\r\n\r\nLogistics for our meeting:\r\nDates: The 1st and 3rd Wed of each month\r\nTime: 7:30 pm\r\nLocation: David and Lisa''s (and Kelton''s) house at\r\n2220 Middlefield Road, Palo Alto\r\n650/323-6725\r\nMap: http://maps.google.com/maps?q=2220+middlefield+rd,+palo+alto,ca&spn=0.019909,0.035836&hl=en'), (1649, NULL, NULL, 'joe', 20070915, -1, 20070718, 134119, 0, 2, 'M', 'P', 'pro panel rental', 'Kathy Switky Kathy Switky \r\nto joe\r\n \r\nshow details\r\n 9:14 am (1 hour ago) \r\nHi Joe,\r\n\r\nI found your website, and am thrilled - I''m organizing a private art\r\nexhibit that weekend in the San Mateo Library, and are looking for\r\nPro Panels to rent the weekend of September 15-16.\r\n\r\nCan you tell me (a) whether yours are available that weekend, and if\r\nso, how many you have? As our event is indoors, we wouldn''t need the\r\ncanopy, but just the panels, hardware necessary for them to stand,\r\nand hardware for hanging.\r\n\r\nWe''re hoping to get at least 20 panels, and could probably use more\r\nlike 30 (I haven''t done the math yet). It sounds like maybe you\r\ndon''t have that many; if that''s the case, if you can point me to any\r\nother local artists who might have Pro Panels for rent, I''d be most\r\nappreciative.\r\n\r\n\r\nThank you so much!\r\n\r\nKathy Switky\r\n650.269.1343'), (1650, NULL, NULL, 'joe', 20070819, 170000, 20070718, 195351, 300, 2, 'E', 'P', 'dave and jan bbq', 'dave and jan bbq'), (1651, NULL, NULL, 'joe', 20070719, 102000, 20070718, 202133, 0, 2, 'E', 'P', 'cat appt', 'cat appt'), (1652, NULL, NULL, 'joe', 20070819, 150000, 20070718, 224825, 300, 2, 'E', 'P', 'les h''warming', 'http://tenacious-snail.livejournal.com/404400.html?mode=reply'), (1653, NULL, NULL, 'joe', 20070920, 190000, 20070723, 103029, 0, 2, 'E', 'P', 'firefly at the parkway', '\r\n\r\nThursday, September 20, 9:15\r\n\r\nJOSS WHEDON NIGHT: The final episodes of FIREFLY on the big screen: "The Message," "Heart of Gold" and "Objects in Space." (But don''t fret, we''ll start all over again with the feature film SERENITY in November!)\r\nhttp://www.parkwaywhedon.blogspot.com/\r\nAdmission: $6 (21 & over)'), (1654, NULL, NULL, 'joe', 20071115, -1, 20070723, 103126, 0, 2, 'E', 'P', 'serenity at the parkway', '\r\nserenity at the parkway'), (1655, NULL, NULL, 'joe', 20070815, 101500, 20070723, 150037, 120, 2, 'E', 'P', 'the devil', 'thomas kinkaide network, morgan hill\r\n\r\n900 lightpost, m. hill'), (1656, NULL, NULL, 'mary', 20070726, -1, 20070723, 160846, 0, 2, 'M', 'P', 'o?', 'to be expected, anyway, I have *no* idea -- I''m guessing Friday through Tuesday, at some point.'), (1657, NULL, NULL, 'joe', 20071109, 110000, 20070723, 192655, 0, 2, 'M', 'P', 'propanel rental', ' \r\n Reply \r\nReply to all Reply to allForward Forward Print Add Ellen to Contacts list Delete this message Report phishing Show original Message text garbled?\r\n from Ellen Deck hide details 3:34 pm (51 minutes ago) \r\n to Joe Decker \r\n date Jul 23, 2007 3:34 PM \r\n subject pro panels \r\n signed-by sbcglobal.net \r\nHi Joe,\r\n\r\nEllen Demel Deck here. I''m wondering about the availability of your\r\npro panels for Nov. 11th. I''d pick them up the day before & return\r\nthem the day after. A friend is having a show for my work at her\r\nhome. How do they stand up??\r\n\r\nThanks so much,\r\n\r\nEllen'), (1658, NULL, NULL, 'casey', 20070729, 130000, 20070724, 191951, 360, 2, 'E', 'P', 'Date with Audrey', 'Date with Audrey'), (1659, NULL, NULL, 'mary', 20070717, -1, 20070725, 2359, 0, 2, 'E', 'P', 'period started', '11 am'), (1660, NULL, NULL, 'mary', 20070727, 90000, 20070725, 30108, 180, 2, 'E', 'P', 'michael garden work', '(etc)'), (1661, NULL, NULL, 'joe', 20070813, 103000, 20070726, 95416, 60, 2, 'E', 'P', 'marilyn ? - stanford art spaces', 'Dear Joe,\r\n\r\nI schedule and install exhibits in buildings on the Stanford\r\nUniversity campus. I am interested in speaking to you about having a\r\npossible exhibit. Please look at my web site at\r\nhttp://cis.stanford.edu/~marigros and please call me at (650)\r\n725-3622.\r\n'), (1662, 915, NULL, 'joe', 20070821, 103000, 20070726, 91436, 60, 2, 'E', 'P', 'no therapy this day', 'ann bolger'), (1663, NULL, NULL, 'joe', 20070825, 193000, 20070726, 103925, 0, 2, 'E', 'P', 'keith bower''s art group/ 1984', 'keith bower''s art group/ 1984 (time est.)'), (1664, NULL, NULL, 'joe', 20070817, 110000, 20070727, 104919, 540, 2, 'E', 'P', 'denise', 'denise'), (1665, NULL, NULL, 'joe', 20070824, 110000, 20070727, 105251, 540, 2, 'E', 'P', 'denise', 'denise'), (1666, NULL, NULL, 'joe', 20070830, 140000, 20070801, 130648, 780, 2, 'E', 'P', 'd sleepover', 'd sleepover'), (1667, NULL, NULL, 'joe', 20070901, 180000, 20070727, 105739, 300, 2, 'E', 'P', 'be avilable for phone for denise', 'be avilable for phone for denise'), (1668, NULL, NULL, 'joe', 20070818, 180000, 20070727, 112356, 360, 2, 'E', 'P', 'DR', 'DR'), (1669, NULL, NULL, 'joe', 20070801, 120000, 20070727, 161343, 420, 2, 'M', 'P', 'KAELID Installation', 'Dear KALEID artists, sorry for this mass email, particularly if you are NEW to the gallery. We have been out of town and are trying to catch up on all the emails!!\r\n\r\nIf you are receiving this email, it is because you are scheduled to participate for the August thru October term of KALEID, unless your name is on the "OUT" list below. (In which case, please remove your artwork on Friday 27th from noon - 7pm, Sat. the 28th from noon - 5pm or Tues the 30th from noon - 7pm. And Thank you! for participating in the last term!)\r\n\r\nFor everyone else: Please find your name below, alphabetically, and let me know if it is NOT spelled correctly, or if you do NOT see your name on the list.\r\n\r\nPlease be ready to install on Weds Aug 1st, and / or Thurs Aug 2, from Noon - 7pm.\r\n\r\nAll artists should mark the back of their work, or bottom of sculptures, etc. with small (non damaging when removed) stickers that have your first initial and last name, and three digit number per item (001, 002, etc) that corresponds with your inventory list. This is the only way we can keep track of sales and pay you!\r\n\r\nIf you are an artist that needs wall space:\r\n-please make sure all your work is ready to hang (and securely).\r\n-please prepare labels for your work that can be lightly taped to the walls.\r\n-please bring a drill if you have one, with wood screws (no hammer/nails on the wood panels.)\r\n-you can expect to have a 4'' x 8'' wood panel to hang your work.\r\n-please bring more than this minimum size though so we can help you pull together the best work for the gallery and your presentation.\r\n-you are welcome to have a 5" x 7" bio sheet on the wall, or table with your name, city of residence and a little information about you and/or career highlights.\r\n\r\nIf you are an artist that needs floor space for your display, please think of ways to increase the professional aesthetics (nicer fabric, no table legs showing, etc) and perhaps even how to display taller versus a larger footprint. You will have to provide everything you will need for your display.\r\n\r\nAlso, please make use of the Artists Registry binder. This will be referred to (potential) customers that may want to see more examples of your work, commission work or mural work. Please use 8.5" x 11" sheets.\r\n\r\nPlease bring your check for $100 made payable to Two Fish Design. (please find the terms of the gallery agreement below.)\r\nIf you will not be stopping by the gallery, please mail it to:\r\n366 South First Street\r\nSan Jose, CA 95113.\r\n\r\nLastly, please plan on being there for the First Friday openings if possible. 7-9pm. It will have entertainment and we request that you all bring a little something for the refreshments table for our guests.\r\n\r\nIf your circumstances have changed and you do NOT want to be included, please let me know as soon as possible. This is the final list and we are preparing all the marketing materials soon. We consider this an agreement and there will be no refunds after July 30th.\r\n\r\nFeel free to get in touch with any questions or concerns in the meantime.\r\n\r\npeace and care,\r\nCherri & Brian\r\n\r\n--------------------------------------\r\n\r\nKALEID (Greek for beauty and form, and a shortened take on Kaleidoscope) and will feature Fine Art, Limited Editions & Creative Gifts.\r\n\r\n- It is a project of Phantom Galleries (artwork in empty storefronts over the last six years, and still running) and we believe, if successful, could lead to a great many more opportunities for you as an artist to do what you love, have better exposure to the public and the network that includes the support of fellow creatives.\r\n\r\n- KALEID hours: Tues thru Fri, Noon - 7pm, Sat., Noon - 5pm with one paid staff person.\r\n\r\n- Space will be limited. We are looking for artists that are dedicated to their art and will be seriously invested in this opportunity. We''d like you to envision this as your own micro-enterprise within KALEID with the hopes that some of you will grow up and out of KALEID into your own creative enterprise in the downtown core.\r\n\r\n-You may rotate your inventory throughout your term as long as you keep the inventory sheet current. We actually think this would be a good thing...if people feel there''s always something new, they are more likely to come by the space often.\r\n\r\n- Please let us know at least one day in advance when (day and time) you plan to switch out or replenish work (there is a staff lunch break and we want to make sure we don''t miss anyone).\r\n\r\n-We do expect that you keep your work in the gallery for the full three month term.\r\n\r\n- There is a $100 fee to exhibit for 3 months, which would be the minimum agreement (all fees benefit KALEID Gallery and its basic operations). The $100 fee will be due during the installation period. Checks should be made payable to Two FIsh Design.\r\n\r\n- After the three months are up, you would be given first right or refusal for the next three months (the $100 fee would apply again) , which, should you decline, would then go to the waiting list of interested artists. (Should you want to participate after declining your renewal, you would be placed at the bottom of the wait list.)\r\n\r\n- Commission is waived until sales accumulate to $200, after that, all sales would be subject to a 20% commission which benefits the Phantom Galleries project.\r\n\r\n-There is a Visa/MC machine on site, all purchases made by customers through credit will be subject to a 5% fee deducted from that artist''s sale as that is what the bank charges us.\r\n\r\n- There will be "First Friday" artists'' receptions with two featured artists each month. Featured "First Friday" artists are subject to 40% commission on sales during their month due to the extra focus and marketing benefits they will be enjoying (prime wall space, ads, email blasts and website).\r\n\r\n-Checks are written at least once a month, and sometimes, depending on sales, twice a month. Please make sure you provide your mailing address and phone number on your inventory sheets.\r\n\r\n-We encourage all artists to attend the First Friday openings and to please bring snacks or beverages for the reception table for our guests. These First Fridays are very well attended and an excellent opportunity to meet the public and discuss your work, and to meet other artists and to network!\r\n\r\n- Should the space need to be vacated due to a tenant, we will refund the pro-rated amount for exhibit days not fulfilled (approx. $1.66 a day). Other than this scenario, there are no refunds.\r\n\r\nAUG thru OCT ARTISTS:\r\n...\r\nJoe Decker\r\n...'), (1670, NULL, NULL, 'mary', 20070825, 190000, 20070814, 123859, 300, 2, 'E', 'R', 'kathy''s birthday party', 'I *think* -- Tim might have said 25th, I''ll find out. I''m pretty sure he said 24th. Kathy''s not involved in the planning (though it''s not a surprise), but Lynn or Michael might know for sure.\r\n\r\nThis is a big birthday -- 50. Tim says no presents are necessary, when I joked about getting her an 8-gallon KitchenAid mixer, but if you do want to go in on something, holler.'), (1671, NULL, NULL, 'joe', 20070817, 210000, 20070729, 135051, 180, 2, 'E', 'P', 'QP (not going)', '--> Queer Playground parties Friday August 17 <--\r\n\r\nFriday, August 17, 2007\r\nCome to the SF Citadel Friday evening August 17 as Queer Playground becomes Queer Carnivale!\r\n\r\nCome one, come all!\r\nPlay a hand of poker, challenge a mate to wrestle, indulge at the Spanking Booth, enjoy a fabulous show of strippers!\r\nPrizes will be...\r\nPosted by Rig_Daddy'), (1672, NULL, NULL, 'joe', 20070801, 173000, 20070730, 24606, 60, 2, 'E', 'P', 'propanel pickup', 'propanel pickup'), (1673, NULL, NULL, 'joe', 20070804, 190000, 20070730, 174649, 180, 2, 'E', 'P', 'galaxy quest movie night 7', 'galaxy quest movie night 7'), (1674, NULL, NULL, 'joe', 20071013, 150000, 20070730, 174743, 480, 2, 'E', 'P', 'pink sheets (tentative)', 'pink sheets (tentative)'), (1675, NULL, NULL, 'joe', 20070825, 110000, 20070801, 130347, 600, 2, 'E', 'P', 'kathy''s b''day party, d', 'kathy''s b''day party, d'), (1676, NULL, NULL, 'mary', 20070804, 190000, 20070801, 113732, 240, 2, 'E', 'P', 'movie night!', 'Galaxy quest\r\nRSVPs so far, none for *sure,* most probable:\r\n\r\nJoe\r\nBronwyn\r\nlj:caramida\r\n\r\n'), (1677, NULL, NULL, 'joe', 20070820, 190000, 20070802, 120610, 180, 2, 'E', 'R', 'caning for pain joanne', 'caning for pain joanne'), (1678, NULL, NULL, 'joe', 20070829, 190000, 20070801, 175918, 180, 2, 'E', 'P', 'propanel', 'propanel '), (1679, NULL, NULL, 'joe', 20070815, 90000, 20070801, 182125, 120, 2, 'E', 'P', 'breakfast kathleen', 'breakfast kathleen'), (1680, NULL, NULL, 'joe', 20070827, 190000, 20070802, 210423, 300, 2, 'E', 'P', 'date leah', 'date leah'), (1681, NULL, NULL, 'joe', 20070816, 120000, 20070803, 100325, 60, 2, 'E', 'P', 'lunch sarah', 'lunch sarah'), (1682, NULL, NULL, 'joe', 20070819, 130000, 20070803, 133459, 240, 2, 'E', 'P', 'jessica/michael b''day', 'Hi all,\r\n\r\nWe are having a party for Sebastian''s first birthday on August 19th (his\r\nbirthday is on the 23rd). It is also a party for Unlce Michael who has a\r\nbirthday on the 22nd. I hope you and your families can make it!\r\n\r\n*****Sebastian First Birthday Party and Uncle Michael''s Thirtieth or so !*****\r\n\r\nWhen: Sunday August 19th, 2007\r\n\r\nTime: 1pm-5pm\r\n\r\nWhere: 4738 Piper St. Fremont, CA (510)-668-0439\r\n\r\nWho: You and your families.\r\n\r\nVegetarian buffet lunch will be served as well as cake for babies and adults.\r\n\r\nPlease RSVP via email orphone.\r\n\r\nWe hope to see you all there!\r\n\r\nNote: Note: No gifts are necessary--Sebastian has so many toys and clothes we\r\ndon''t really need much more and your presence is really all we want. If you\r\ndo feel compelled to purchase something for him (I know some people cannot\r\nresist baaaaaaby purchases) he likes books (board books are best), especially\r\nones with photos of animals, toys with wheels and balls, though he will\r\nhappily play with just about anything. He is currently wearing twelve month\r\nclothing and it tends to be biggish on him so our guess is he will be in it\r\nfor a while (he is right around 20lbs and approaching 29 inches long). He\r\ndoesn''t watch TV/videos so please nothing of that nature (and, of course, no\r\ntoy weapons). I cannot speak to Uncle Michael''s gift preferences ;)\r\n\r\nHope to see you all there!'), (1683, NULL, NULL, 'mary', 20070819, 130000, 20070803, 133603, 240, 2, 'E', 'R', 'birthday party', 'Hi all,\r\n\r\n\r\nWe are having a party for Sebastian''s first birthday on August 19th (his \r\nbirthday is on the 23rd). It is also a party for Unlce Michael who has a \r\nbirthday on the 22nd. I hope you and your families can make it!\r\n\r\n\r\n*****Sebastian First Birthday Party and Uncle Michael''s Thirtieth or so !*****\r\n\r\n\r\nWhen: Sunday August 19th, 2007\r\n\r\n\r\nTime: 1pm-5pm\r\n\r\n\r\nWhere: 4738 Piper St. Fremont, CA (510)-668-0439\r\n\r\n\r\nWho: You and your families.\r\n\r\n\r\nVegetarian buffet lunch will be served as well as cake for babies and adults.\r\n\r\n\r\nPlease RSVP via email or phone.\r\n\r\n\r\nWe hope to see you all there!\r\n\r\n\r\nNote: Note: No gifts are necessary--Sebastian has so many toys and clothes we \r\ndon''t really need much more and your presence is really all we want. If you \r\ndo feel compelled to purchase something for him (I know some people cannot \r\nresist baaaaaaby purchases) he likes books (board books are best), especially \r\nones with photos of animals, toys with wheels and balls, though he will \r\nhappily play with just about anything. He is currently wearing twelve month \r\nclothing and it tends to be biggish on him so our guess is he will be in it \r\nfor a while (he is right around 20lbs and approaching 29 inches long). He \r\ndoesn''t watch TV/videos so please nothing of that nature (and, of course, no \r\ntoy weapons). I cannot speak to Uncle Michael''s gift preferences ;)\r\n\r\n\r\nHope to see you all there!\r\n\r\nJessica '), (1685, NULL, NULL, 'joe', 20070818, 120000, 20070805, 104933, 300, 2, 'E', 'P', 'aaron''s b''day', 'The details:\r\nWhen: Saturday, August 18, 12pm to 6pm.\r\nWhere: Burgess Park, 701 Laurel Street, Menlo Park, CA. in the picnic area.\r\nWhy: Because I''d really like to have a summer picnic with as many of my friends\r\nas I can get to show.\r\nWho: You people; any of your sweeties and family that you care to bring along\r\nwho would enjoy this.\r\nOther: We''ll be supplying a fair amount of beverages, and sausages & burgers &\r\ntrimmings for the bbq; there will be cake & ice cream if someone decides to\r\nbring some and share...\r\n\r\n'), (1686, NULL, NULL, 'mary', 20070818, 120000, 20070805, 142300, 360, 2, 'E', 'R', 'Aaron''s birthday party', 'Not yet sure whether I want to go to this, I will decide later. Just letting you know about it and penciling it in.\r\n\r\nhttp://the-ogre.livejournal.com/418397.html'), (1687, NULL, NULL, 'mary', 20070819, 170000, 20070806, 162855, 240, 2, 'E', 'P', 'Andrew''s birthday party', 'http://www.evite.com/pages/invite/viewInvite.jsp?inviteId=VLCKDDICXSPPXDRKIFBM'), (1688, NULL, NULL, 'mary', 20070819, 170000, 20070806, 162958, 240, 2, 'E', 'P', 'Andrew''s birthday party', 'http://www.evite.com/pages/invite/viewInvite.jsp?inviteId=VLCKDDICXSPPXDRKIFBM'), (1689, NULL, NULL, 'mary', 20070819, 120000, 20070807, 124133, 360, 2, 'E', 'R', 'holy crap', 'This is rather short notice for those of you not following LJ, but I''m hoping\r\nyou can make it for at least a little while.\r\n\r\n\r\nWhen: Sunday, August 19, noon to dusk (or whenever we get cold enough that we\r\nwant to go home)\r\n\r\n\r\nWhere: Live Oak Park, in Berkeley, at the little site surrounded by the stream.\r\nDirections follow...\r\n\r\n\r\nWhat: It''s a barbeque. Or BBQ. Or whatever the heck you want to call it.\r\n\r\n\r\nRSVP''s requested so we know how much food to bring. :)\r\n\r\n\r\n\r\nThis year''s party will be much like last year''s, for those of you who made it\r\nto that. Meg will be handling the grillables in her usual super-competent\r\nfashion; we''ll also provide tools, trappings, and drinks. She informs me that\r\nguests should bring one side dish (per unit of people, I''m assuming, so couples\r\nwould bring one between them) that''s large enough for the whole party. We''re\r\nhoping that they won''t all be desserts. :)\r\n\r\n\r\n('), (1690, NULL, NULL, 'mary', 20070820, 163000, 20070827, 33220, 135, 3, 'M', 'R', 'Intermediate Algebra', 'MTH 55-ON3\r\n22174 Class\r\n4:30 pm-6:45 pm\r\nC1800 1818'), (1691, NULL, NULL, 'mary', 20070822, 133000, 20070827, 33135, 180, 3, 'M', 'R', 'GIS', ' GEOG 20-001\r\n21407 Class\r\n1:30 pm-4:20 pm\r\nC2200 2207'), (1692, NULL, NULL, 'mary', 20070824, 150000, 20070808, 174951, 180, 2, 'E', 'R', 'geology', '􀀳Introductory Meeting: Room 1826; Friday, August 24; 3-5pm OR 6:30-8:30pm\r\nLas Positas college'), (1693, NULL, NULL, 'joe', 20070831, 190000, 20070809, 134521, 240, 2, 'E', 'P', 'Kieth Bowers (might have to bail, but unlikely)', 'Kieth Bowers (might have to bail, but unlikely)'), (1694, NULL, NULL, 'joe', 20070907, 180000, 20070812, 125938, 120, 2, 'E', 'P', 'meet the instructors', 'meet the instructors'), (1695, NULL, NULL, 'joe', 20070821, 190000, 20070813, 144035, 0, 2, 'E', 'P', 'all hands staff meeting, impact', 'all hands staff meeting, impact'), (1696, NULL, NULL, 'joe', 20070823, 130000, 20070814, 115829, 420, 2, 'E', 'P', 'mary/joe', 'mary/joe'), (1697, NULL, NULL, 'joe', 20070828, 130000, 20070821, 212810, 420, 2, 'E', 'P', 'mary/joe', 'mary/joe'), (1698, NULL, NULL, 'mary', 20071025, -1, 20070814, 121935, 0, 2, 'E', 'P', 'Joe''s birthday', 'Joe''s birthday'), (1699, NULL, NULL, 'mary', 20071122, -1, 20070814, 122105, 0, 2, 'E', 'P', 'Thanksgiving', 'Thanksgiving - Mom''s?'), (1700, NULL, NULL, 'mary', 20070929, 180000, 20070814, 122723, 360, 2, 'E', 'P', 'Casey''s 37.6th birthday party', 'Upgraded from 37.5 due to realities of the calendar.\r\n\r\nCasey: Right now, it looks like you, me, Joe, Chris, Kimberly, Aidon, Sue, and the boys who will be enWiied.\r\n\r\nIt will be made known that the boys are welcome but not required. ;)\r\n\r\nIf you''d like to invite anyone else (Audrey, Denise?) feel free within the constrains of your social energy. We can seat something like 10 people at our current tables, and trying to make more table space would be awkward. Let me know in time to plan food. :D'), (1701, NULL, NULL, 'joe', 20071027, 120000, 20070814, 150830, 720, 2, 'E', 'P', 'tentative birthday bbq', 'tentative birthday bbq'), (1702, NULL, NULL, 'mary', 20071027, 150000, 20070814, 152117, 300, 2, 'E', 'P', 'Joe''s birthday party', 'http://joedecker.livejournal.com/957850.html'), (1703, NULL, NULL, 'joe', 20071006, 100000, 20070815, 10833, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1704, NULL, NULL, 'joe', 20071020, 100000, 20070815, 10850, 360, 2, 'E', 'P', 'PAL 10-4', 'PAL 10-4'), (1705, NULL, NULL, 'joe', 20080411, -1, 20070815, 134911, 0, 2, 'M', 'P', 'Stanford Art Spaces show', 'I enjoyed meeting, talking to you and seeing your photographs. I am\r\npresently scheduling exhibits for April 18 - July 10, 2008. Would\r\nthese dates be a good time for you to participate i