#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 252771:

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

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


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

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

