// <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/08/29 12:24:36",
	"@count" : "2",
	"@total" : "17",
	"@total_tweet" : "0",
	"@total_retweet" : "5",
	"@total_heart" : "12",
	"@user_count" : "9",
	"@user_total" : "9",
	"@user_total_tweet" : "9",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/282/G028219/20200826035/",
	"twitter" : {
"0" : {
		"id":"1299180037418020866",
		"from":"4GamerNews",
		"date":"Fri Aug 28 03:00:33 +0000 2020",
		"retweet":"5",
		"heart":"12"
		}
,
"1" : {
		"id":"1299547666393694209,1299539478189547521,1299248669317902336,1299242371977228288,1299221178381262850,1299204342625398785,1299200296510320641,1299188861738921984,1299186298448535553",
		"from":"kaiware007,F4key,steamY_info,non29nt,pcgamenewsbank,KC_GameInfo,SteamGamerY,Nerd_world_jp,akito515",
		"date":"Sat Aug 29 12:24:36 +0900 2020",
		"count":"9",
		"total":"9",
		"tweet":"9",
		"retweet":"0",
		"heart":"0"
		}

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

