

function GetCopyRight()
{
    var dt=copyright.GetCopyRight().value;
    if(dt!=null && dt.Rows.length>0)
    {
        window.document.getElementById("copyrightid").innerHTML =dt.Rows[0]["BODY"];
    }
}
