// <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" : "2019/06/24 16:54:36",
	"@count" : "2",
	"@total" : "109",
	"@total_tweet" : "0",
	"@total_retweet" : "57",
	"@total_heart" : "52",
	"@user_count" : "12",
	"@user_total" : "16",
	"@user_total_tweet" : "12",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "4",
	"@url" : "https://www.4gamer.net/games/199/G019924/20190621055/",
	"twitter" : {
"0" : {
		"id":"1141979193128783873",
		"from":"4GamerNews",
		"date":"Fri Jun 21 08:00:31 +0000 2019",
		"retweet":"57",
		"heart":"52"
		}
,
"1" : {
		"id":"1143063086183542785,1142559596910800896,1142448855511789568,1142381762938454016,1142315672937979904,1142027239518658562,1142024768897470464,1142004900311625728,1141993840179478528,1141985146419240963,1141981856608337920,1141979492698615813",
		"from":"ngcmiyako,magamizea7,81okura,markun891,kazphotolog,kahoyuri0318,ATHKRS,mamepoino,sasurai1976,Eorzebot,wertyuiol030,GameWatcheryaro",
		"date":"Mon Jun 24 16:54:36 +0900 2019",
		"count":"12",
		"total":"16",
		"tweet":"12",
		"retweet":"0",
		"heart":"4"
		}

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

