#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496293:

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

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


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

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

