Initializing your layout
var ops = {
    layout : {
        init : function() {
            window.$layout = { 
                win         : $(window),
                head        : $('head'),
                body        : $('body'),
                a           : $('a'),
                cont        : $('#content'),
                wrapper     : $('div.wrapper'),
                wrappad     : $('div.wrapper-pad'),
                td          : $('div.td'),
                loader      : $('div.loader'),
                tog         : $('dt.tog'),
                prop        : $('.prop'),
                jmail       : $('.jmail'),
                fb          : $('.form-button'),
                items       : $('.items'),
                item        : $('.item'),
                price       : $('.price'),
                box_round   : $('.blue-box-full, .grey-box-full'),
                corners     : $('.error-box-full, dd.element-description span, .modal'),
                top_round   : $('.blue-box, .grey-box'),
                bot_round   : $('.blue-box-bottom, .grey-box-bottom'),
                bot         : $('.bottom'),
                mg          : $('.items').find('.minigutter'),
                modal       : $('#modal'),
                tt          : $('#tooltip'),
                widget      : $('div.widget'),
                panes       : $('ul.panes'),
                panesli     : $('ul.panes li'),
                pane        : $('div.pane'),
                panea       : $('div.pane a'),
                truncrev    : $('.truncrev'),
                ctrev       : $('.click-truncrev'),
                oplayer     : $('a.overlay-player'),
                bundles     : $('tbody.bundles'),
                cform       : $('#contact_form'),
                pform       : $('#porder_form'),
                reset       : $('#reset'),
                confirm     : $('#confirm'),
                pconfirm    : $('#pconfirm'),
                ptotal      : $('#ptotal'),
                ntotal      : $('#ntotal'),
                tncs_label  : $('#tncs_cb-label'),
                tncscb      : $('#tncs_cb'),
                delight     : $('dd.element-description'),
                highlight   : $('.highlight'),
                selreveal   : $('.select-reveal'),
                cb          : $('.checkbox'),
                cbradio     : $('.cbradio'),
                crnrs       : $('.corners'),
                cccpng      : $('.cccpng'),
                cbupdate    : $('.cbupdate'),
                qty         : $('.qty'),
                is_default  : $('.is_default'),
                corners     : $('.text, .select, .textarea')
            };
        }
    }
};

ops.layout.init();

If you'd like to add your own enterprise tips, fork this project on GitHub.

This is a joke.
Fork me on GitHub