/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
//document.write('');
//document.write('');
//document.write('');
(function() {
var userAgent = navigator.userAgent;
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
if(isIE){
document.write('');
}
document.write('');
document.write('');
// document.write(' ');
document.write('');
})();