#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510489:

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

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


    #Emitting Image438 control
    Image438Props = {}
    Image438Props['FileName'] = 'RA_mrn_wbbg_fm_20120420'
    Image438Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wbbg_fm_20120420.tif'
    Image438Props['BaselineOffset'] = '0'
    Image438Props['Height'] = '347'
    Image438Props['Width'] = '470'
    Image438Props['XPos'] = '125'
    Image438Props['YPos'] = '66'
    Image438Props['AlignVertical'] = 'None'
    Image438Props['AlignHorizontal'] = 'None'
    Image438Props['VariableName'] = 'Image438'
    Image438 = CreateImage(Image438Props)

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

