﻿$(document).ready(
     function(){
          $("div#copyright").html("&copy; " + new Date().getFullYear() + " Jillian Kent All Rights Reserved.");
     }
);
