#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 389635:

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

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


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

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

