﻿var contactlist = new Array(
    ["Carol Saxenian", "Principal", "262-2860", "carol.saxenian@tylerisd.org",
        new Array ("Personnel Issues", "School Policies and Procedures"),
        new Array ("principal")],
    ["Vanessa McFarland", "Asst Principal (A-D)", "262-2937", "vanessa.mcfarland@tylerisd.org",
        new Array (),
        new Array ("principal")],
    ["Winston McCowan", "Asst Principal (E-L)", "262-2874", "winston.mccowan@tylerisd.org",
        new Array ("Student Discipline"),
        new Array ("principal")],
    ["Victor James", "Asst Principal (S-Z)", "262-2850", "victor.james@tylerisd.org",
        new Array ("Student Discipline"),
        new Array ("principal")],
    ["Darnisha Carreathers", "Asst Principal (M-R)", "262-3017", "darnisha.carreathers@tylerisd.org",
        new Array ("Student Discipline"),
        new Array ("principal")],
    ["Delia Cedeno", "Asst Principal (LEP)", "262-2933", "delia.cedeno@tylerisd.org",
        new Array ("Student Discipline"),
        new Array ("principal")],
    ["Katherine Elmore", "AP Coordinator", "262-2871", "katherine.elmore@tylerisd.org",
        new Array ("AP"),
        new Array ("advanced placement", "pre-ap", "preap")],
    ["Rodney Pocock", "Testing Coordinator", "262-3027", "rodney.pocock@tylerisd.org",
        new Array (),
        new Array ()],
    ["Matthew Blake", "Accounting", "262-2863", "matthew.blake@tylerisd.org",
        new Array (),
        new Array ("accounting", "payment")],
    ["Rebecca Connors (Perez)", "", "262-2930", "rebecca.perez@tylerisd.org",
        new Array ("Transportation", "Lockers", "Textbooks", "Free and Reduced Lunch Forms", "Substitutes"),
        new Array ("books")],
    ["Heather Stauffer", "Counselor (A-D)", "262-2876", "heather.stauffer@tylerisd.org",
        new Array ("Schedules", "Credits", "Graduation Plan"),
        new Array ()],
    ["Teresa Hibbler", "Counselor (E-L)", "262-2875", "teresa.hibbler@tylerisd.org",
        new Array ("Schedules", "Credits", "Graduation Plan"),
        new Array ()],
    ["Lucinda Bone", "Counselor (LEP)", "262-2862", "lucinda.gilley@tylerisd.org",
        new Array ("Schedules"),
        new Array ()],
    ["Berdine Craddock", "Counselor (M-R)", "262-3029", "berdine.craddock@tylerisd.org",
        new Array ("Schedules", "Credits", "Graduation Plan"),
        new Array ()],
    ["Christie Hood", "Counselor (S-Z)", "262-2873", "christie.hood@tylerisd.org",
        new Array ("Schedules", "Credits", "Graduation Plan"),
        new Array ()],
    ["Tiffanii Mumphrey", "Teacher", "262-2397", "tiffenii.mumphrey@tylerisd.org",
        new Array ("Yearbook", "School Pictures"),
        new Array ()],
    ["Dawn Johnson", "Nurses", "262-2996", "",
        new Array ("Immunizations", "In-school medication"),
        new Array ()],
    ["Katie Noland", "Nurses", "262-2915", "",
        new Array ("Immunizations", "In-school medication"),
        new Array ()],
    ["Nancy King", "Special Education Dept. Head", "262-2942", "nancy.king@tylerisd.org",
        new Array ("Special Education"),
        new Array ()],
    ["Peggy Chambless", "Registrar", "262-2929", "peggy.chambless@tylerisd.org",
        new Array ("Address Changes", "Enrollment", "Registration"),
        new Array ()],
    ["Jean Williams", "", "262-2865", "jean.williams@tylerisd.org",
        new Array ("Withdrawals"),
        new Array ()],
    ["Pamela Rodriguez", "", "262-3028", "pamela.rodriguez@tylerisd.org",
        new Array ("College and Career Center"),
        new Array ()],
    ["Dorothy Franks", "", "262-2850", "dorothy.franks@tylerisd.org",
        new Array ("Parent Center"),
        new Array ()],
    ["Gerald Barnes", "", "262-2850", "gerald.barnes@tylerisd.org",
        new Array ("Transportation"),
        new Array ()],
    ["Denita Brooks", "Secretary -  Asst. Principals", "262-2866", "",
        new Array (),
        new Array ()],
    ["Jessica Duran", "Secretary -  Asst. Principals", "262-2936", "",
        new Array (),
        new Array ()],
    ["Cressie Williams", "Attendance Clerks", "262-2917", "",
        new Array ("Attendance"),
        new Array ()],
    ["Jimmie Sanders", "Attendance Clerk", "262-2932", "",
        new Array ("Attendance"),
        new Array ()],
    ["Pamela Drew", "Attendance Clerk", "262-2918", "",
        new Array ("Attendance"),
        new Array ()]
);
