#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496559:

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

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


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

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

