#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 242095:

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

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


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

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

