// <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/28 19:54:09",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "3",
	"@user_total" : "3",
	"@user_total_tweet" : "3",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/566/G056660/20211228122/",
	"twitter" : {
"0" : {
		"id":"1475778555296505860,1475778055805321219,1475765556477595648",
		"from":"4846etc,Nerd_world_jp,akito515",
		"date":"Tue Dec 28 19:54:09 +0900 2021",
		"count":"3",
		"total":"3",
		"tweet":"3",
		"retweet":"0",
		"heart":"0"
		}

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

