window.onerror = null; 
var ie  = (navigator.appName.indexOf('Micr') != -1); 
var mac = (navigator.userAgent.indexOf('Mac') != -1 || navigator.userAgent.indexOf('mac') != -1); 
var win = (navigator.userAgent.indexOf('Win') != -1 || navigator.userAgent.indexOf('win') != -1); 
if (win) { 
if (ie) document.write('<link rel="stylesheet" href="http://www.urs-japan.co.jp/css/win.css" type="text/css">'); 
	else document.write('<link rel="stylesheet" href="http://www.urs-japan.co.jp/css/win.css" type="text/css">'); 
}else{ 
	if (mac) { 
	if (ie) document.write('<link rel="stylesheet" href="http://www.urs-japan.co.jp/css/mac.css" type="text/css">'); 
	else document.write('<link rel="stylesheet" href="http://www.urs-japan.co.jp/css/mac.css" type="text/css">'); 
}else{ 
	document.write('<link rel="stylesheet" href="http://www.urs-japan.co.jp/css/win.css" type="text/css">'); 
} 
}
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22728187-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
