/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
//document.write('');
//document.write('');
//document.write('');
(function () {
var context = "";
$("script[sudy-wp-context]").each(function (i) {
context = $(this).attr("sudy-wp-context");
if (context) {
context = "/" + context;
}else{
context="";
}
});
if (!context) {
context = "";
}
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('');
})();