 var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3002484-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);
  })();
  
  
  /* facebook btn */

	var ogsname = "インテリジェントパーク"; //サイト名
	var ogappid = "258943927473768"; //アプリID

	function HtmlFbtag(url, cl){
		var fbtag = document.createElement('fb:like');
		fbtag.setAttribute("href",url);
		fbtag.setAttribute("layout", "standard");
		fbtag.setAttribute("show_faces","true");
		fbtag.setAttribute("send","true");
		fbtag.setAttribute("width", "430");
		$(cl).html(fbtag);
		
		var gplutag = document.createElement('g:plusone');
		gplutag.setAttribute("size","medium");
		$(".gb-plusone-box").html(gplutag);
		var twitag = '<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>';
		$(".tb-tweet-box").html(twitag);
	}
	
	function HtmlOgtag(url, ogtitle, ogdesc, ogsname, ogappid, ogimg){
		$("html").attr({ 
		  "xmlns:fb" : "https://www.facebook.com/2008/fbml"
		});
		var ogmeta = '<meta property="og:title" content="'+ ogtitle +'">';
		ogmeta += '<meta property="og:type" content="article">';
		ogmeta += '<meta property="og:description" content="'+ ogdesc +'">';
		ogmeta += '<meta property="og:url" content="'+ url +'">';
		ogmeta += '<meta property="og:site_name" content="'+ ogsname +'">';
		ogmeta += '<meta property="fb:app_id" content="'+ ogappid +'">';
		ogmeta += '<meta property="og:image" content="'+ ogimg +'">';
		var HeadhtmlStr = $("head").append(ogmeta);
	}
