// <pre>This JSONP service is 4gamer.net only,Request not allowed other domain.
// 4gamer.net専用ですので別サイトからの呼び出しは許可していません。
if( window.location.hostname.match(/4gamer\.net$/) ){ // SKIPLINE
	callbackRetweet(
	  window.location.hostname.match(/4gamer\.net$/) ? // SKIPLINE
	  {
	"@code" : "",
	"@date" : "2022/07/01 17:24:42",
	"@count" : "2",
	"@total" : "46",
	"@total_tweet" : "0",
	"@total_retweet" : "23",
	"@total_heart" : "23",
	"@user_count" : "16",
	"@user_total" : "30",
	"@user_total_tweet" : "16",
	"@user_total_retweet" : "4",
	"@user_total_heart" : "10",
	"@url" : "https://www.4gamer.net/games/641/G064125/20220630024/",
	"twitter" : {
"0" : {
		"id":"1542348637279506432",
		"from":"4GamerNews",
		"date":"Thu Jun 30 03:25:45 +0000 2022",
		"retweet":"23",
		"heart":"23"
		}
,
"1" : {
		"id":"1542778334459105280,1542753800058212357,1542477723242618880,1542456183390253056,1542455654295621633,1542454366351032320,1542438895841067009,1542422281078484992,1542372479456669697,1542371119545479168,1542358833087086594,1542355591540404225,1542350830220611586,1542350390733467649,1542350014126739456,1542348823716306944",
		"from":"teriyaki53,kadonomamori,jzunkodj4y,BraveFive,spread_bomb,kaikochu,grgrk_mt2,panderbird,saiyakurou,akito515,sugaitter,KC_GameInfo,Nerd_world_jp,gamecat5050,O0K9pUL9jrLl05d,n_zako",
		"date":"Fri Jul 1 17:24:42 +0900 2022",
		"count":"16",
		"total":"30",
		"tweet":"16",
		"retweet":"4",
		"heart":"10"
		}

	},
	"test" : {
	}
} : // SKIPLAST
	  { error : 'Not allowed.' } // SKIPLINE
	);
} // SKIPLINE

