// <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/03/25 00:55:01",
	"@count" : "2",
	"@total" : "80",
	"@total_tweet" : "0",
	"@total_retweet" : "30",
	"@total_heart" : "50",
	"@user_count" : "6",
	"@user_total" : "7",
	"@user_total_tweet" : "6",
	"@user_total_retweet" : "1",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/648/G064854/20230308111/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1638737489069494275",
	"twitter" : {
"0" : {
		"id":"1638737489069494275",
		"from":"4GamerNews",
		"date":"Thu Mar 23 03:00:38 +0000 2023",
		"retweet":"30",
		"heart":"50"
		}
,
"1" : {
		"id":"1638916499623784448,1638765552553594883,1638759643592953857,1638753112294064129,1638743576933994496,1638739078333227008",
		"from":"NinoBlue28,akito515,ohga_kiryu,sugaitter,Nerd_world_jp,O0K9pUL9jrLl05d",
		"date":"Sat Mar 25 0:55:01 +0900 2023",
		"count":"6",
		"total":"7",
		"tweet":"6",
		"retweet":"1",
		"quoted retweet":"0",
		"heart":"0"
		}

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

