#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496499:

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

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


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

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

