var html5_tag=[
	'header',
	'section',
	'nav',
	'details'
];
for(var index in html5_tag)document.createElement(html5_tag[index]);