// site structure ==============================================================

var Structure = new SiteStructure(
	new SectionItem('', 'ABOUT CONFERENCE'),
	new SectionItem('speakers', 'SPEAKERS'),
	new SectionItem('register', 'REGISTER'),
	new SectionItem('venue', 'VENUE INFO'),
	new SectionItem('policy', 'Privacy Policy')
);

var MenuItemsNumber = 4;

Structure.title = 'Fast Track Super Conference 2008';
Structure.short_title = 'Fast Track Super Conference 2008';
