
<!--
function getCopyRightYear()
{
var dNow = new Date();
var year = dNow.getFullYear();
document.write("-"+year);
}
-->
