#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204187:

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

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


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

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

