// JavaScript Document
$( document ).ready( function ()
{
$( '#indexnavi' ).scrollFollow();
}
);