﻿// JScript File

function CurrentCopyRight()
{
    //var CopyRight;
    //CopyRight="Copyright &copy; Bayada Nurses, " + new Date().getFullYear() + " . All rights reserved.";
    var CopyRight="&copy; Bayada Nurses " + new Date().getFullYear();
    document.write(CopyRight);
    
}

