// <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 11:54:53",
	"@count" : "2",
	"@total" : "27",
	"@total_tweet" : "0",
	"@total_retweet" : "10",
	"@total_heart" : "17",
	"@user_count" : "6",
	"@user_total" : "12",
	"@user_total_tweet" : "6",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "6",
	"@url" : "https://www.4gamer.net/games/414/G041432/20230313032/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1638375094480420870",
	"twitter" : {
"0" : {
		"id":"1638375094480420870",
		"from":"4GamerNews",
		"date":"Wed Mar 22 03:00:36 +0000 2023",
		"retweet":"10",
		"heart":"17"
		}
,
"1" : {
		"id":"1638624834929451008,1638386965409325056,1638380915939504128,1638376662948782080,1638376189604790272,1638375496995176448",
		"from":"saiyakurou,pantheo27705718,Nerd_world_jp,akito515,O0K9pUL9jrLl05d,sugaitter",
		"date":"Thu Mar 23 11:54:53 +0900 2023",
		"count":"6",
		"total":"12",
		"tweet":"6",
		"retweet":"0",
		"quoted retweet":"0",
		"heart":"6"
		}

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

