// Check IE6
var IE6 = (navigator.userAgent.indexOf("MSIE 6")!==-1 && navigator.userAgent.indexOf("MSIE 7")==-1 && navigator.userAgent.indexOf("MSIE 8")==-1) ? true : false;
var IE7 = (navigator.userAgent.indexOf("MSIE 7")!==-1 && navigator.userAgent.indexOf("MSIE 8")==-1) ? true : false;
var IE8 = (navigator.userAgent.indexOf("MSIE 8")!==-1) ? true : false;
// Output Loading
if(IE6){
	document.write("<div id=\"usingIE6\"><div id=\"innerUsingIE6\">"+langIfIe6+"</div></div>");
}else{
	document.write("<div id=\"creating\"><div id=\"innerCreating\">"+langArrayingArticle+"</div></div>");
}
