#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496467:

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

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


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

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

