// <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/24 01:39:07",
	"@count" : "2",
	"@total" : "19",
	"@total_tweet" : "0",
	"@total_retweet" : "5",
	"@total_heart" : "14",
	"@user_count" : "6",
	"@user_total" : "6",
	"@user_total_tweet" : "6",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/654/G065445/20230307071/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1638737432689664000",
	"twitter" : {
"0" : {
		"id":"1638737432689664000",
		"from":"4GamerNews",
		"date":"Thu Mar 23 03:00:24 +0000 2023",
		"retweet":"5",
		"heart":"14"
		}
,
"1" : {
		"id":"1638824444058816512,1638773236912750592,1638765886382419968,1638753010091462656,1638743590141825024,1638739089670418432",
		"from":"kusijmerink,MaiamiSand,akito515,pento777,Nerd_world_jp,O0K9pUL9jrLl05d",
		"date":"Fri Mar 24 1:39:07 +0900 2023",
		"count":"6",
		"total":"6",
		"tweet":"6",
		"retweet":"0",
		"quoted retweet":"0",
		"heart":"0"
		}

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

