
function mgCopyright()
{
var currDate= new Date();
var copyrightStr= '&copy;' + currDate.getFullYear() + ' Media General Communications Holdings, LLC. A Media General Company. All Rights Reserved';
return(copyrightStr);
}

document.write (mgCopyright());


