#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496504:

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

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


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

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

