// <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/09/25 10:54:08",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "4",
	"@user_total" : "6",
	"@user_total_tweet" : "4",
	"@user_total_retweet" : "1",
	"@user_total_heart" : "1",
	"@url" : "https://www.4gamer.net/games/441/G044123/20200924190/",
	"twitter" : {
"0" : {
		"id":"1309283829056585728,1309113645092212737,1309100701839249408,1309093024232767488",
		"from":"pqkg,akito515,Nerd_world_jp,O0K9pUL9jrLl05d",
		"date":"Fri Sep 25 10:54:08 +0900 2020",
		"count":"4",
		"total":"6",
		"tweet":"4",
		"retweet":"1",
		"heart":"1"
		}

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

