/*
  start function of the index page
*/

var index = {

load:function()
{
  center.page();
  
  background.set();
  
  menu.start();

  fade.set('fade1');

  marquee.start();

  logoshift.start();

  epeeCursor.set();

  visit.shiftDigits();

  access.set();
},

resized:function()
{
  center.page();

  background.set();
}
}
