function checka(id)
{
    if (! readCookie("mcpaffiliateid")) {
        createCookie("mcpaffiliateid",id,90);
    }
}

