#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496532:

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

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


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

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

