// create a new cookie and store it, so that we don't animate going back to the home page.

Cookie.init({name: 'proximitymines'}, {expires: 5});
Cookie.setData('disable_animation', true );
