var PD = PD || {}; PD.plan = PD.plan || {}; (function (p) { "use strict"; p.TASKS = p.TASKS || []; p.TASK_NAMES = ["Wipe tables","Wipe shelving units","Wipe shelves","Wipe radiators","Wipe chairs","Wipe panels","Wipe cable trays","Wipe window frames","Wipe lamps","Wipe blackboards","Wipe doors","Wipe railing","Wipe tiles","Wipe dispensers","Wipe contact surfaces","Dust picture frames, etc.","Dust IT equipment, etc.","Dust exhaust system","Polish mirrors","Clean kitchen","Clean sinks","Clean restrooms","Clean showers","Refill toilet paper","Refill soap","Refill paper towels","Vacuum floors","Vacuum mats","Sweep floors","Wash floors with mop","Wash floors with floor cleaner","Empty recycling bins","Empty bins","Empty ashtrays","Ventilate","Remove cobwebs","Clean lifts","Clean dishwasher","Clean oven","Wipe glass doors","Wipe ceiling lamps","Wipe fire extinguishers","Clean coffee machine","Clean toilets with pumice","Clean with foam","General tidying","Vacuum rugs","Vacuum sofas\/fabric furniture","Clean refrigerators","Clean microwave ovens","Clean under kitchen sinks","Clean extractor hoods","Clean washing machines","Clean dryers","Replace dishtowels","Replace towels","Change bedding","Iron clothes","Descale bathroom","Clean windows (inside)","Clean windows (outside)","Dust blinds","Wipe office chairs","Dust table legs","Clean lockers","Clean benches in locker room","Water flowers"]; for (var i = 0; i < p.TASKS.length; ++i) { p.TASKS[i].push(p.TASK_NAMES[p.TASKS[i][0]]); } return p; }(PD.plan));