// <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/19 22:24:36",
	"@count" : "2",
	"@total" : "152",
	"@total_tweet" : "0",
	"@total_retweet" : "68",
	"@total_heart" : "84",
	"@user_count" : "9",
	"@user_total" : "9",
	"@user_total_tweet" : "9",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "https://www.4gamer.net/games/425/G042534/20200618143/",
	"twitter" : {
"0" : {
		"id":"1273561925146689536",
		"from":"4GamerNews",
		"date":"Thu Jun 18 10:23:19 +0000 2020",
		"retweet":"68",
		"heart":"84"
		}
,
"1" : {
		"id":"1273967932553326592,1273944263156359168,1273655616330846210,1273642980658647040,1273641770299998208,1273617794433798147,1273582622560546819,1273574973714595841,1273569523736514560",
		"from":"SAC39SAC39,shimamoto_bay,MIMIO37135018,manaka_ski,kurosawa428,new_product_jp,rizkeyNju,Nerd_world_jp,435i",
		"date":"Fri Jun 19 22:24:36 +0900 2020",
		"count":"9",
		"total":"9",
		"tweet":"9",
		"retweet":"0",
		"heart":"0"
		}

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

