Before Record# COMPANY CONTACT TITLE ADDRESS1 ADDRESS2 ADDRESS3 CITY STATE ZIP PHONE1 COUNTRY 1 Goldmine Software Corporation Jon V. Ferrara EXEC. VICE PRESIDENT Suite 301 17383 Sunset Boulevard Pacific Palisades California 90272 (310)454-6800 2 Kaiser Permanente Morley Williams DIRECTOR Suite 1 50 SW Multnomah Street Portland Oregon 97232 (503)712-2222 3 Dean Witter Randall Noel ASSOCIATE VP 2200 Main Street Wailuku Hawaii 96783 (808)444-1234 4 Cadtech Engineering Ltd. Bea Dennkow 1894 White Oak Drive Arlington Heights Virginia 600005 (708)552-3311 5 Windows Magazine Gabe Kaplan REVIEWS EDITOR One Jericho Plaza Floor 22 Jericho New York 11753 (516)337-8844 6 Latham & Watkins Ian Kendall TECHNICIAN Suite 100 520 South Grand Los Angeles California 90071 (213)934-1234 7 The Flower Shop Sue Hill OWNER 6134 Canoga Avenue Canoga Park California 91364 (818)678-4567 8 Heather Hill Scott Leonidsky PARTNER 12345 Bass Lake Road Charden Ohio 44024 (216)294-4664 9 Artisoft Donald Deck SALES MANAGER 1101 South Forbes Tucson Arizona 85745 (602)677-0004 10 Novell Hoby Stechild DIRECTOR 122 E 17770 Avenue Provo Utah 84606 (512)999-8888 11 Blue Cross Blue Shield Parker Fillman TECHNICIAN 901 S. Central Expressway Richardson Texas 75080 (214)677-5432 12 At & T Karn Smith 14 Albert Can Street Moonachie New Jersey 07074 (201)661-8000 13 Bank of America Art Bardton LOAN OFFICER 2302 Wilshire Boulevard Santa Monica California 90403 (310)315-3783 14 Lanconquest Marty Specca PARTNER Suite 80 6000 the Edges Parkway Norcross California 30092 (770)730-6900 Processing 1 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 1 CA = lookup(ST,"CALIFORNIA ",State,"Statecity") 2 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 2 OR = lookup(ST,"OREGON ",State,"Statecity") 3 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 3 HI = lookup(ST,"HAWAII ",State,"Statecity") 4 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 4 VA = lookup(ST,"VIRGINIA ",State,"Statecity") 5 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 5 NY = lookup(ST,"NEW YORK ",State,"Statecity") 6 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 6 CA = lookup(ST,"CALIFORNIA ",State,"Statecity") 7 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 7 CA = lookup(ST,"CALIFORNIA ",State,"Statecity") 8 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 8 OH = lookup(ST,"OHIO ",State,"Statecity") 9 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 9 AZ = lookup(ST,"ARIZONA ",State,"Statecity") 10 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 10 UT = lookup(ST,"UTAH ",State,"Statecity") 11 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 11 TX = lookup(ST,"TEXAS ",State,"Statecity") 12 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 12 NJ = lookup(ST,"NEW JERSEY ",State,"Statecity") 13 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 13 CA = lookup(ST,"CALIFORNIA ",State,"Statecity") 14 replace State with LookUps('AREAZIPS.ST', upper(State), 'State', 'Statecity') 14 CA = lookup(ST,"CALIFORNIA ",State,"Statecity") Replacements: 14