jsLanza = function () {
	if(navigator.userAgent.toUpperCase().search("\WMSIE\W")) {
		tags = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(',');
		nTags = tags.length;
		for(a = 0; a < nTags; a++) {
			document.createElement(tags[a]);
		}
	}
}();
