#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259692:

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

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


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

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

