// <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" : "2021/12/21 17:35:07",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "4",
	"@user_total" : "4",
	"@user_total_tweet" : "4",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/603/G060342/20211221057/",
	"twitter" : {
"0" : {
		"id":"1473210108477952006,1473209235978735617,1473209043032461313,1473203381426700293",
		"from":"Nerd_world_jp,akito515,4846etc,O0K9pUL9jrLl05d",
		"date":"Tue Dec 21 17:35:07 +0900 2021",
		"count":"4",
		"total":"4",
		"tweet":"4",
		"retweet":"0",
		"heart":"0"
		}

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

