#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496489:

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

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


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

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

