// <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/05/01 00:09:07",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "5",
	"@user_total" : "11",
	"@user_total_tweet" : "5",
	"@user_total_retweet" : "1",
	"@user_total_heart" : "5",
	"@url" : "https://www.4gamer.net/games/490/G049009/20220430022/",
	"twitter" : {
"0" : {
		"id":"1520336160916406272,1520319140434972672,1520306257810411520,1520304238299123712,1520297939855323136",
		"from":"KC_GameInfo,SukeraSparo,Nerd_world_jp,O0K9pUL9jrLl05d,akito515",
		"date":"Sun May 1 0:09:07 +0900 2022",
		"count":"5",
		"total":"11",
		"tweet":"5",
		"retweet":"1",
		"heart":"5"
		}

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

