#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 262632:

    #Emitting Image167 control
    Image167Props = {}
    Image167Props['FileName'] = 'RA_Background_Spring2_2012'
    Image167Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_Background_Spring2_2012.tif'
    Image167Props['BaselineOffset'] = '0'
    Image167Props['Height'] = '480'
    Image167Props['Width'] = '720'
    Image167Props['XPos'] = '0'
    Image167Props['YPos'] = '0'
    Image167Props['AlignVertical'] = 'None'
    Image167Props['AlignHorizontal'] = 'None'
    Image167Props['VariableName'] = 'Image167'
    Image167 = CreateImage(Image167Props)

    if (Image167 != None):
        p.addItem(Image167)


    #Emitting Image168 control
    Image168Props = {}
    Image168Props['FileName'] = 'RA_kixy_fm_20091021'
    Image168Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?id=+/w3FrDEG9CdHZh99Zxy/w==&cat=Advertising&rs=Image\\RA_kixy_fm_20091021.tif'
    Image168Props['BaselineOffset'] = '0'
    Image168Props['Height'] = '220'
    Image168Props['Width'] = '612'
    Image168Props['XPos'] = '54'
    Image168Props['YPos'] = '130'
    Image168Props['AlignVertical'] = 'None'
    Image168Props['AlignHorizontal'] = 'None'
    Image168Props['VariableName'] = 'Image168'
    Image168 = CreateImage(Image168Props)

    if (Image168 != None):
        p.addItem(Image168)

