// <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/28 16:54:22",
	"@count" : "2",
	"@total" : "104",
	"@total_tweet" : "0",
	"@total_retweet" : "59",
	"@total_heart" : "45",
	"@user_count" : "10",
	"@user_total" : "13",
	"@user_total_tweet" : "10",
	"@user_total_retweet" : "1",
	"@user_total_heart" : "2",
	"@url" : "https://www.4gamer.net/games/307/G030787/20220727069/",
	"twitter" : {
"0" : {
		"id":"1552192684537704448",
		"from":"4GamerNews",
		"date":"Wed Jul 27 07:22:28 +0000 2022",
		"retweet":"59",
		"heart":"45"
		}
,
"1" : {
		"id":"1552560340390387712,1552535768991932416,1552386721257779201,1552271846309261313,1552263797804376069,1552238041535639552,1552205842648383488,1552198296579428352,1552194911394754560,1552193578721771520",
		"from":"kohmu_polar,M_pig_slave,ohga_kiryu,435i,stmnews253,KC_GameInfo,Nerd_world_jp,akito515,O0K9pUL9jrLl05d,putaniradio",
		"date":"Thu Jul 28 16:54:22 +0900 2022",
		"count":"10",
		"total":"13",
		"tweet":"10",
		"retweet":"1",
		"heart":"2"
		}

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

