// <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/12/26 07:54:29",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "5",
	"@user_total" : "6",
	"@user_total_tweet" : "5",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "1",
	"@url" : "https://www.4gamer.net/games/216/G021602/20201225020/",
	"twitter" : {
"0" : {
		"id":"1342589975196356608,1342368741208645632,1342354106174775297,1342339636014821381,1342333545495183363",
		"from":"jU0w2cAX0iFUgC0,avajpn,akito515,Nerd_world_jp,O0K9pUL9jrLl05d",
		"date":"Sat Dec 26 7:54:29 +0900 2020",
		"count":"5",
		"total":"6",
		"tweet":"5",
		"retweet":"0",
		"heart":"1"
		}

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

