#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 205153:

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

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


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

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

