#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496556:

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

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


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

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

