#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 483250:

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

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


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

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

