#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 238946:

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

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


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

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

