#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496469:

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

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


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

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

