// <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/23 07:54:51",
	"@count" : "2",
	"@total" : "15",
	"@total_tweet" : "0",
	"@total_retweet" : "6",
	"@total_heart" : "9",
	"@user_count" : "4",
	"@user_total" : "4",
	"@user_total_tweet" : "4",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/257/G025753/20230307003/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1638375043196653569",
	"twitter" : {
"0" : {
		"id":"1638375043196653569",
		"from":"4GamerNews",
		"date":"Wed Mar 22 03:00:24 +0000 2023",
		"retweet":"6",
		"heart":"9"
		}
,
"1" : {
		"id":"1638529119788109825,1638380925863219200,1638376952766799872,1638376197699829762",
		"from":"acbh_dmc4,Nerd_world_jp,akito515,O0K9pUL9jrLl05d",
		"date":"Thu Mar 23 7:54:51 +0900 2023",
		"count":"4",
		"total":"4",
		"tweet":"4",
		"retweet":"0",
		"quoted retweet":"0",
		"heart":"0"
		}

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

