if (/MSIE (5\.5|6)/.test(navigator.userAgent)) {
  var fileref=document.createElement("link");
  fileref.setAttribute("rel", "stylesheet");
  fileref.setAttribute("type", "text/css");
  if (typeof root_path == 'undefined') root_path = '';
  fileref.setAttribute("href", root_path+"/style/ie_png.css");
  document.getElementsByTagName("head")[0].appendChild(fileref);
}
