// addthis variables
var addthis_pub="dorcommunications";
var addthis_header_color = "#ffffff";
var addthis_header_background = "#e48426";
var addthis_options = 'email, facebook, print, twitter, favorites, blogger, google, typepad, delicious, wordpress ';

// display year function
function displayYear() {
  var now = new Date();
  var today = now.getDate();
  var year = now.getFullYear();

  document.write(year);
}




