#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496390:

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

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


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

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

