#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496257:

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

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


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

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

