#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496492:

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

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


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

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

