#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510480:

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

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


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

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

