  var myTimeObj = new Date();
  var year = myTimeObj.getFullYear();
  document.write("&copy;" + year + " Shooting Portal - \"SHOOTING\"");

