#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 416982:

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

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


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

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

