// JavaScript Document

    tn = getVar("tracking");
    if(tn!="")
    {
    setcookie(tn);
    }
    getcookie(); //call getcookie function to retrive the cookie

