var userAgent = window.navigator.userAgent.toLowerCase();
var appVersion = window.navigator.appVersion.toLowerCase();

if (userAgent.indexOf("msie") > -1) {
	if (appVersion.indexOf("msie 6.0") > -1) {
		document.write("<link rel='stylesheet' href='http://vcfan.net/mt4_261/mt-static/expo2009/css/ie6.css' type='text/css' />");
	}
}
