// <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" : "2022/10/22 18:54:20",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "6",
	"@user_total" : "6",
	"@user_total_tweet" : "6",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/619/G061991/20221021020/",
	"twitter" : {
"0" : {
		"id":"1583751837249056768,1583356437195112453,1583322634175262720,1583311765211086849,1583310737254277123,1583309149483384832",
		"from":"saiyakurou,pokemonfunnews,Nerd_world_jp,akito515,sugaitter,O0K9pUL9jrLl05d",
		"date":"Sat Oct 22 18:54:20 +0900 2022",
		"count":"6",
		"total":"6",
		"tweet":"6",
		"retweet":"0",
		"heart":"0"
		}

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

