#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496240:

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

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


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

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

