#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496255:

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

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


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

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

