#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510471:

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

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


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

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

