// <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/01/17 15:24:31",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "11",
	"@user_total" : "22",
	"@user_total_tweet" : "11",
	"@user_total_retweet" : "3",
	"@user_total_heart" : "8",
	"@url" : "https://www.4gamer.net/games/547/G054781/20210112049/",
	"twitter" : {
"0" : {
		"id":"1350487995292401664,1350028538770952192,1349967767156346880,1349956305570578433,1349923771168088075,1349919351055425542,1349918668843413504,1349905232587735040,1349889885776142336,1349886166229635072,1349884688425484289",
		"from":"gazelle_jp,mixpot,peer13cm,44l6,akito515,akipoo,M_banironn,nitijoouen,Nerd_world_jp,tonio_trussardi,O0K9pUL9jrLl05d",
		"date":"Sun Jan 17 15:24:31 +0900 2021",
		"count":"11",
		"total":"22",
		"tweet":"11",
		"retweet":"3",
		"heart":"8"
		}

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

