#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 250504:

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

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


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

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

