"use strict";

var html5Tags = ["article", "header", "section", "hgroup", "figure"];

for (var html5TagsIndex in html5Tags) {

	document.createElement(html5Tags[html5TagsIndex]);

}
