#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 263801:

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

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


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

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

