// prints the current year
var today = new Date();
document.write("&copy; " + today.getFullYear() + " - Avalere Health LLC");
