#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496548:

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

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


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

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

