var cyear;

function CopyrightFooter()
{
    //Copyright Year and Company name
    cyear=" 2010 Tekstrom Inc. ";
    return cyear;
}

