#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510482:

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

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


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

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

