// --- inside.core ---
// version of june 17, 2011

(function($) {

    // --- pre-phase ---

    if (!window.inside) { throw('global object [inside] not found'); }
    
    if  (window.inside.core) { return false; }

    window.inside.core = {

    };
    
    // --- end of pre-phase

})(jQuery);
