#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496329:

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

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


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

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

