// Check IE6
var sUserAgent=navigator.userAgent;
var IE6 = (sUserAgent.indexOf("MSIE 6")!==-1 && sUserAgent.indexOf("MSIE 7")==-1 && sUserAgent.indexOf("MSIE 8")==-1) ? true : false;
var IE7 = (sUserAgent.indexOf("MSIE 7")!==-1 && sUserAgent.indexOf("MSIE 8")==-1) ? true : false;
var IE8 = (sUserAgent.indexOf("MSIE 8")!==-1) ? true : false;
var IE = (sUserAgent.indexOf("MSIE")!==-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\">"+iconAjaxLoadingBig+"<p>"+langArrayingArticle+"</p></div></div>");
}
