#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 271718:

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

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


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

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

