﻿(function(){
	var _UA = navigator.userAgent;
	if (_UA.indexOf('iPhone') > -1 || _UA.indexOf('iPod') > -1) {
		document.write('<link rel="stylesheet" href="http://www.moeyo.com/styles-smartphone.css">');
	}else if(_UA.indexOf('Android') > -1){
		document.write('<link rel="stylesheet" href="http://www.moeyo.com/styles-smartphone.css">');
	}else{
		document.write('<link rel="stylesheet" href="http://www.moeyo.com/styles-pc.css">');
	}
})();
