// JavaScript Document

var strAppName = navigator.appName; //ApplicationName

if(strAppName == "Microsoft Internet Explorer"){
  document.write('<link href="../css/index_for_ie.css" rel="stylesheet" type="text/css" />');
}
