#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496561:

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

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


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

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

