Array.prototype.forEach.call(elements, function(item){ alert(item); });
elements.forEach(function(item){ alert(item); });