// <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" : "2023/06/28 22:25:21",
	"@count" : "2",
	"@total" : "59",
	"@total_tweet" : "0",
	"@total_retweet" : "22",
	"@total_heart" : "37",
	"@user_count" : "3",
	"@user_total" : "4",
	"@user_total_tweet" : "3",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "1",
	"@url" : "https://www.4gamer.net/games/714/G071478/20230622062/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1671834005535346690",
	"twitter" : {
"0" : {
		"id":"1671834005535346690",
		"from":"4GamerNews",
		"date":"Thu Jun 22 10:54:22 +0000 2023",
		"retweet":"22",
		"heart":"37"
		}
,
"1" : {
		"id":"1671877249740709888,1671873702018048004,1671844786784063488",
		"from":"amanokagase0,NetGamer001,akito515",
		"date":"Wed Jun 28 22:25:21 +0900 2023",
		"count":"3",
		"total":"4",
		"tweet":"3",
		"retweet":"0",
		"quoted retweet":"0",
		"heart":"1"
		}

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

