A jQuery plugin to display the current year, powered by getfullyear.com.
$('.year').fullYear();
// With options
// This will disable the sponsored by message in the console
// DO NOT DISABLE THIS IF YOU ARE NOT ENTERPRISE, LAWYER IS WATCHING YOUR CONSOLE
$('.year').fullYear({
isEnterprise: true
})