// <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/30 10:09:35",
	"@count" : "2",
	"@total" : "24",
	"@total_tweet" : "0",
	"@total_retweet" : "9",
	"@total_heart" : "15",
	"@user_count" : "16",
	"@user_total" : "23",
	"@user_total_tweet" : "16",
	"@user_total_retweet" : "0",
	"@user_total_heart" : "7",
	"@url" : "http://www.4gamer.net/games/232/G023218/20180528049/",
	"twitter" : {
"0" : {
		"id":"1001041027971538944",
		"from":"4GamerNews",
		"date":"Mon May 28 10:02:34 +0000 2018",
		"retweet":"9",
		"heart":"15"
		}
,
"1" : {
		"id":"1001629083174715397,1001435952152174597,1001303304318550017,1001291148197941249,1001228597661593600,1001138278412697600,1001131387146010624,1001123382635577345,1001121915921092608,1001111294156595200,1001071843661393921,1001064753937043457,1001058759026794496,1001052627721969664,1001052526303735809,1001052505306906624",
		"from":"3Fifusu,kidslandsmile,Kuzekiriha,piaquick,akihirun,kabutooisi,ryushinito07211,akito515,HyperGorugo,ayumu_07282,hzosj,Terozukichan116,derutaplusmh,webomoronews,webtuittonews,iroironewstw",
		"date":"Wed May 30 10:09:35 +0900 2018",
		"count":"16",
		"total":"23",
		"tweet":"16",
		"retweet":"0",
		"heart":"7"
		}

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

