#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496266:

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

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


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

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

