// <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" : "2022/10/13 15:09:22",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "7",
	"@user_total" : "7",
	"@user_total_tweet" : "7",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/236/G023627/20221012103/",
	"twitter" : {
"0" : {
		"id":"1580438187608244229,1580168804822573056,1580153468618420224,1580147090008653824,1580146800383602690,1580145442842906634,1580141161834229760",
		"from":"pub40162051,HyperMasao,avajpn,akito515,blueskyetc,Nerd_world_jp,hororo_tusin",
		"date":"Thu Oct 13 15:09:22 +0900 2022",
		"count":"7",
		"total":"7",
		"tweet":"7",
		"retweet":"0",
		"heart":"0"
		}

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

