// Variable new auto-copyrite . . . 

var today = new Date();
var y0 = today.getFullYear();

var copyright = "Copyright</a> &copy; 1996-" + y0 + " ProQuest LLC. All Rights Reserved.";


