


var url = "http://www.arkworld.co.jp/chezkobe/restaurant/index.html";

var moveTime = 0;

function jump(){	location.href = url;	}

setTimeout (jump, moveTime);
