#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 263965:

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

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


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

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

