function moveNotice()
{
    var nm = new Notimoo();
    nm.show({title:'お知らせ',message:'自動的に新規ページにジャンプいたします。\nお急ぎの方は、リンクをクリックしてください。'});
}

