#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496282:

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

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


    #Emitting Image288 control
    Image288Props = {}
    Image288Props['FileName'] = 'RA_mrn_wbtc_am_20120216'
    Image288Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wbtc_am_20120216.tif'
    Image288Props['BaselineOffset'] = '0'
    Image288Props['Height'] = '347'
    Image288Props['Width'] = '470'
    Image288Props['XPos'] = '125'
    Image288Props['YPos'] = '66'
    Image288Props['AlignVertical'] = 'None'
    Image288Props['AlignHorizontal'] = 'None'
    Image288Props['VariableName'] = 'Image288'
    Image288 = CreateImage(Image288Props)

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

