#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496443:

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

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


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

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

