// <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" : "2018/05/29 03:24:14",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "8",
	"@user_total" : "8",
	"@user_total_tweet" : "8",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "http://www.4gamer.net/games/138/G013887/20180528045/",
	"twitter" : {
"0" : {
		"id":"1001166793438736384,1001027783579992064,1001021767752695808,1001020890631503872,1001019752519626753,1001018001133572096,1001015616721989633,1001015478423142400",
		"from":"arikitaridesu,akito515,tatsunuko,aoi_enjoygame,olmsbig,kisti6057,GameWatcheryaro,iPhone38717953",
		"date":"Tue May 29 3:24:14 +0900 2018",
		"count":"8",
		"total":"8",
		"tweet":"8",
		"retweet":"0",
		"heart":"0"
		}

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

