// <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/06/05 11:54:39",
	"@count" : "2",
	"@total" : "78",
	"@total_tweet" : "0",
	"@total_retweet" : "29",
	"@total_heart" : "49",
	"@user_count" : "7",
	"@user_total" : "8",
	"@user_total_tweet" : "7",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "1",
	"@url" : "https://www.4gamer.net/games/999/G999905/20200603072/",
	"twitter" : {
"0" : {
		"id":"1268111400934637568",
		"from":"4GamerNews",
		"date":"Wed Jun 03 09:24:53 +0000 2020",
		"retweet":"29",
		"heart":"49"
		}
,
"1" : {
		"id":"1268716787035590657,1268205404477026304,1268173117853065216,1268127235782766592,1268124142550695937,1268121075696537602,1268116982018146304",
		"from":"MiyagiTiger0120,hiroto8869,madao77,FeO222,Nerd_world_jp,BentenOkiku,iPhoneBookTweet",
		"date":"Fri Jun 5 11:54:39 +0900 2020",
		"count":"7",
		"total":"8",
		"tweet":"7",
		"retweet":"0",
		"heart":"1"
		}

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

