/* Last modified 2009-07-22 */

//function to set the referrer (mainly to check who's coming
//from where -- which advertisers). Called from index.html
function set_referrer()
{
    setCookie('NDADVREF', document.referrer, 15);
}




