#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204770:

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

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


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

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

