#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496287:

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

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


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

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

