
function mgCopyright()
{
var currDate= new Date();
var copyrightStr= '<span class="bold">TBO.com - <em>Live in the moment</em></span> &nbsp;&nbsp; &copy;' + currDate.getFullYear() + ' Media General Inc. All Rights Reserved';
return(copyrightStr);
}

document.write (mgCopyright());

