// <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/12/12 00:39:37",
	"@count" : "2",
	"@total" : "187",
	"@total_tweet" : "0",
	"@total_retweet" : "76",
	"@total_heart" : "111",
	"@user_count" : "20",
	"@user_total" : "32",
	"@user_total_tweet" : "20",
	"@user_total_retweet" : "1",
	"@user_total_heart" : "11",
	"@url" : "https://www.4gamer.net/games/543/G054304/20201211004/",
	"twitter" : {
"0" : {
		"id":"1337199961574756358",
		"from":"4GamerNews",
		"date":"Fri Dec 11 00:58:09 +0000 2020",
		"retweet":"76",
		"heart":"111"
		}
,
"1" : {
		"id":"1337408145929334786,1337353235510661121,1337316739789410304,1337315530831585280,1337310446819282946,1337288984553091072,1337278037658726400,1337275695286820865,1337265392654327809,1337263523663998976,1337249675812896770,1337246980372762626,1337242426197438465,1337233154269036544,1337231948016545792,1337219630008451074,1337215714004889600,1337213357963714560,1337203594978856961,1337200737764352000",
		"from":"ZENKAK,masassoDECO,IMSDJyKN765,miso_daicon,CHNIGHT,Daniel_ZCreator,lagipnzr,mikusan495,CatBlut,Mr_dropout_,rayfcrayd,mattun_us,_777_0,guren_suzaku,bnaw_brs_utuho,2on2_,sashimi_fs,M_Amor000,Nerd_world_jp,himanamaousama",
		"date":"Sat Dec 12 0:39:37 +0900 2020",
		"count":"20",
		"total":"32",
		"tweet":"20",
		"retweet":"1",
		"heart":"11"
		}

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

