// <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" : "2022/08/01 21:09:27",
	"@count" : "2",
	"@total" : "45",
	"@total_tweet" : "0",
	"@total_retweet" : "15",
	"@total_heart" : "30",
	"@user_count" : "12",
	"@user_total" : "19",
	"@user_total_tweet" : "12",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "7",
	"@url" : "https://www.4gamer.net/games/518/G051804/20220730007/",
	"twitter" : {
"0" : {
		"id":"1553284323788623872",
		"from":"4GamerNews",
		"date":"Sat Jul 30 07:40:16 +0000 2022",
		"retweet":"15",
		"heart":"30"
		}
,
"1" : {
		"id":"1553547193323515904,1553441115717931008,1553369454486044672,1553342939803557892,1553327853562904577,1553326505396420613,1553298900420804610,1553296726752215040,1553295562480295936,1553294997620932610,1553294404328243201,1553290139794915328",
		"from":"SAKIPAPA_STI,Heripai101,M_Amor000,vrcrgk,freegames139,KC_GameInfo,O0K9pUL9jrLl05d,blueskyetc,akito515,Nerd_world_jp,tyosuke2024,hororo_tusin",
		"date":"Mon Aug 1 21:09:27 +0900 2022",
		"count":"12",
		"total":"19",
		"tweet":"12",
		"retweet":"0",
		"heart":"7"
		}

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

