// <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" : "2017/10/11 20:40:00",
	"@count" : "1",
	"@total" : "0",
	"@total_tweet" : "0",
	"@total_retweet" : "0",
	"@total_heart" : "0",
	"@user_count" : "4",
	"@user_total" : "4",
	"@user_total_tweet" : "4",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "0",
	"@url" : "http://www.4gamer.net/games/078/G007826/20171011055/",
	"twitter" : {
"0" : {
		"id":"918077021514645504,918009789870784512,918008370883305472,918008117811666944",
		"from":"akito515,HyperMurio,gamedaiget,krp_ku",
		"date":"Wed Oct 11 20:40:00 +0900 2017",
		"count":"4",
		"total":"4",
		"tweet":"4",
		"retweet":"0",
		"heart":"0"
		}

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

