﻿// JScript File

function WriteCookie (strCookieName, strValue)
{
    document.cookie = strCookieName + '=' + strValue + ';expires=Fri, 17 Dec 2010 10:00:00 GMT';
}