#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496456:

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

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


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

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

