#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496237:

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

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


    #Emitting Image264 control
    Image264Props = {}
    Image264Props['FileName'] = 'RA_mrn_wwzd_fm_20120214'
    Image264Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wwzd_fm_20120214.tif'
    Image264Props['BaselineOffset'] = '0'
    Image264Props['Height'] = '347'
    Image264Props['Width'] = '470'
    Image264Props['XPos'] = '125'
    Image264Props['YPos'] = '66'
    Image264Props['AlignVertical'] = 'None'
    Image264Props['AlignHorizontal'] = 'None'
    Image264Props['VariableName'] = 'Image264'
    Image264 = CreateImage(Image264Props)

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

