#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 481509:

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

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


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

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

