#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510473:

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

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


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

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

