
#Emit rule script for product ID:496622 Name:Claritin Tree
if (IsValidProperty(DataSource2, 'pollenData.treePollen') and (1 == 1)):
    if (((gWeekDay in [0,1,2,3,4,5,6] and (1)) and ((gNational == 'NATIONAL'))) and (DataSource2.pollenData.treePollen == 4)):
        pInfo496622 = {}
        pInfo496622['Markets'] = ['7-NATIONAL',]
        pInfo496622['ProductId'] = 496622
        pInfo496622['ProductKey'] = 496622
        pInfo496622['Priority'] = 1
        pInfo496622['ProductType'] = 'Normal'
        validProducts.append(pInfo496622)

#Emit rule script for product ID:496620 Name:Claritin Grass
if (IsValidProperty(DataSource2, 'pollenData.grassPollen') and (1 == 1)):
    if (((gWeekDay in [0,1,2,3,4,5,6] and (1)) and ((gNational == 'NATIONAL'))) and (DataSource2.pollenData.grassPollen == 4)):
        pInfo496620 = {}
        pInfo496620['Markets'] = ['7-NATIONAL',]
        pInfo496620['ProductId'] = 496620
        pInfo496620['ProductKey'] = 496620
        pInfo496620['Priority'] = 2
        pInfo496620['ProductType'] = 'Normal'
        validProducts.append(pInfo496620)

#Emit rule script for product ID:496627 Name:Claritin Weed
if (IsValidProperty(DataSource2, 'pollenData.weedPollen') and (1 == 1)):
    if (((gWeekDay in [0,1,2,3,4,5,6] and (1)) and ((gNational == 'NATIONAL'))) and (DataSource2.pollenData.weedPollen == 4)):
        pInfo496627 = {}
        pInfo496627['Markets'] = ['7-NATIONAL',]
        pInfo496627['ProductId'] = 496627
        pInfo496627['ProductKey'] = 496627
        pInfo496627['Priority'] = 3
        pInfo496627['ProductType'] = 'Normal'
        validProducts.append(pInfo496627)

#Emit rule script for product ID:496624 Name:Claritin Mold
if (IsValidProperty(DataSource2, 'pollenData.moldCount') and (1 == 1)):
    if (((gWeekDay in [0,1,2,3,4,5,6] and (1)) and ((gNational == 'NATIONAL'))) and (DataSource2.pollenData.moldCount == 4)):
        pInfo496624 = {}
        pInfo496624['Markets'] = ['7-NATIONAL',]
        pInfo496624['ProductId'] = 496624
        pInfo496624['ProductKey'] = 496624
        pInfo496624['Priority'] = 4
        pInfo496624['ProductType'] = 'Normal'
        validProducts.append(pInfo496624)
