function startInterval() {
        if(!_interval){
            var callback = function() {
                _tryPreloadAttach();
            };