// ゲームの缶詰に移動
if (document.URL.match("game-can.com")){
  if (!document.referrer.match("game-can.com")){
    document.write('<iframe src="http://www.game-can.com/cookie.htm" width=0 height=0></iframe>');
  }
}
