#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259449:

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

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


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

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

