// <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" : "2023/07/08 06:24:22",
	"@count" : "2",
	"@total" : "795",
	"@total_tweet" : "0",
	"@total_retweet" : "149",
	"@total_heart" : "646",
	"@user_count" : "6",
	"@user_total" : "12",
	"@user_total_tweet" : "6",
	"@user_total_retweet" : "0",
	"@user_total_quoted_retweet_in_tweet" : "0",
	"@user_total_heart" : "6",
	"@url" : "https://www.4gamer.net/games/720/G072092/20230705002/",
	"@source_tweetid" : " OR https://twitter.com/4GamerNews/status/1676833391004770306",
	"twitter" : {
"0" : {
		"id":"1676833391004770306",
		"from":"4GamerNews",
		"date":"Thu Jul 06 06:00:09 +0000 2023",
		"retweet":"149",
		"heart":"646"
		}
,
"1" : {
		"id":"1676984869673656320,1676913795879538690,1676907096191934466,1676856164653596672,1676848554684604416,1676840373963075585",
		"from":"e_mo_n00,masassoDECO,hataosandazo,xxmidorimusixx,akito515,gite556",
		"date":"Sat Jul 8 6:24:22 +0900 2023",
		"count":"6",
		"total":"12",
		"tweet":"6",
		"retweet":"0",
		"quoted retweet":"0",
		"heart":"6"
		}

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

