// This file was generated by Dashcode from Apple Computer, Inc.
// DO NOT EDIT - This file is maintained automatically by Dashcode.
function setupParts() {
    if (setupParts.called) return;
    setupParts.called = true;
    /*
    CreateText('Pot', {  });
    CreateText('Status', {  });
    CreateText('p1', { text: '1' });
    CreateText('p9', { text: '9' });
    CreateText('p7', { text: '7' });
    CreateText('p6', { text: '6' });
    CreateText('p5', { text: '5' });
    CreateText('p4', { text: '4' });
    CreateText('p8', { text: '8' });
    CreateText('p2', { text: '2' });
    */
    CreateIndicator('GroupLamp1', { maxValue: 4, criticalValue: 3, warningValue: 2 });
    CreateIndicator('GroupLamp2', { maxValue: 4, criticalValue: 3, warningValue: 2 });
    CreateIndicator('GroupLamp3', { maxValue: 4, criticalValue: 3, warningValue: 2 });
    /*
    CreateText('Blinds', {  });
    CreateText('PotOdds', {  });
    */
}
window.addEventListener('load', setupParts, false);
