#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 238095:

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

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


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

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

