// Page bottom links
// First link must be home page

var links = Array({linkName: 'Home', page: 'index.html'},
				  {linkName: 'Events', page: 'events.php'},
				  {linkName: 'Music', page: 'music.php'},
				  {linkName: 'Our Menu', page: 'menu.php'},
				  {linkName: 'Specials', page: 'specials.php'},
				  {linkName: 'Our Bar', page: 'bar.html'},
				  {linkName: 'Photo Gallery', page: 'gallery.html'},
				  {linkName: 'About Us', page: 'about.html'},
				  {linkName: 'Contact Us', page: 'contact.html'});
