#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 513120:

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

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


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

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

