// define variable for site

programTitle = 'Multiple Myeloma Update From the 51st Annual Meeting of the American Society of Hematology (ASH)';
programRID = '131';
programCode = 'MMRF0905';


// automatic function below
// ApplicantID is random number generator for the unique ApplicantID
getApplicantID = function ()
{
     var dateObject = new Date();
     ApplicantID = 'Z' + dateObject.getMonth() + '' + dateObject.getDate() + '' +  dateObject.getTime();
}
getApplicantID();
