#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 248656:

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

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


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

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

