var ag;
ag = navigator.userAgent;

if(ag.indexOf("MSIE 5.0;", 0) >= 0){
    document.write("<script type='text/javascript' src='/jp/symfoware/download/perl/qa/ie5/script.js'></script>");
}else{
    document.write("<script type='text/javascript' src='/jp/symfoware/download/perl/qa/script.js'></script>");
}
