Mobile friendly current year. This script plays nice with Jquery Mobile 1.31
<span class="year"></span>. <script type="text/javascript"> $(".year").text((new Date).getFullYear()); </script>