// <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" : "2020/01/27 19:09:38",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "11",
	"@user_total" : "17",
	"@user_total_tweet" : "11",
	"@user_total_retweet" : "1",
	"@user_total_heart" : "5",
	"@url" : "https://www.4gamer.net/games/288/G028814/20200125005/",
	"twitter" : {
"0" : {
		"id":"1221422463155728384,1221342500079583233,1221052482962382849,1221038115697020928,1221033103625293824,1221033102991978496,1221016183421505538,1221014642035544064,1221001336679874560,1220997369484828672,1220996804147322881",
		"from":"yokoyama314,usaminta3,atoo8313,nekokamikizu,nelnia_bot,rizkeyNju,CasthubMovie,wagagun,akito515,Rider_topics,O0K9pUL9jrLl05d",
		"date":"Mon Jan 27 19:09:38 +0900 2020",
		"count":"11",
		"total":"17",
		"tweet":"11",
		"retweet":"1",
		"heart":"5"
		}

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

