Anime.find({}).fetch().forEach(function(anime) {
            // If the id doesn't exist or is blank or empty string, then 
            // we'll query MAL
            if(!anime.myAnimeListId) {
                var resultSearch = HTTP.call("GET", "http://myanimelist.net/api/anime/search.xml?q=" + anime.canonicalTitle, {auth: Meteor.settings.malAPIAuth.username + ":" + Meteor.settings.malAPIAuth.password});