// Page bottom links

var links = Array({linkName: 'Home', page: 'index.html'},
				  {linkName: 'Tanning', page: 'tan.html'},
				  {linkName: 'Specials', page: 'promos.html'},
				  {linkName: 'Vitamin D', page: 'precs.html'},
				  {linkName: 'Locations', page: 'locs.html'},
				  {linkName: 'About Us', page: 'about.html'},
				  {linkName: 'Contact Us', page: 'contact.html'},
				  {linkName: 'Coupons', page: 'coupons.html'});