// JavaScript Document
setTimeout("link()", 0);
function link(){
location.href='http://ouse-club.com/top.html';
}
