#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 513139:

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

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


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

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

