#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 468259:

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

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


    #Emitting Image238 control
    Image238Props = {}
    Image238Props['FileName'] = 'RA_kams_fm_20110411'
    Image238Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_kams_fm_20110411.tif'
    Image238Props['BaselineOffset'] = '0'
    Image238Props['Height'] = '220'
    Image238Props['Width'] = '612'
    Image238Props['XPos'] = '54'
    Image238Props['YPos'] = '130'
    Image238Props['AlignVertical'] = 'None'
    Image238Props['AlignHorizontal'] = 'None'
    Image238Props['VariableName'] = 'Image238'
    Image238 = CreateImage(Image238Props)

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

