(function(){
	if(navigator.userAgent.indexOf('iPod') != -1) return false;
	if(navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('Android') == -1) return false;
	var stylesheet = document.createElement('link');
	stylesheet.setAttribute('rel','stylesheet');
	stylesheet.setAttribute('type','text/css');
	stylesheet.setAttribute('media','all');
	stylesheet.setAttribute('href','/css/sp/spLink.css');
	var path = location.pathname.replace(/\_\d(.+)?\.html$/,'.html');
	var target = document.getElementsByTagName('body')[0];
	var div = document.createElement('div');
	div.setAttribute('id','spView');
	div.innerHTML = '<div class="spViewIn"><a href="http://www.haken-sensei.com/sp/">ページを見やすく表示<br><small>派遣女教師 スマートフォンビュー</small></a></div>';
	target.insertBefore(stylesheet,target.childNodes[0]);
	target.insertBefore(div,target.childNodes[0]);
	return true;
})();
